Initial Code Contribution
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..98f5e58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+target/
+src-gen/
+xtend-gen/
+bin/
+.antlr*
+.metadata/
+*/plugin.xml_gen
+.DS_Store
+
+
+/.project
+*.checkstyle
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 0000000..dd15cb6
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,39 @@
+Contributing to Eclipse Vorto
+=================================
+
+Thanks for your interest in this project.
+
+Project description:
+--------------------
+
+The Eclipse Vorto project is a toolset which allows you to define the structure and semantics of IoT devices using a simple DSL for which you can plug in custom code generators to generate executable device specific code. 
+
+- http://www.eclipse.org/vorto/
+
+Developer resources:
+--------------------
+
+Information regarding source code management, builds, coding standards, and more.
+
+- http://www.eclipse.org/vorto/community.html#HowToContribute
+
+Contributor License Agreement:
+------------------------------
+
+Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).
+
+- http://www.eclipse.org/legal/CLA.php
+
+Search for bugs:
+----------------
+
+This project uses Bugzilla to track ongoing development and issues.
+
+- https://bugs.eclipse.org/bugs/buglist.cgi?product=Vorto
+
+Create a new bug:
+-----------------
+
+Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
+
+- https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Vorto
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..99d475f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,198 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
+LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial code and documentation
+   distributed under this Agreement, and
+b) in the case of each subsequent Contributor:
+    i) changes to the Program, and
+   ii) additions to the Program;
+
+   where such changes and/or additions to the Program originate from and are
+   distributed by that particular Contributor. A Contribution 'originates' from
+   a Contributor if it was added to the Program by such Contributor itself or
+   anyone acting on such Contributor's behalf. Contributions do not include
+   additions to the Program which: (i) are separate modules of software
+   distributed in conjunction with the Program under their own license
+   agreement, and (ii) are not derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents" mean patent claims licensable by a Contributor which are
+necessarily infringed by the use or sale of its Contribution alone or when
+combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement,
+including all Contributors.
+
+2. GRANT OF RIGHTS
+  a) Subject to the terms of this Agreement, each Contributor hereby grants
+     Recipient a non-exclusive, worldwide, royalty-free copyright license to
+     reproduce, prepare derivative works of, publicly display, publicly perform,
+     distribute and sublicense the Contribution of such Contributor, if any, and
+     such derivative works, in source code and object code form.
+  b) Subject to the terms of this Agreement, each Contributor hereby grants
+     Recipient a non-exclusive, worldwide, royalty-free patent license under
+     Licensed Patents to make, use, sell, offer to sell, import and otherwise
+     transfer the Contribution of such Contributor, if any, in source code and
+     object code form. This patent license shall apply to the combination of the
+     Contribution and the Program if, at the time the Contribution is added by
+     the Contributor, such addition of the Contribution causes such combination
+     to be covered by the Licensed Patents. The patent license shall not apply
+     to any other combinations which include the Contribution. No hardware per
+     se is licensed hereunder.
+  c) Recipient understands that although each Contributor grants the licenses to
+     its Contributions set forth herein, no assurances are provided by any
+     Contributor that the Program does not infringe the patent or other
+     intellectual property rights of any other entity. Each Contributor
+     disclaims any liability to Recipient for claims brought by any other entity
+     based on infringement of intellectual property rights or otherwise. As a
+     condition to exercising the rights and licenses granted hereunder, each
+     Recipient hereby assumes sole responsibility to secure any other
+     intellectual property rights needed, if any. For example, if a third party
+     patent license is required to allow Recipient to distribute the Program, it
+     is Recipient's responsibility to acquire that license before distributing
+     the Program.
+  d) Each Contributor represents that to its knowledge it has sufficient
+     copyright rights in its Contribution, if any, to grant the copyright
+     license set forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under its
+own license agreement, provided that:
+
+  a) it complies with the terms and conditions of this Agreement; and
+  b) its license agreement:
+      i) effectively disclaims on behalf of all Contributors all warranties and
+         conditions, express and implied, including warranties or conditions of
+         title and non-infringement, and implied warranties or conditions of
+         merchantability and fitness for a particular purpose;
+     ii) effectively excludes on behalf of all Contributors all liability for
+         damages, including direct, indirect, special, incidental and
+         consequential damages, such as lost profits;
+    iii) states that any provisions which differ from this Agreement are offered
+         by that Contributor alone and not by any other party; and
+     iv) states that source code for the Program is available from such
+         Contributor, and informs licensees how to obtain it in a reasonable
+         manner on or through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+
+  a) it must be made available under this Agreement; and
+  b) a copy of this Agreement must be included with each copy of the Program.
+     Contributors may not remove or alter any copyright notices contained within
+     the Program.
+
+Each Contributor must identify itself as the originator of its Contribution, if
+any, in a manner that reasonably allows subsequent Recipients to identify the
+originator of the Contribution.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities with
+respect to end users, business partners and the like. While this license is
+intended to facilitate the commercial use of the Program, the Contributor who
+includes the Program in a commercial product offering should do so in a manner
+which does not create potential liability for other Contributors. Therefore, if
+a Contributor includes the Program in a commercial product offering, such
+Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+every other Contributor ("Indemnified Contributor") against any losses, damages
+and costs (collectively "Losses") arising from claims, lawsuits and other legal
+actions brought by a third party against the Indemnified Contributor to the
+extent caused by the acts or omissions of such Commercial Contributor in
+connection with its distribution of the Program in a commercial product
+offering. The obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In order
+to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
+Contributor in writing of such claim, and b) allow the Commercial Contributor to
+control, and cooperate with the Commercial Contributor in, the defense and any
+related settlement negotiations. The Indemnified Contributor may participate in
+any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial product
+offering, Product X. That Contributor is then a Commercial Contributor. If that
+Commercial Contributor then makes performance claims, or offers warranties
+related to Product X, those performance claims and warranties are such
+Commercial Contributor's responsibility alone. Under this section, the
+Commercial Contributor would have to defend claims against the other
+Contributors related to those performance claims and warranties, and if a court
+requires any other Contributor to pay any damages as a result, the Commercial
+Contributor must pay those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
+Recipient is solely responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its exercise of
+rights under this Agreement , including but not limited to the risks and costs
+of program errors, compliance with applicable laws, damage to or loss of data,
+programs or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
+CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
+GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under applicable
+law, it shall not affect the validity or enforceability of the remainder of the
+terms of this Agreement, and without further action by the parties hereto, such
+provision shall be reformed to the minimum extent necessary to make such
+provision valid and enforceable.
+
+If Recipient institutes patent litigation against any entity (including a
+cross-claim or counterclaim in a lawsuit) alleging that the Program itself
+(excluding combinations of the Program with other software or hardware)
+infringes such Recipient's patent(s), then such Recipient's rights granted under
+Section 2(b) shall terminate as of the date such litigation is filed.
+
+All Recipient's rights under this Agreement shall terminate if it fails to
+comply with any of the material terms or conditions of this Agreement and does
+not cure such failure in a reasonable period of time after becoming aware of
+such noncompliance. If all Recipient's rights under this Agreement terminate,
+Recipient agrees to cease use and distribution of the Program as soon as
+reasonably practicable. However, Recipient's obligations under this Agreement
+and any licenses granted by Recipient relating to the Program shall continue and
+survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement, but in
+order to avoid inconsistency the Agreement is copyrighted and may only be
+modified in the following manner. The Agreement Steward reserves the right to
+publish new versions (including revisions) of this Agreement from time to time.
+No one other than the Agreement Steward has the right to modify this Agreement.
+The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
+may assign the responsibility to serve as the Agreement Steward to a suitable
+separate entity. Each new version of the Agreement will be given a
+distinguishing version number. The Program (including Contributions) may always
+be distributed subject to the version of the Agreement under which it was
+received. In addition, after a new version of the Agreement is published,
+Contributor may elect to distribute the Program (including its Contributions)
+under the new version. Except as expressly stated in Sections 2(a) and 2(b)
+above, Recipient receives no rights or licenses to the intellectual property of
+any Contributor under this Agreement, whether expressly, by implication,
+estoppel or otherwise. All rights in the Program not expressly granted under
+this Agreement are reserved.
+
+This Agreement is governed by the laws of the State of New York and the
+intellectual property laws of the United States of America. No party to this
+Agreement will bring a legal action under this Agreement more than one year
+after the cause of action arose. Each party waives its rights to a jury trial in
+any resulting litigation.
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.codegen/.classpath b/bundles/org.eclipse.vorto.codegen/.classpath
new file mode 100644
index 0000000..dec9bf2
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="xtend-gen"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="icons"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/bundles/org.eclipse.vorto.codegen/.gitignore b/bundles/org.eclipse.vorto.codegen/.gitignore
new file mode 100644
index 0000000..85e109c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/.gitignore
@@ -0,0 +1,3 @@
+/.settings
+/bin
+/xtend-gen
diff --git a/bundles/org.eclipse.vorto.codegen/.project b/bundles/org.eclipse.vorto.codegen/.project
new file mode 100644
index 0000000..dfb1c63
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.codegen</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+	</natures>
+</projectDescription>
diff --git a/bundles/org.eclipse.vorto.codegen/META-INF/MANIFEST.MF b/bundles/org.eclipse.vorto.codegen/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..3c0e5cd
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Vorto Code-Generation Infrastructure
+Bundle-SymbolicName: org.eclipse.vorto.codegen;singleton:=true
+Bundle-Version: 0.1.0
+Bundle-Activator: org.eclipse.vorto.codegen.Activator
+Bundle-Vendor: Bosch-SI
+Require-Bundle: org.eclipse.vorto.common,
+ org.eclipse.vorto.metamodel,
+ org.apache.log4j;bundle-version="1.2.0",
+ org.eclipse.core.runtime;bundle-version="3.9.0",
+ org.eclipse.jdt.core;bundle-version="3.9.0",
+ org.eclipse.jdt.launching;bundle-version="3.7.0",
+ org.eclipse.ui.workbench;bundle-version="3.105.0",
+ org.eclipse.jface;bundle-version="3.9.0",
+ org.eclipse.core.resources;bundle-version="3.8.0",
+ org.eclipse.xtend.lib;bundle-version="[2.7.0,3.0.0)",
+ org.apache.commons.lang3;bundle-version="3.1.0",
+ org.apache.commons.io;bundle-version="2.0.1"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.vorto.codegen,
+ org.eclipse.vorto.codegen.api,
+ org.eclipse.vorto.codegen.api.tasks,
+ org.eclipse.vorto.codegen.api.tasks.eclipse
+Bundle-ClassPath: icons/,
+ .
diff --git a/bundles/org.eclipse.vorto.codegen/about.html b/bundles/org.eclipse.vorto.codegen/about.html
new file mode 100644
index 0000000..c258ef5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2006</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.codegen/build.properties b/bundles/org.eclipse.vorto.codegen/build.properties
new file mode 100644
index 0000000..d1bab99
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/build.properties
@@ -0,0 +1,10 @@
+source.. = src/,\
+          xtend-gen/,\
+          icons/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               plugin.xml,\
+               icons/,\
+               schema/,\
+               about.html
diff --git a/bundles/org.eclipse.vorto.codegen/icons/generate.gif b/bundles/org.eclipse.vorto.codegen/icons/generate.gif
new file mode 100644
index 0000000..0a44550
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/icons/generate.gif
Binary files differ
diff --git a/bundles/org.eclipse.vorto.codegen/icons/start.gif b/bundles/org.eclipse.vorto.codegen/icons/start.gif
new file mode 100644
index 0000000..57f4102
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/icons/start.gif
Binary files differ
diff --git a/bundles/org.eclipse.vorto.codegen/plugin.xml b/bundles/org.eclipse.vorto.codegen/plugin.xml
new file mode 100644
index 0000000..b136759
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/plugin.xml
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension-point id="org_eclipse_vorto_codegen_Generators" name="Generator" schema="schema/org_eclipse_vorto_codegen_Generators.exsd"/>
+   <extension
+         point="org.eclipse.ui.menus">
+      <menuContribution
+            allPopups="false"
+            locationURI="popup:generate.code.submenu">
+         <dynamic
+               class="org.eclipse.vorto.codegen.internal.extensioninterface.PopulateGeneratorsMenu"
+               id="org.eclipse.vorto.codegen.dynamic.menu.contribution.item.id">
+         </dynamic>
+      </menuContribution>
+   </extension>
+   <extension
+         point="org.eclipse.ui.commands">
+      <category
+            id="org.eclipse.vorto.codegen.generator.category"
+            name="Generators Category">
+      </category>
+      <command
+            categoryId="org.eclipse.vorto.codegen.generator.category"
+            id="org.eclipse.vorto.codegen.generator.command.id"
+            name="Populate All Generators">
+         <commandParameter
+               id="org.eclipse.vorto.codegen.generator.commandParameter"
+               name="Generartor Class name"
+               optional="true">
+         </commandParameter>
+      </command>
+   </extension>
+   <extension
+         point="org.eclipse.ui.handlers">
+      <handler
+            class="org.eclipse.vorto.codegen.internal.handler.EvaluateContributionsHandler"
+            commandId="org.eclipse.vorto.codegen.generator.command.id">
+      </handler>
+   </extension>
+   
+   
+   <extension
+         point="org.eclipse.ui.menus">
+      <menuContribution
+            allPopups="false"
+            locationURI="popup:org.eclipse.vorto.project.menu">
+         <menu
+               icon="icons/start.gif"
+               id="generate.code.submenu"
+               label="Generate Code">
+            <visibleWhen
+                  checkEnabled="false">
+               <reference
+                     definitionId="org.eclipse.vorto.codegen.generatemenu.id">
+               </reference>
+            </visibleWhen>
+         </menu>
+      </menuContribution>
+      <menuContribution
+            allPopups="false"
+            locationURI="popup:org.eclipse.vorto.perspectives.vortotreeview">
+         <menu
+               icon="icons/start.gif"
+               id="generate.code.submenu"
+               label="Generate Code">
+            <visibleWhen
+                  checkEnabled="false">
+               <reference
+                     definitionId="org.eclipse.vorto.m2mtreeview.codegen.generatemenu.id">
+               </reference>
+            </visibleWhen>
+         </menu>
+      </menuContribution>
+   </extension>
+   <extension
+         point="org.eclipse.core.expressions.definitions">
+      <definition
+            id="org.eclipse.vorto.codegen.generatemenu.id">
+ 		<with
+	             variable="selection">
+	          <iterate
+	                operator="or">
+	             <adapt
+	                   type="org.eclipse.core.resources.IProject">
+	                <test
+	                      forcePluginActivation="true"
+	                      property="org.eclipse.core.resources.projectNature"
+	                      value="org.eclipse.vorto.iotnature">
+	                </test>
+	             </adapt>
+	          </iterate>
+	       </with>
+      </definition>
+      <definition
+            id="org.eclipse.vorto.m2mtreeview.codegen.generatemenu.id">
+ 		<with
+	             variable="activeMenuSelection">
+      <count
+            value="1">
+      </count>
+	       </with>
+      </definition>
+   </extension>
+
+</plugin>
diff --git a/bundles/org.eclipse.vorto.codegen/pom.xml b/bundles/org.eclipse.vorto.codegen/pom.xml
new file mode 100644
index 0000000..7e5e76a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/pom.xml
@@ -0,0 +1,125 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>bundles</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.codegen</artifactId>
+	<packaging>eclipse-plugin</packaging>
+
+	<name>Vorto Code Generator</name>
+
+	<profiles>
+		<profile>
+			<id>copy-plugins</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-dependency-plugin</artifactId>
+						<version>2.8</version>
+						<executions>
+							<execution>
+								<id>copy-kepler</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.codegen</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${kepler.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-luna</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.codegen</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${luna.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-visualrules</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.codegen</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${visualrules.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.xtend</groupId>
+				<artifactId>xtend-maven-plugin</artifactId>
+				<executions>
+					<execution>
+						<goals>
+							<goal>compile</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<artifactId>maven-clean-plugin</artifactId>
+				<version>2.4.1</version>
+				<configuration>
+					<filesets>
+						<fileset>
+							<directory>xtend-gen</directory>
+							<includes>
+								<include>**</include>
+							</includes>
+						</fileset>
+					</filesets>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
diff --git a/bundles/org.eclipse.vorto.codegen/schema/org_eclipse_vorto_codegen_Generators.exsd b/bundles/org.eclipse.vorto.codegen/schema/org_eclipse_vorto_codegen_Generators.exsd
new file mode 100644
index 0000000..e2a0f12
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/schema/org_eclipse_vorto_codegen_Generators.exsd
@@ -0,0 +1,119 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.vorto.codegen" xmlns="http://www.w3.org/2001/XMLSchema">
+<annotation>
+      <appinfo>
+         <meta.schema plugin="org.eclipse.vorto.codegen" id="org_eclipse_vorto_codegen_Generators" name="Generator"/>
+      </appinfo>
+      <documentation>
+         [Enter description of this extension point.]
+      </documentation>
+   </annotation>
+
+   <element name="extension">
+      <annotation>
+         <appinfo>
+            <meta.element />
+         </appinfo>
+      </annotation>
+      <complexType>
+         <choice>
+            <element ref="client" minOccurs="1" maxOccurs="unbounded"/>
+         </choice>
+         <attribute name="point" type="string" use="required">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="id" type="string">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="name" type="string">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+               <appinfo>
+                  <meta.attribute translatable="true"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="client">
+      <complexType>
+         <attribute name="class" type="string" use="required">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+               <appinfo>
+                  <meta.attribute kind="java" basedOn=":org.eclipse.vorto.codegen.CodeGenerator"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+         <attribute name="menuLabel" type="string" use="required">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="icon" type="string">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+               <appinfo>
+                  <meta.attribute kind="resource"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="since"/>
+      </appinfo>
+      <documentation>
+         [Enter the first release in which this extension point appears.]
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="examples"/>
+      </appinfo>
+      <documentation>
+         [Enter extension point usage example here.]
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="apiinfo"/>
+      </appinfo>
+      <documentation>
+         [Enter API information here.]
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="implementation"/>
+      </appinfo>
+      <documentation>
+         [Enter information about supplied implementation of this extension point.]
+      </documentation>
+   </annotation>
+
+
+</schema>
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/Activator.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/Activator.java
new file mode 100644
index 0000000..e87320f
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/Activator.java
@@ -0,0 +1,73 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The activator class controls the plug-in life cycle
+ */
+public class Activator extends AbstractUIPlugin {
+
+	// The plug-in ID
+	public static final String PLUGIN_ID = "org.eclipse.vorto.codegen"; //$NON-NLS-1$
+
+	// The shared instance
+	private static Activator plugin;
+	
+	/**
+	 * The constructor
+	 */
+	public Activator() {
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
+	 */
+	public void start(BundleContext context) throws Exception {
+		super.start(context);
+		initialize();
+	}
+
+	public static void initialize() {
+		plugin = new Activator();
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
+	 */
+	public void stop(BundleContext context) throws Exception {
+		deinitialize();
+		super.stop(context);
+	}
+
+	public static void deinitialize() {
+		plugin = null;
+	}
+
+	/**
+	 * Returns the shared instance
+	 *
+	 * @return the shared instance
+	 */
+	public static Activator getDefault() {
+		return plugin;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/FileWritingStrategyFactory.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/FileWritingStrategyFactory.java
new file mode 100644
index 0000000..4ff1753
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/FileWritingStrategyFactory.java
@@ -0,0 +1,55 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *  
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *  
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api;
+
+import org.eclipse.vorto.codegen.internal.OverWritingStrategy;
+import org.eclipse.vorto.codegen.internal.WriteGenOverWriteStrategy;
+
+/**
+ * Factory for getting a file writer strategy for a code generator
+ * 
+ *
+ * 
+ */
+public final class FileWritingStrategyFactory {
+
+	private static FileWritingStrategyFactory instance = null;
+
+	private FileWritingStrategyFactory() {
+
+	}
+
+	public static FileWritingStrategyFactory getInstance() {
+		if (instance == null) {
+			instance = new FileWritingStrategyFactory();
+		}
+		return instance;
+	}
+
+	/**
+	 * @return strategy which overwrites a previously generated file.
+	 */
+	public IFileWritingStrategy getOverwriteStrategy() {
+		return new OverWritingStrategy();
+	}
+
+	/**
+	 * @return strategy which creates a *.gen file which the latest content. The
+	 *         user must then do a manual merge.
+	 */
+	public IFileWritingStrategy getGenFileStrategy() {
+		return new WriteGenOverWriteStrategy();
+	}
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/ICodeGenerator.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/ICodeGenerator.java
new file mode 100644
index 0000000..a92928e
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/ICodeGenerator.java
@@ -0,0 +1,42 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api;
+
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+/**
+ * This Code Generator generates platform specific code for the function block
+ * model which can be executed in a target environment.
+ * 
+ *
+ * 
+ */
+public interface ICodeGenerator {
+
+	static final String GENERATOR_ID = "org.eclipse.vorto.codegen.org_eclipse_vorto_codegen_Generators";
+
+	/**
+	 * Generates environment specific code for a given function block model
+	 * 
+	 * @param model
+	 *            Function block model instance which contains the semantics of
+	 *            parts of an abstract device
+	 * @param monitor
+	 *            callback to monitor steps during the generation process
+	 */
+	void generate(FunctionblockModel model, IProgressMonitor monitor);
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/IFileWritingStrategy.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/IFileWritingStrategy.java
new file mode 100644
index 0000000..bb44486
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/IFileWritingStrategy.java
@@ -0,0 +1,51 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api;
+
+import java.io.IOException;
+
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.vorto.codegen.api.tasks.Generated;
+
+/**
+ * Writes the {@link Generated} produced by the {@link ICodeGenerator} in a
+ * custom way
+ * 
+ * Available strategies:
+ * <ul>
+ * <li>{@link FileWritingStrategyFactory#getGenFileStrategy()}</li>
+ * <li>{@link FileWritingStrategyFactory#getOverwriteStrategy()}</li>
+ * </ul>
+ * 
+ *
+ * 
+ */
+public interface IFileWritingStrategy {
+
+	/**
+	 * Decides over how to write the specified generated content.
+	 * 
+	 * @param generated
+	 *            generated content
+	 * @param existingFile
+	 *            generated file and content from a previous generation
+	 * @throws CoreException
+	 * @throws IOException
+	 */
+	void writeFile(Generated generated, IFile existingFile)
+			throws CoreException, IOException;
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/IProjectGenerator.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/IProjectGenerator.java
new file mode 100644
index 0000000..34fb735
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/IProjectGenerator.java
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api;
+
+import org.eclipse.core.resources.IProject;
+
+/**
+ * This generator generates an Eclipse {@link IProject}
+ * 
+ *
+ * 
+ */
+public interface IProjectGenerator extends ICodeGenerator {
+
+	/**
+	 * All eclipse project generator should implement this method to get the end
+	 * result project
+	 * 
+	 * @return eclipse project that has been generated
+	 */
+	IProject getProject();
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/AbstractTemplateGeneratorTask.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/AbstractTemplateGeneratorTask.java
new file mode 100644
index 0000000..769b991
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/AbstractTemplateGeneratorTask.java
@@ -0,0 +1,44 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks;
+
+import org.eclipse.vorto.codegen.api.tasks.ICodeGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.Generated;
+import org.eclipse.vorto.codegen.api.tasks.IOutputter;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+
+public abstract class AbstractTemplateGeneratorTask implements
+		ICodeGeneratorTask {
+
+	public void generate(final FunctionblockModel model,
+			final IOutputter outputter) {
+
+		Generated generated = new Generated(getFileName(model), getPath(model),
+				getTemplate().getContent(model));
+		outputter.output(generated);
+	}
+
+	abstract public String getFileName(final FunctionblockModel model);
+
+	abstract public String getPath(final FunctionblockModel model);
+
+	/**
+	 * @return Tempalte to be used for Generation
+	 */
+	abstract public ITemplate getTemplate();
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/Generated.xtend b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/Generated.xtend
new file mode 100644
index 0000000..f4aa7f9
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/Generated.xtend
@@ -0,0 +1,43 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+package org.eclipse.vorto.codegen.api.tasks;
+
+class Generated {
+	public static final String ROOT_FOLDER_PATH = null;
+	
+	String fileName;
+	String folderPath;
+	String content;
+	
+	new(String fileName, String folderPath, String content) {
+		this.fileName = fileName;
+		this.folderPath = folderPath;
+		this.content = content;
+	}
+	
+	def String getFileName() {
+		return fileName;
+	}
+	
+	def String getFolderPath() {
+		return folderPath;
+	}
+	
+	def String getContent() {
+		return content;
+	}
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/GeneratorConfiguration.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/GeneratorConfiguration.java
new file mode 100644
index 0000000..3fbe7d1
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/GeneratorConfiguration.java
@@ -0,0 +1,166 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks;
+
+import org.eclipse.vorto.codegen.api.IProjectGenerator;
+import org.eclipse.vorto.codegen.api.tasks.eclipse.ClasspathConfiguration;
+import org.eclipse.vorto.codegen.api.tasks.eclipse.ConfigurationContainer;
+import org.eclipse.vorto.codegen.api.tasks.eclipse.IEclipseProjectConfiguration;
+import org.eclipse.vorto.codegen.api.tasks.eclipse.EclipseProjectGenerator;
+import org.eclipse.vorto.codegen.api.tasks.eclipse.FolderModule;
+import org.eclipse.vorto.codegen.api.tasks.eclipse.LocationWrapper;
+import org.eclipse.vorto.codegen.api.tasks.eclipse.MavenNatureConfiguration;
+import org.eclipse.vorto.codegen.api.tasks.eclipse.NatureConfiguration;
+import org.eclipse.vorto.codegen.api.tasks.ICodeGeneratorTask;
+
+/**
+ * Creates a configuration for a Code Generator
+ * 
+ *
+ * 
+ */
+public class GeneratorConfiguration {
+
+	/**
+	 * Creates a Generator Task for the Generation of an Eclipse Project.
+	 * Returned generator can be executed with
+	 * {@link IProjectGenerator#generate(org.eclipse.vorto.functionblock.FunctionblockModel, org.eclipse.core.runtime.IProgressMonitor)}
+	 * 
+	 * Example: eclipseProject('myproject',configuration(mavenNature(new
+	 * MyPomTemplate())),new MyCustomGeneratorTask(),
+	 * MyOtherCustomGeneratorTask())
+	 * 
+	 * @param projectName
+	 *            target eclipse project name
+	 * @param configuration
+	 *            configurations for the project
+	 * @param tasks
+	 *            custom code generation tasks
+	 * 
+	 * @return fully configured eclipse project generator.
+	 */
+	public static IProjectGenerator eclipseProject(String projectName,
+			ConfigurationContainer configuration, ICodeGeneratorTask... tasks) {
+		return new EclipseProjectGenerator(projectName, configuration, tasks);
+	}
+
+	/**
+	 * Creates a Generator Task for the Generation of an Eclipse Project.
+	 * Returned generator can be executed with
+	 * {@link IProjectGenerator#generate(org.eclipse.vorto.functionblock.FunctionblockModel, org.eclipse.core.runtime.IProgressMonitor)}
+	 * 
+	 * Example: eclipseProject('myproject',configuration(mavenNature(new
+	 * MyPomTemplate())),new MyCustomGeneratorTask(),
+	 * MyOtherCustomGeneratorTask())
+	 * 
+	 * @param location
+	 *            custom location specific setting for the target project
+	 * @param configuration
+	 *            configurations for the project
+	 * @param tasks
+	 *            custom code generation tasks
+	 * 
+	 * @return fully configured eclipse project generator.
+	 */
+	public static IProjectGenerator eclipseProject(LocationWrapper location,
+			ConfigurationContainer configuration,
+			ICodeGeneratorTask... generators) {
+		return new EclipseProjectGenerator(location, configuration, generators);
+	}
+
+	/**
+	 * Eclipse configurations for the project, like nature(s) or classpath
+	 * variables etc.
+	 * 
+	 * @param configurations
+	 *            a list of configurations
+	 * @return
+	 */
+	public static ConfigurationContainer configuration(
+			IEclipseProjectConfiguration... configurations) {
+		return new ConfigurationContainer(configurations);
+	}
+
+	/**
+	 * @return an empty configuration for a project.
+	 */
+	public static ConfigurationContainer empty() {
+		return new ConfigurationContainer();
+	}
+
+	/**
+	 * Makes the eclipse project a java project
+	 * 
+	 * @param configurations
+	 *            additional configurations for the java project
+	 * @return
+	 */
+	public static IEclipseProjectConfiguration javaNature(
+			IEclipseProjectConfiguration... configurations) {
+		return new NatureConfiguration("org.eclipse.jdt.core.javanature",
+				configurations);
+	}
+
+	/**
+	 * Makes the project a xText project
+	 * 
+	 * @param configurations
+	 *            additional configurations for the xText project
+	 * @return
+	 */
+	public static IEclipseProjectConfiguration xtextNature(
+			IEclipseProjectConfiguration... configurations) {
+		return new NatureConfiguration(
+				"org.eclipse.xtext.ui.shared.xtextNature", configurations);
+	}
+
+	/**
+	 * Makes the project a Maven project
+	 * 
+	 * @param pom
+	 *            maven build file template
+	 * @param configurations
+	 *            additional configurations for the maven project
+	 * @return
+	 */
+	public static IEclipseProjectConfiguration mavenNature(ITemplate pom,
+			IEclipseProjectConfiguration... configurations) {
+		return new MavenNatureConfiguration(pom, javaNature());
+	}
+
+	/**
+	 * Creates the specified folder(s) for the eclipse project
+	 * 
+	 * @param folders
+	 *            a list of folder names, like model or src-gen/model
+	 * @return
+	 */
+	public static ICodeGeneratorTask folders(String... folders) {
+		return new FolderModule(folders);
+	}
+
+	/**
+	 * Makes the specified folder(s) source folders for the project
+	 * 
+	 * @param sourceFolders
+	 *            a list of folder names, like model or target/generated-sources
+	 * @return
+	 */
+	public static IEclipseProjectConfiguration sourceFolders(
+			String... sourceFolders) {
+		return new ClasspathConfiguration(sourceFolders);
+	}
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/ICodeGeneratorTask.xtend b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/ICodeGeneratorTask.xtend
new file mode 100644
index 0000000..ad24d66
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/ICodeGeneratorTask.xtend
@@ -0,0 +1,28 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+package org.eclipse.vorto.codegen.api.tasks;
+
+import org.eclipse.vorto.functionblock.FunctionblockModel
+
+
+interface ICodeGeneratorTask {
+	
+	/**
+	 * Generates code from the specified function block model and sends it to the specified outputter
+	 */
+	def void generate(FunctionblockModel model, IOutputter outputter);
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/IOutputter.xtend b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/IOutputter.xtend
new file mode 100644
index 0000000..664675a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/IOutputter.xtend
@@ -0,0 +1,39 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+ package org.eclipse.vorto.codegen.api.tasks;
+
+import org.eclipse.vorto.codegen.api.IFileWritingStrategy
+
+/**
+ * Outputter for generated content produced by the {@link CodeGenerator}
+ * 
+ *
+ * 
+ */
+interface IOutputter {
+	
+	/**
+	 * Outputs the specified generated artifact
+	 */
+	def void output(Generated generated);
+	
+	/**
+	 * Sets the strategy for file writing for generated artifact
+	 */
+	def void setFileWritingStrategy(IFileWritingStrategy fileWritingHandler);
+	
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/ITemplate.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/ITemplate.java
new file mode 100644
index 0000000..6b801ef
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/ITemplate.java
@@ -0,0 +1,30 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks;
+
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+
+public interface ITemplate {
+
+	/**
+	 * gets the template content as a string
+	 * 
+	 * @param context
+	 * @return
+	 */
+	String getContent(FunctionblockModel context);
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/AbstractConfiguration.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/AbstractConfiguration.java
new file mode 100644
index 0000000..0a78b92
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/AbstractConfiguration.java
@@ -0,0 +1,32 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import java.util.Collections;
+import java.util.List;
+
+import org.eclipse.vorto.codegen.api.tasks.ICodeGeneratorTask;
+
+
+public abstract class AbstractConfiguration implements
+		IEclipseProjectConfiguration {
+
+	@Override
+	public List<ICodeGeneratorTask> getGeneratorTasks() {
+		return Collections.emptyList();
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/ClasspathConfiguration.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/ClasspathConfiguration.java
new file mode 100644
index 0000000..627ac21
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/ClasspathConfiguration.java
@@ -0,0 +1,81 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.runtime.IPath;
+import org.eclipse.core.runtime.NullProgressMonitor;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.jdt.core.IClasspathEntry;
+import org.eclipse.jdt.core.IJavaProject;
+import org.eclipse.jdt.core.JavaCore;
+import org.eclipse.jdt.core.JavaModelException;
+import org.eclipse.jdt.launching.IVMInstall;
+import org.eclipse.jdt.launching.JavaRuntime;
+
+/**
+ * Configures the classpath and source folders for a Java Project
+ * 
+ *
+ * 
+ */
+public class ClasspathConfiguration extends AbstractConfiguration {
+
+	private String[] sourceFolders = new String[0];
+
+	public ClasspathConfiguration(String... sourceFolders) {
+		this.sourceFolders = sourceFolders;
+	}
+
+	@Override
+	public IEclipseProjectConfiguration configure(IProject project) {
+		IJavaProject javaProject = JavaCore.create(project);
+		try {
+			javaProject.setRawClasspath(getClasspathEntries(project),
+					new NullProgressMonitor());
+			javaProject.setOutputLocation(project.getFolder("target")
+					.getFullPath(), new NullProgressMonitor());
+		} catch (JavaModelException e1) {
+		}
+
+		return this;
+	}
+
+	private IClasspathEntry[] getClasspathEntries(IProject project) {
+
+		IClasspathEntry[] newEntries = new IClasspathEntry[sourceFolders.length + 1];
+
+		for (int i = 0; i < sourceFolders.length; i++) {
+			newEntries[i] = JavaCore.newSourceEntry(project.getFolder(
+					sourceFolders[i]).getFullPath());
+		}
+
+		newEntries[sourceFolders.length] = getVmClasspathEntry();
+
+		return newEntries;
+	}
+
+	private IClasspathEntry getVmClasspathEntry() {
+		IPath containerPath = new Path(JavaRuntime.JRE_CONTAINER);
+		IVMInstall vmInstall = JavaRuntime.getDefaultVMInstall();
+		IPath vmPath = containerPath.append(
+				vmInstall.getVMInstallType().getId()).append(
+				vmInstall.getName());
+		return JavaCore.newContainerEntry(vmPath);
+
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/ConfigurationContainer.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/ConfigurationContainer.java
new file mode 100644
index 0000000..200441a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/ConfigurationContainer.java
@@ -0,0 +1,57 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.vorto.codegen.api.tasks.ICodeGeneratorTask;
+
+/**
+ * Container for different eclipse project configurations
+ * 
+ *
+ * 
+ */
+public class ConfigurationContainer implements IEclipseProjectConfiguration {
+
+	private IEclipseProjectConfiguration[] configurations = new IEclipseProjectConfiguration[0];
+
+	public ConfigurationContainer(IEclipseProjectConfiguration... configurations) {
+		if (configurations != null) {
+			this.configurations = configurations;
+		}
+	}
+
+	@Override
+	public IEclipseProjectConfiguration configure(IProject project) {
+		for (IEclipseProjectConfiguration configuration : configurations) {
+			configuration.configure(project);
+		}
+		return this;
+	}
+
+	@Override
+	public List<ICodeGeneratorTask> getGeneratorTasks() {
+		List<ICodeGeneratorTask> modules = new ArrayList<ICodeGeneratorTask>();
+		for (IEclipseProjectConfiguration configuration : configurations) {
+			modules.addAll(configuration.getGeneratorTasks());
+		}
+		return modules;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/EclipseProjectGenerator.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/EclipseProjectGenerator.java
new file mode 100644
index 0000000..0f2cc6b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/EclipseProjectGenerator.java
@@ -0,0 +1,127 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+
+import org.apache.commons.lang3.StringUtils;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.IProjectDescription;
+import org.eclipse.core.resources.IWorkspace;
+import org.eclipse.core.resources.IWorkspaceRoot;
+import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.SubProgressMonitor;
+import org.eclipse.vorto.codegen.api.IProjectGenerator;
+import org.eclipse.vorto.codegen.api.tasks.ICodeGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.eclipse.ProjectFileOutputter;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+/**
+ * Code Generator which generates an Eclipse project
+ * 
+ *
+ * 
+ */
+public class EclipseProjectGenerator implements IProjectGenerator {
+
+	private ConfigurationContainer configuration;
+
+	private List<ICodeGeneratorTask> tasks = new ArrayList<ICodeGeneratorTask>();
+
+	private IProject project;
+
+	private LocationWrapper locationW;
+
+	public EclipseProjectGenerator(LocationWrapper location,
+			ConfigurationContainer configuration, ICodeGeneratorTask... tasks) {
+		this.locationW = location;
+		this.configuration = configuration;
+		this.tasks.addAll(Arrays.asList(tasks));
+	}
+
+	public EclipseProjectGenerator(String projectName,
+			ConfigurationContainer configuration, ICodeGeneratorTask[] tasks) {
+		String rootWorkspace = ResourcesPlugin.getWorkspace().getRoot()
+				.getLocation().toString();
+		this.locationW = new LocationWrapper(rootWorkspace, projectName);
+		this.configuration = configuration;
+		this.tasks.addAll(Arrays.asList(tasks));
+	}
+
+	public void generate(FunctionblockModel model, IProgressMonitor monitor) {
+		project = getWorkspace().getProject(locationW.getProjectName());
+
+		if (!project.exists()) {
+			try {
+				project = createProjectInWorkspace(monitor);
+				project.open(monitor);
+				configuration.configure(project);
+				this.tasks.addAll(configuration.getGeneratorTasks());
+			} catch (CoreException e) {
+				e.printStackTrace();
+			}
+		}
+
+		if (!project.isOpen()) {
+			try {
+				project.open(monitor);
+			} catch (CoreException e) {
+				// TODO Auto-generated catch block
+				e.printStackTrace();
+			}
+		}
+
+		for (ICodeGeneratorTask task : tasks) {
+			task.generate(model, new ProjectFileOutputter(project));
+		}
+
+	}
+
+	private IProject createProjectInWorkspace(IProgressMonitor monitor)
+			throws CoreException {
+		IWorkspace workspace = ResourcesPlugin.getWorkspace();
+		IProjectDescription desc = workspace.newProjectDescription(locationW
+				.getProjectName());
+
+		desc.setLocation(locationW.getValidPath());
+
+		if (!isDefaultWorkLocation(workspace)) {
+			project.create(desc, new SubProgressMonitor(monitor, 1));
+		} else {
+			project.create(new SubProgressMonitor(monitor, 1));
+		}
+		return project;
+	}
+
+	private boolean isDefaultWorkLocation(IWorkspace workspace) {
+		String defaultWorkspace = workspace.getRoot().getLocation().toString();
+		return StringUtils.equals(defaultWorkspace, locationW.getPath());
+	}
+
+	@Override
+	public IProject getProject() {
+		return project;
+	}
+
+	private IWorkspaceRoot getWorkspace() {
+		return ResourcesPlugin.getWorkspace().getRoot();
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/FolderModule.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/FolderModule.java
new file mode 100644
index 0000000..ee6d937
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/FolderModule.java
@@ -0,0 +1,48 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import org.eclipse.vorto.codegen.internal.OverWritingStrategy;
+import org.eclipse.vorto.codegen.api.tasks.ICodeGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.Generated;
+import org.eclipse.vorto.codegen.api.tasks.IOutputter;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+/**
+ * Code Generator which creates specific folder (structure)
+ * 
+ *
+ * 
+ */
+public class FolderModule implements ICodeGeneratorTask {
+
+	private String[] folders;
+
+	public FolderModule(String... folders) {
+		this.folders = folders;
+	}
+
+	@Override
+	public void generate(FunctionblockModel model, IOutputter outputter) {
+		outputter.setFileWritingStrategy(new OverWritingStrategy());
+		if (folders != null) {
+			for (String customFolder : folders) {
+				outputter.output(new Generated(null, customFolder, null));
+			}
+		}
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/IEclipseProjectConfiguration.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/IEclipseProjectConfiguration.java
new file mode 100644
index 0000000..cadbe00
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/IEclipseProjectConfiguration.java
@@ -0,0 +1,44 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import java.util.List;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.vorto.codegen.api.tasks.ICodeGeneratorTask;
+
+/**
+ * Configures an Eclipse project like nature, classpath etc.
+ * 
+ *
+ * 
+ */
+public interface IEclipseProjectConfiguration {
+
+	/**
+	 * Configures an Eclipse project like nature, classpath etc.
+	 * 
+	 * @param project
+	 *            the eclipse project to configure
+	 * @return
+	 */
+	IEclipseProjectConfiguration configure(IProject project);
+
+	/**
+	 * @return generator tasks that are needed to invoke for this configuration
+	 */
+	List<ICodeGeneratorTask> getGeneratorTasks();
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/LocationWrapper.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/LocationWrapper.java
new file mode 100644
index 0000000..913556e
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/LocationWrapper.java
@@ -0,0 +1,78 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import java.net.URI;
+import java.net.URISyntaxException;
+
+import org.eclipse.core.runtime.Path;
+import org.eclipse.core.runtime.URIUtil;
+
+/**
+ * Workspace aware location for a project
+ * 
+ *
+ * 
+ */
+public class LocationWrapper {
+
+	private String path;
+	private String projectName;
+	private URI uri;
+
+	public LocationWrapper(String path, String projectName) {
+
+		this.path = path;
+		this.projectName = projectName;
+
+		try {
+			uri = URIUtil.fromString(path + "/" + projectName);
+
+		} catch (URISyntaxException e) {
+			throw new IllegalArgumentException(
+					"Invalid workspace location provided", e);
+		}
+	}
+
+	public Path getValidPath() {
+		return new Path(uri.toString());
+	}
+
+	public String getPath() {
+		return path;
+	}
+
+	public void setPath(String path) {
+		this.path = path;
+	}
+
+	public String getProjectName() {
+		return projectName;
+	}
+
+	public void setProjectName(String projectName) {
+		this.projectName = projectName;
+	}
+
+	public URI getUri() {
+		return uri;
+	}
+
+	public void setUri(URI uri) {
+		this.uri = uri;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/MavenNatureConfiguration.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/MavenNatureConfiguration.java
new file mode 100644
index 0000000..380c4dc
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/MavenNatureConfiguration.java
@@ -0,0 +1,58 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.codegen.api.tasks.ICodeGeneratorTask;
+
+/**
+ * Maven Configuration of an Eclipse Project
+ * 
+ *
+ * 
+ */
+public class MavenNatureConfiguration extends NatureConfiguration {
+
+	private static FolderModule mavenDefaultFolders = new FolderModule(
+			"src/main/java", "src/main/test", "src/test/java",
+			"src/test/resources", "target/classes", "target/test-classes");
+
+	private final PomFileModule pomFileGenerator;
+
+	public MavenNatureConfiguration(ITemplate pomFile,
+			IEclipseProjectConfiguration... configurations) {
+		super("org.eclipse.m2e.core.maven2Nature", configurations);
+		pomFileGenerator = new PomFileModule(pomFile);
+	}
+
+	@Override
+	public IEclipseProjectConfiguration configure(IProject project) {
+		super.configure(project);
+		return this;
+	}
+
+	@Override
+	public List<ICodeGeneratorTask> getGeneratorTasks() {
+		List<ICodeGeneratorTask> modules = new ArrayList<ICodeGeneratorTask>();
+		modules.add(mavenDefaultFolders);
+		modules.add(pomFileGenerator);
+		return modules;
+	}
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/NatureConfiguration.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/NatureConfiguration.java
new file mode 100644
index 0000000..213f265
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/NatureConfiguration.java
@@ -0,0 +1,66 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.IProjectDescription;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.NullProgressMonitor;
+
+/**
+ * Configures the nature of a project
+ * 
+ *
+ * 
+ */
+public class NatureConfiguration extends AbstractConfiguration {
+
+	private String nature;
+
+	private IEclipseProjectConfiguration[] natureConfigurations;
+
+	public NatureConfiguration(String nature,
+			IEclipseProjectConfiguration... natureConfigurations) {
+		this.nature = nature;
+		this.natureConfigurations = natureConfigurations;
+	}
+
+	@Override
+	public IEclipseProjectConfiguration configure(IProject project) {
+		try {
+			IProjectDescription description = project.getDescription();
+			List<String> natures = new ArrayList<String>(
+					Arrays.asList(description.getNatureIds()));
+			natures.add(nature);
+			description
+					.setNatureIds(natures.toArray(new String[natures.size()]));
+			project.setDescription(description, new NullProgressMonitor());
+		} catch (CoreException e) {
+			e.printStackTrace();
+		}
+
+		for (IEclipseProjectConfiguration configuration : natureConfigurations) {
+			configuration.configure(project);
+		}
+
+		return this;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/PomFileModule.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/PomFileModule.java
new file mode 100644
index 0000000..f03548a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/PomFileModule.java
@@ -0,0 +1,44 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.codegen.api.tasks.ICodeGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.Generated;
+import org.eclipse.vorto.codegen.api.tasks.IOutputter;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+/**
+ * Generates a pom.xml for a maven project
+ * 
+ *
+ * 
+ */
+public class PomFileModule implements ICodeGeneratorTask {
+
+	private ITemplate template = null;
+
+	public PomFileModule(ITemplate template) {
+		this.template = template;
+	}
+
+	public void generate(FunctionblockModel model, IOutputter outputter) {
+		Generated generatedPom = new Generated("pom.xml", null,
+				template.getContent(model));
+		outputter.output(generatedPom);
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/ProjectFileOutputter.xtend b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/ProjectFileOutputter.xtend
new file mode 100644
index 0000000..d020536
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/api/tasks/eclipse/ProjectFileOutputter.xtend
@@ -0,0 +1,98 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+ package org.eclipse.vorto.codegen.api.tasks.eclipse;
+
+import org.apache.log4j.Logger
+import org.eclipse.core.resources.IFile
+import org.eclipse.core.resources.IFolder
+import org.eclipse.core.resources.IProject
+import org.eclipse.vorto.codegen.internal.WriteGenOverWriteStrategy
+import org.eclipse.vorto.codegen.api.tasks.Generated
+import org.eclipse.vorto.codegen.api.tasks.IOutputter
+import org.eclipse.vorto.codegen.api.IFileWritingStrategy
+
+/**
+ * Eclipse Project Outtputter strategy, which writes {@link Generated} content as part of an Eclipse Project
+ * 
+ *
+ * 
+ */
+class ProjectFileOutputter implements IOutputter {
+	
+	private static final Logger logger = Logger.getLogger(ProjectFileOutputter.canonicalName)
+
+	IProject project = null;
+	IFileWritingStrategy strategy;
+
+	new(IProject project) {
+		this.project = project;
+	}
+
+	override void output(Generated generated) {
+
+		try {
+			var IFolder folder = null;
+			if (generated.getFolderPath() != null) { // make sure that folders are created before file
+				folder = createProjectFolders(generated.folderPath);
+			}
+
+			if (generated.fileName != null) {
+				
+				var IFile generatedFile = null;
+				if (folder != null) {
+					generatedFile = folder.getFile(generated.fileName);
+				} else {
+					generatedFile = project.getFile(generated.getFileName());
+				}
+
+				getFileWritingStrategy.writeFile(generated,generatedFile);
+
+			}
+		} catch (Exception ioEx) {
+			ioEx.printStackTrace;
+			throw new RuntimeException("Generated resource " + generated + " could not be written", ioEx);
+		}
+	}
+
+	private def IFolder createProjectFolders(String folderPath) {
+		var folder = project.getFolder(folderPath);
+		if (!folder.exists()) {
+			val foldersCreated = folder.getLocation().toFile().mkdirs()
+			if(!foldersCreated) {
+				logger.info("Folders not created at " + folder.getLocation().toFile().path)
+				//throw exception here?
+				//throw new RuntimeException("Folders not created at " + folder.getLocation().toFile().path);
+			}
+			folder.refreshLocal(1, null);
+			folder = project.getFolder(folderPath);
+		}
+		return folder;
+	}
+	
+	override def void setFileWritingStrategy(IFileWritingStrategy strategy){
+		this.strategy = strategy;
+	}
+	
+	public def IFileWritingStrategy getFileWritingStrategy(){
+		if(this.strategy == null){
+			this.strategy = new WriteGenOverWriteStrategy();
+		}
+		this.strategy
+	}
+	
+	
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/OverWritingStrategy.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/OverWritingStrategy.java
new file mode 100644
index 0000000..35e5e5d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/OverWritingStrategy.java
@@ -0,0 +1,42 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.internal;
+
+import java.io.IOException;
+import java.io.InputStream;
+
+import org.apache.commons.io.IOUtils;
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.vorto.codegen.api.IFileWritingStrategy;
+import org.eclipse.vorto.codegen.api.tasks.Generated;
+
+
+public class OverWritingStrategy implements IFileWritingStrategy {
+
+	@Override
+	public void writeFile(Generated generated, IFile existingFile)
+			throws CoreException, IOException {
+		if (existingFile.exists())
+			existingFile.delete(true, null);
+
+		InputStream content = IOUtils.toInputStream(generated.getContent());
+
+		existingFile.create(content, false, null);
+		content.close();
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/WriteGenOverWriteStrategy.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/WriteGenOverWriteStrategy.java
new file mode 100644
index 0000000..513427c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/WriteGenOverWriteStrategy.java
@@ -0,0 +1,101 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.internal;
+
+import java.io.IOException;
+import java.io.InputStream;
+
+import org.apache.commons.io.IOUtils;
+import org.apache.commons.lang3.StringUtils;
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.resources.IFileState;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.vorto.codegen.api.IFileWritingStrategy;
+import org.eclipse.vorto.codegen.api.tasks.Generated;
+
+
+public class WriteGenOverWriteStrategy implements IFileWritingStrategy {
+
+	private static final String FILENAME_SUFFIX = "_gen";
+
+	@Override
+	public void writeFile(Generated generated, IFile existingFile)
+			throws CoreException, IOException {
+
+		String fileName = generated.getFileName();
+		IProject project = existingFile.getProject();
+
+		if (!existingFile.exists()) {
+			write(generated.getContent(), existingFile);
+
+			/*
+			 * Clearing the file history of the newly created file is because
+			 * file history is not deleted when the file is being deleted. So if
+			 * the file is not found whether deleted by the system or user , it
+			 * will clear the history after creating the file to avoid false
+			 * detection of modification.
+			 */
+			existingFile.clearHistory(null);
+		} else {
+			if (isModified(existingFile)) {
+				IFile replacefile = getFile(fileName + FILENAME_SUFFIX,
+						generated.getFolderPath(), project);
+
+				if (replacefile.exists())
+					replacefile.delete(true, null);
+
+				write(generated.getContent(), replacefile);
+			} else {
+				existingFile.delete(true, null);
+				write(generated.getContent(), existingFile);
+			}
+
+		}
+
+	}
+
+	private boolean isModified(IFile existingFile) {
+		IFileState[] history = null;
+		try {
+			history = existingFile.getHistory(null);
+		} catch (CoreException e) {
+			return true;
+		}
+		return history.length != 0;
+	}
+
+	private IFile getFile(String fileName, String folderPath, IProject project) {
+		IFile file = null;
+
+		if (StringUtils
+				.equalsIgnoreCase(folderPath, Generated.ROOT_FOLDER_PATH)) {
+			file = project.getFile(fileName);
+		} else {
+			file = project.getFolder(folderPath).getFile(fileName);
+		}
+
+		return file;
+	}
+
+	private void write(String contentStr, IFile existingFile)
+			throws CoreException, IOException {
+		InputStream content = IOUtils.toInputStream(contentStr);
+		existingFile.create(content, false, null);
+		content.close();
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/extensioninterface/ExtensionMetaData.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/extensioninterface/ExtensionMetaData.java
new file mode 100644
index 0000000..5e3e69a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/extensioninterface/ExtensionMetaData.java
@@ -0,0 +1,67 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.internal.extensioninterface;
+
+
+public class ExtensionMetaData {
+
+	private String generatorPluginId;
+	private String className;
+	private String extensionIdentifier;
+	private String menuLabel;
+	private String iconPath;
+
+	public String getGeneratorPluginId() {
+		return generatorPluginId;
+	}
+
+	public void setGeneratorPluginId(String generatorPluginId) {
+		this.generatorPluginId = generatorPluginId;
+	}
+
+	public String getClassName() {
+		return className;
+	}
+
+	public void setClassName(String className) {
+		this.className = className;
+	}
+
+	public String getExtensionIdentifier() {
+		return extensionIdentifier;
+	}
+
+	public void setExtensionIdentifier(String extensionIdentifier) {
+		this.extensionIdentifier = extensionIdentifier;
+	}
+
+	public String getMenuLabel() {
+		return menuLabel;
+	}
+
+	public void setMenuLabel(String menuLabel) {
+		this.menuLabel = menuLabel;
+	}
+
+	public String getIconPath() {
+		return iconPath;
+	}
+
+	public void setIconPath(String iconPath) {
+		this.iconPath = iconPath;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/extensioninterface/PopulateGeneratorsMenu.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/extensioninterface/PopulateGeneratorsMenu.java
new file mode 100644
index 0000000..e9e8e37
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/extensioninterface/PopulateGeneratorsMenu.java
@@ -0,0 +1,154 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.internal.extensioninterface;
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+
+import org.apache.commons.lang3.StringUtils;
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.IConfigurationElement;
+import org.eclipse.core.runtime.IExtensionRegistry;
+import org.eclipse.core.runtime.IPath;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.core.runtime.Platform;
+import org.eclipse.jface.action.IContributionItem;
+import org.eclipse.jface.resource.ImageDescriptor;
+import org.eclipse.swt.SWT;
+import org.eclipse.ui.PlatformUI;
+import org.eclipse.ui.actions.CompoundContributionItem;
+import org.eclipse.ui.menus.CommandContributionItem;
+import org.eclipse.ui.menus.CommandContributionItemParameter;
+import org.eclipse.vorto.codegen.Activator;
+import org.eclipse.vorto.codegen.api.ICodeGenerator;
+import org.osgi.framework.Bundle;
+
+
+public class PopulateGeneratorsMenu extends CompoundContributionItem {
+
+	private static final String GENERATEALL_CLASS = "org.eclipse.vorto.codegen.extensioninterface.EvaluateContributionsHandler";
+	private static final String CLASS = "class";
+	private static final String MENU_LABEL = "menuLabel";
+	public static final String GENERATE_ALL = "Generate All";
+
+	public PopulateGeneratorsMenu() {
+	}
+
+	public PopulateGeneratorsMenu(String id) {
+		super(id);
+	}
+
+	@Override
+	protected IContributionItem[] getContributionItems() {
+		List<CommandContributionItem> contributionItems = new ArrayList<CommandContributionItem>();
+		IConfigurationElement[] registeredGenerators = getAllRegisteredGeneratorNames();
+		for (IConfigurationElement aGenerator : registeredGenerators) {
+			CommandContributionItem commandForGenerator = constructCommandForGenerator(aGenerator);
+			if (commandForGenerator != null) {
+				contributionItems.add(commandForGenerator);
+			}
+		}
+		CommandContributionItem generateAllContributionItem = constructCommandForGenerator(
+				GENERATEALL_CLASS, GENERATE_ALL, GENERATE_ALL,
+				"org.eclipse.vorto.codegen");
+		contributionItems.add(generateAllContributionItem);
+		return contributionItems
+				.toArray(new IContributionItem[contributionItems.size()]);
+	}
+
+	private CommandContributionItem constructCommandForGenerator(
+			IConfigurationElement aGenerator) {
+		return constructCommandForGenerator(populateExtensionMetaData(aGenerator));
+	}
+
+	@SuppressWarnings("unchecked")
+	private CommandContributionItem constructCommandForGenerator(
+			ExtensionMetaData extensionMetaData) {
+		String extensionIdentifier = extensionMetaData.getExtensionIdentifier();
+		if (StringUtils.isNotEmpty(extensionIdentifier)) {
+			CommandContributionItemParameter generatorCommand = new CommandContributionItemParameter(
+					PlatformUI.getWorkbench().getActiveWorkbenchWindow(),
+					"org.eclipse.vorto.codegen.dynamic.menu.contribution.item.id",
+					"org.eclipse.vorto.codegen.generator.command.id", SWT.NONE);
+			CommandContributionItem generatorContributionItem;
+			generatorCommand.label = extensionMetaData.getMenuLabel();
+			String iconPath = extensionMetaData.getIconPath();
+			Bundle bundle = Platform.getBundle(extensionMetaData
+					.getGeneratorPluginId());
+			if (iconPath == null) {
+				// Load the defaults
+				iconPath = "icons/generate.gif";
+				bundle = Platform.getBundle(Activator.PLUGIN_ID);
+			}
+			IPath path = new Path(iconPath);
+			generatorCommand.icon = ImageDescriptor.createFromURL(FileLocator
+					.find(bundle, path, null));
+			generatorCommand.parameters = new HashMap<String, String>();
+			generatorCommand.parameters.put(
+					"org.eclipse.vorto.codegen.generator.commandParameter",
+					extensionIdentifier);
+			generatorContributionItem = new CommandContributionItem(
+					generatorCommand);
+			return generatorContributionItem;
+		}
+		return null;
+	}
+
+	private ExtensionMetaData populateExtensionMetaData(
+			IConfigurationElement confiurationElement) {
+		ExtensionMetaData extensionMetaData = new ExtensionMetaData();
+		extensionMetaData.setGeneratorPluginId(confiurationElement
+				.getContributor().getName());
+		extensionMetaData.setClassName(confiurationElement.getAttribute(CLASS));
+		extensionMetaData.setExtensionIdentifier(confiurationElement
+				.getDeclaringExtension().getUniqueIdentifier());
+		extensionMetaData.setMenuLabel(confiurationElement
+				.getAttribute(MENU_LABEL));
+		extensionMetaData.setIconPath(confiurationElement.getAttribute("icon"));
+		return extensionMetaData;
+	}
+
+	@SuppressWarnings("unchecked")
+	private CommandContributionItem constructCommandForGenerator(
+			String className, String extensionIdentifier, String menuLabel,
+			String generatorPluginId) {
+		CommandContributionItemParameter generatorCommand = new CommandContributionItemParameter(
+				PlatformUI.getWorkbench().getActiveWorkbenchWindow(),
+				"org.eclipse.vorto.codegen.dynamic.menu.contribution.item.id",
+				"org.eclipse.vorto.codegen.generator.command.id", SWT.NONE);
+		generatorCommand.label = menuLabel;
+		Bundle bundle = Platform.getBundle("org.eclipse.vorto.codegen");
+		IPath path = new Path("icons/generate.gif");
+		generatorCommand.icon = ImageDescriptor.createFromURL(FileLocator.find(
+				bundle, path, null));
+		generatorCommand.parameters = new HashMap<String, String>();
+		generatorCommand.parameters.put(
+				"org.eclipse.vorto.codegen.generator.commandParameter",
+				extensionIdentifier);
+		CommandContributionItem generatorContributionItem = new CommandContributionItem(
+				generatorCommand);
+		return generatorContributionItem;
+	}
+
+	private IConfigurationElement[] getAllRegisteredGeneratorNames() {
+		IExtensionRegistry extensionRegistry = Platform.getExtensionRegistry();
+		final IConfigurationElement[] generators = extensionRegistry
+				.getConfigurationElementsFor(ICodeGenerator.GENERATOR_ID);
+		return generators;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/handler/EvaluateContributionsHandler.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/handler/EvaluateContributionsHandler.java
new file mode 100644
index 0000000..fc4a162
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/handler/EvaluateContributionsHandler.java
@@ -0,0 +1,89 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.internal.handler;
+
+import static org.eclipse.vorto.codegen.internal.extensioninterface.PopulateGeneratorsMenu.GENERATE_ALL;
+
+import org.eclipse.core.commands.AbstractHandler;
+import org.eclipse.core.commands.ExecutionEvent;
+import org.eclipse.core.commands.ExecutionException;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.runtime.IConfigurationElement;
+import org.eclipse.core.runtime.IExtension;
+import org.eclipse.core.runtime.IExtensionRegistry;
+import org.eclipse.core.runtime.Platform;
+import org.eclipse.vorto.api.common.project.FunctionBlockProjectFactory;
+import org.eclipse.vorto.api.common.project.IProjectSelectionFactory;
+import org.eclipse.vorto.api.common.project.IoTModelProject;
+import org.eclipse.vorto.codegen.api.ICodeGenerator;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+
+public class EvaluateContributionsHandler extends AbstractHandler {
+
+	private static final String GENERATOR_ID = ICodeGenerator.GENERATOR_ID;
+
+	@Override
+	public Object execute(ExecutionEvent event) throws ExecutionException {
+		IExtensionRegistry extensionRegistry = Platform.getExtensionRegistry();
+		final String generatorIdentifier = event
+				.getParameter("org.eclipse.vorto.codegen.generator.commandParameter");
+		evaluate(extensionRegistry, generatorIdentifier);
+		return null;
+	}
+
+	private void evaluate(IExtensionRegistry registry, String generatorName) {
+
+		final IConfigurationElement[] configElements = getUserSelectedGenerators(
+				registry, generatorName);
+		final FunctionblockModel model = getSelectedFbDesignProject()
+				.getFunctionBlockModel();
+
+		GenerateService.runGenerateCodeInBackground(configElements, model);
+	}
+
+	private IConfigurationElement[] getUserSelectedGenerators(
+			IExtensionRegistry registry, String generatorIdentifier) {
+		IConfigurationElement[] configurationElements;
+		if (GENERATE_ALL.equals(generatorIdentifier)) {
+			configurationElements = registry
+					.getConfigurationElementsFor(GENERATOR_ID);
+		} else {
+			IExtension extension = registry.getExtension(
+					ICodeGenerator.GENERATOR_ID, generatorIdentifier);
+			configurationElements = extension.getConfigurationElements();
+		}
+		return configurationElements;
+	}
+
+	private IoTModelProject getSelectedFbDesignProject() {
+		try {
+			FunctionBlockProjectFactory factory = FunctionBlockProjectFactory
+					.getInstance();
+
+			IProject projectFromSelection = IProjectSelectionFactory
+					.getInstance().getProjectFromSelection();
+			if (projectFromSelection != null)
+				return factory.getProject(projectFromSelection,
+						IoTModelProject.class);
+
+		} catch (Exception e) {
+			e.printStackTrace();
+		}
+		return null;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/handler/GenerateService.java b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/handler/GenerateService.java
new file mode 100644
index 0000000..8792f88
--- /dev/null
+++ b/bundles/org.eclipse.vorto.codegen/src/org/eclipse/vorto/codegen/internal/handler/GenerateService.java
@@ -0,0 +1,84 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.internal.handler;
+
+import org.eclipse.core.runtime.IConfigurationElement;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.Status;
+import org.eclipse.core.runtime.jobs.Job;
+import org.eclipse.vorto.api.console.ConsoleDisplayMgr;
+import org.eclipse.vorto.codegen.api.ICodeGenerator;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+
+public class GenerateService {
+
+	public static final String CODE_GEN_JOBFAMILY = "IoTGenerator";
+
+	public static void runGenerateCodeInBackground(
+			final IConfigurationElement[] configElements,
+			final FunctionblockModel functionBlockModel) {
+		try {
+			ConsoleDisplayMgr.getDefault().printInfo("GenerateService invoked");
+			for (IConfigurationElement e : configElements) {
+				final Object o = e.createExecutableExtension("class");
+				if (o instanceof ICodeGenerator) {
+					final String generatorName = e.getAttribute("menuLabel");
+
+					Job job = new Job("Generating Code using " + generatorName) {
+
+						@Override
+						protected IStatus run(IProgressMonitor monitor) {
+
+							monitor.beginTask("Invoking generator ["
+									+ generatorName + "]",
+									configElements.length);
+							try {
+								((ICodeGenerator) o).generate(
+										functionBlockModel, monitor);
+								monitor.worked(1);
+								if (monitor.isCanceled()) {
+									monitor.done();
+									return Status.CANCEL_STATUS;
+								}
+
+							} catch (Exception e) {
+								e.printStackTrace();
+								return Status.CANCEL_STATUS;
+							}
+							monitor.done();
+							return Status.OK_STATUS;
+						}
+
+						@Override
+						public boolean belongsTo(Object family) {
+							return family == CODE_GEN_JOBFAMILY;
+						}
+
+					};
+
+					job.setUser(true);
+					job.schedule();
+					// job.join(); // execute synchronously
+				}
+			}
+
+		} catch (Exception ex) {
+			ex.printStackTrace();
+		}
+	}
+}
diff --git a/bundles/org.eclipse.vorto.common/.classpath b/bundles/org.eclipse.vorto.common/.classpath
new file mode 100644
index 0000000..098194c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/bundles/org.eclipse.vorto.common/.gitignore b/bundles/org.eclipse.vorto.common/.gitignore
new file mode 100644
index 0000000..5e56e04
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/.gitignore
@@ -0,0 +1 @@
+/bin
diff --git a/bundles/org.eclipse.vorto.common/.project b/bundles/org.eclipse.vorto.common/.project
new file mode 100644
index 0000000..76d41ec
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/.project
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.common</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.xtend.shared.ui.xtendBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.xtend.shared.ui.xtendXPandNature</nature>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+	</natures>
+</projectDescription>
diff --git a/bundles/org.eclipse.vorto.common/META-INF/MANIFEST.MF b/bundles/org.eclipse.vorto.common/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..8ba0e55
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Vorto Commons
+Bundle-SymbolicName: org.eclipse.vorto.common;singleton:=true
+Bundle-Version: 0.1.0
+Bundle-Activator: org.eclipse.vorto.api.common.Activator
+Bundle-Vendor: Bosch-SI
+Require-Bundle: org.eclipse.vorto.metamodel,
+ org.eclipse.ui;bundle-version="3.105.0",
+ org.eclipse.core.runtime;bundle-version="3.9.0",
+ org.eclipse.jdt.core;bundle-version="3.9.0",
+ org.eclipse.core.resources;bundle-version="3.8.0",
+ org.eclipse.emf.ecore;bundle-version="2.10.0",
+ org.eclipse.jface.text;bundle-version="3.8.0",
+ org.eclipse.ui.console;bundle-version="3.5.0",
+ org.eclipse.xtend.lib;bundle-version="[2.7.0,3.0.0)",
+ org.apache.commons.lang3;bundle-version="3.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.vorto.api.common,
+ org.eclipse.vorto.api.common.generation,
+ org.eclipse.vorto.api.common.project;uses:="org.eclipse.core.runtime,org.eclipse.core.resources",
+ org.eclipse.vorto.api.common.project.nature,
+ org.eclipse.vorto.api.console,
+ org.eclipse.vorto.api.ui.changeevent,
+ org.eclipse.vorto.api.ui.progresstask,
+ org.eclipse.vorto.api.ui.progresstask.service
diff --git a/bundles/org.eclipse.vorto.common/about.html b/bundles/org.eclipse.vorto.common/about.html
new file mode 100644
index 0000000..c258ef5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2006</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.common/build.properties b/bundles/org.eclipse.vorto.common/build.properties
new file mode 100644
index 0000000..786b1df
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/build.properties
@@ -0,0 +1,6 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               plugin.xml,\
+               about.html
diff --git a/bundles/org.eclipse.vorto.common/plugin.xml b/bundles/org.eclipse.vorto.common/plugin.xml
new file mode 100644
index 0000000..4252a46
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/plugin.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension
+         id="org.eclipse.vorto.iotnature"
+         name="IoTNature"
+         point="org.eclipse.core.resources.natures">
+      <runtime>
+         <run
+               class="org.eclipse.vorto.api.common.project.nature.IoTProjectNature">
+         </run>
+      </runtime>
+   </extension>
+
+</plugin>
diff --git a/bundles/org.eclipse.vorto.common/pom.xml b/bundles/org.eclipse.vorto.common/pom.xml
new file mode 100644
index 0000000..d86d6dc
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/pom.xml
@@ -0,0 +1,24 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>bundles</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.common</artifactId>
+	<packaging>eclipse-plugin</packaging>
+
+	<name>Vorto Commons</name>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.xtend</groupId>
+				<artifactId>xtend-maven-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/Activator.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/Activator.java
new file mode 100644
index 0000000..35f37a5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/Activator.java
@@ -0,0 +1,73 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The activator class controls the plug-in life cycle
+ */
+public class Activator extends AbstractUIPlugin {
+
+	// The plug-in ID
+	public static final String PLUGIN_ID = "org.eclipse.vorto.common"; //$NON-NLS-1$
+
+	// The shared instance
+	private static Activator plugin;
+	
+	/**
+	 * The constructor
+	 */
+	public Activator() {
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
+	 */
+	public void start(BundleContext context) throws Exception {
+		super.start(context);
+		initialize();
+	}
+
+	public static void initialize() {
+		plugin = new Activator();
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
+	 */
+	public void stop(BundleContext context) throws Exception {
+		deinitialize();
+		super.stop(context);
+	}
+
+	public static void deinitialize() {
+		plugin = null;
+	}
+
+	/**
+	 * Returns the shared instance
+	 *
+	 * @return the shared instance
+	 */
+	public static Activator getDefault() {
+		return plugin;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/ApplicationConstants.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/ApplicationConstants.java
new file mode 100644
index 0000000..da9091e
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/ApplicationConstants.java
@@ -0,0 +1,21 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common;
+
+
+public class ApplicationConstants {
+	public static final String VORTO_TREE_VIEW_ID = "org.eclipse.vorto.perspectives.vortotreeview";
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/generation/FunctionBlockMetaData.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/generation/FunctionBlockMetaData.java
new file mode 100644
index 0000000..27d34dd
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/generation/FunctionBlockMetaData.java
@@ -0,0 +1,124 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.generation;
+
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+import com.google.common.base.Strings;
+
+
+public class FunctionBlockMetaData {
+	public static final String FB_DEFAULT_VERSION = "1.0.0";
+	public static final String DEFAULT_ARCHITECT_PRFIX = "com.bosch.functionblock.";
+
+	private String name;
+	private String displayName;
+	private String version;
+	private String category;
+	private String vendor;
+	private String description;
+	private String groupName;
+	private FunctionblockModel fbm;
+
+	public FunctionBlockMetaData(String name) {
+		this.name = name;
+		this.displayName = name;
+		this.version = FB_DEFAULT_VERSION;
+		this.category = "demo";
+		this.vendor = "www.bosch.com";
+		this.description = "Function block model for " + name;
+		this.groupName = "";
+	}
+
+	public String getName() {
+		return name;
+	}
+
+	public void setName(String name) {
+		this.name = name;
+	}
+
+	public String getDisplayName() {
+		return displayName;
+	}
+
+	public void setDisplayName(String displayName) {
+		this.displayName = displayName;
+	}
+
+	public String getVersion() {
+		return version;
+	}
+
+	public void setVersion(String version) {
+		this.version = version;
+	}
+
+	public String getCategory() {
+		return category;
+	}
+
+	public void setCategory(String category) {
+		this.category = category;
+	}
+
+	public String getVendor() {
+		return vendor;
+	}
+
+	public void setVendor(String vendor) {
+		this.vendor = vendor;
+	}
+
+	public String getDescription() {
+		return description;
+	}
+
+	public void setDescription(String description) {
+		this.description = description;
+	}
+
+	public String getDefaultGroupId() {
+		return DEFAULT_ARCHITECT_PRFIX + this.category;
+	}
+
+	public void validate() {
+
+	}
+
+	public String toString() {
+		return "FbName=" + this.name;
+	}
+
+	public String getGroupName() {
+		if (Strings.isNullOrEmpty(groupName))
+			return getDefaultGroupId();
+		return groupName;
+	}
+
+	public void setGroupName(String groupName) {
+		this.groupName = groupName;
+	}
+
+	public FunctionblockModel getFbm() {
+		return fbm;
+	}
+
+	public void setFbm(FunctionblockModel fbm) {
+		this.fbm = fbm;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/FunctionBlockProjectFactory.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/FunctionBlockProjectFactory.java
new file mode 100644
index 0000000..cbd158b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/FunctionBlockProjectFactory.java
@@ -0,0 +1,64 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project;
+
+import java.lang.reflect.InvocationTargetException;
+
+import org.eclipse.core.resources.IProject;
+
+
+public class FunctionBlockProjectFactory implements IProjectFactory {
+
+	private static FunctionBlockProjectFactory instance = null;
+
+	private FunctionBlockProjectFactory() {
+
+	}
+
+	public static FunctionBlockProjectFactory getInstance() {
+		if (instance == null) {
+			instance = new FunctionBlockProjectFactory();
+		}
+		return instance;
+	}
+
+	public <T extends InfoModelProject, InfoModelProject> T getProject(
+			IProject project, Class<T> projectClass) {
+		try {
+			return projectClass.getConstructor(IProject.class).newInstance(
+					project);
+		} catch (InstantiationException e) {
+			throw new RuntimeException(
+					"Problem instantiating information model project", e);
+		} catch (IllegalAccessException e) {
+			throw new RuntimeException(
+					"Problem instantiating information model project", e);
+		} catch (IllegalArgumentException e) {
+			throw new RuntimeException(
+					"Problem instantiating information model project", e);
+		} catch (InvocationTargetException e) {
+			throw new RuntimeException(
+					"Problem instantiating information model project", e);
+		} catch (NoSuchMethodException e) {
+			throw new RuntimeException(
+					"Problem instantiating information model project", e);
+		} catch (SecurityException e) {
+			throw new RuntimeException(
+					"Problem instantiating information model project", e);
+		}
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/FunctionModelModelFileFinder.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/FunctionModelModelFileFinder.java
new file mode 100644
index 0000000..04dea7a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/FunctionModelModelFileFinder.java
@@ -0,0 +1,46 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project;
+
+import java.io.File;
+import java.io.FilenameFilter;
+
+import org.eclipse.core.resources.IProject;
+
+
+public class FunctionModelModelFileFinder {
+	public static File getFunctionModelFile(IProject project) {
+		File srcModelDirectory = new File(project.getLocation().toFile()
+				.getAbsolutePath()
+				+ "/src/models/");
+
+		if (!srcModelDirectory.exists()) {
+			return null;
+		}
+
+		File[] files = srcModelDirectory.listFiles(new FilenameFilter() {
+			public boolean accept(File dir, String name) {
+				return name.toLowerCase().endsWith(".fbmodel");
+			}
+		});
+
+		if (files.length == 0) {
+			return null;
+		}
+		return files[0];
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IEclipseProjectSelectionFactory.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IEclipseProjectSelectionFactory.java
new file mode 100644
index 0000000..2e74c46
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IEclipseProjectSelectionFactory.java
@@ -0,0 +1,30 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project;
+
+
+public interface IEclipseProjectSelectionFactory {
+
+	/**
+	 * returns IProject from the currently selected project in the workspace.
+	 * 
+	 * @param <T>
+	 * @param projectClass
+	 * @return
+	 */
+	<T> T getProjectFromSelection();
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IFunctionBlockProject.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IFunctionBlockProject.java
new file mode 100644
index 0000000..e96b31c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IFunctionBlockProject.java
@@ -0,0 +1,56 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project;
+
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+
+public interface IFunctionBlockProject {
+	/**
+	 * The name of the m2m project
+	 * 
+	 * @return
+	 */
+	String getName();
+
+	/**
+	 * gets any file of the current project by its relative path
+	 * 
+	 * @param name
+	 * @return
+	 */
+	IFile getFile(String path);
+
+	/**
+	 * refreshes the project and its content
+	 * 
+	 * @param monitor
+	 *            callback to give feedback to the user while it is refreshing
+	 * @throws CoreException
+	 */
+	void refresh(IProgressMonitor monitor) throws CoreException;
+
+	/**
+	 * retrieve the domain model of the project
+	 * 
+	 * @return FunctionBlockModel fbm
+	 */
+	FunctionblockModel getFunctionBlockModel();
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IProjectFactory.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IProjectFactory.java
new file mode 100644
index 0000000..aced3a3
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IProjectFactory.java
@@ -0,0 +1,32 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project;
+
+import org.eclipse.core.resources.IProject;
+
+
+public interface IProjectFactory {
+	/**
+	 * creates a M2M Project from an Eclipse project model
+	 * 
+	 * @param <S>
+	 * @param project
+	 * @param projectClass
+	 * @return
+	 */
+
+	<T extends S, S> T getProject(IProject project, Class<T> projectClass);
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IProjectSelectionFactory.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IProjectSelectionFactory.java
new file mode 100644
index 0000000..480eaba
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IProjectSelectionFactory.java
@@ -0,0 +1,99 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project;
+
+import org.eclipse.core.runtime.IAdaptable;
+import org.eclipse.jdt.core.IJavaProject;
+import org.eclipse.jface.text.ITextSelection;
+import org.eclipse.jface.viewers.ISelection;
+import org.eclipse.jface.viewers.IStructuredSelection;
+import org.eclipse.ui.ISelectionService;
+import org.eclipse.ui.IViewPart;
+import org.eclipse.ui.IViewReference;
+import org.eclipse.ui.IWorkbench;
+import org.eclipse.ui.IWorkbenchWindow;
+import org.eclipse.ui.PlatformUI;
+import org.eclipse.vorto.api.common.ApplicationConstants;
+
+
+public class IProjectSelectionFactory implements IEclipseProjectSelectionFactory {
+
+	private static IProjectSelectionFactory instance = null;
+
+	private IProjectSelectionFactory() {
+
+	}
+
+	public static IProjectSelectionFactory getInstance() {
+		if (instance == null) {
+			instance = new IProjectSelectionFactory();
+		}
+		return instance;
+	}
+
+	@SuppressWarnings("unchecked")
+	@Override
+	public <IProject> IProject getProjectFromSelection() {
+		if (PlatformUI.getWorkbench().getActiveWorkbenchWindow() != null) {
+
+			IWorkbench workbench = PlatformUI.getWorkbench();
+			IWorkbenchWindow activeWorkbenchWindow = workbench
+					.getActiveWorkbenchWindow();
+			ISelectionService selectionService = activeWorkbenchWindow
+					.getSelectionService();
+			ISelection selection2 = selectionService.getSelection();
+			IViewPart activePart = null;
+			IStructuredSelection selection = null;
+
+			if (selection2 instanceof ITextSelection) {
+				IViewReference[] viewReferences = PlatformUI.getWorkbench()
+						.getActiveWorkbenchWindow().getActivePage()
+						.getViewReferences();
+				for (IViewReference view : viewReferences) {
+					if (ApplicationConstants.VORTO_TREE_VIEW_ID.equals(view
+							.getId())) {
+						activePart = view.getView(true);
+						break;
+					}
+				}
+				selection = (IStructuredSelection) activePart.getSite()
+						.getSelectionProvider().getSelection();
+			} else {
+				selection = (IStructuredSelection) selection2;
+			}
+
+			if (selection.isEmpty()) {
+				return null;
+			}
+
+			Object firstElement = selection.getFirstElement();
+			if (firstElement instanceof IJavaProject) {
+				return (IProject) ((IJavaProject) firstElement).getProject();
+			} else if (firstElement instanceof IAdaptable) {
+				IProject project = (IProject) ((IAdaptable) firstElement);
+				return project;
+			} else if (firstElement instanceof IoTModelProject) {
+				IProject project = (IProject) ((IoTModelProject) firstElement)
+						.getProject();
+				return project;
+			} else
+				return (IProject) firstElement;
+		}
+
+		return null;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IoTModelProject.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IoTModelProject.java
new file mode 100644
index 0000000..8bd25c7
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/IoTModelProject.java
@@ -0,0 +1,95 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project;
+
+import java.io.File;
+
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.IResource;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.emf.common.util.URI;
+import org.eclipse.emf.ecore.resource.Resource;
+import org.eclipse.emf.ecore.resource.ResourceSet;
+import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+
+public class IoTModelProject implements IFunctionBlockProject {
+
+	private FunctionblockModel model;
+	private IProject project;
+
+	public IoTModelProject(IProject project) {
+		this.project = project;
+		model = parseFbModel();
+	}
+
+	public File getFbModelFile() {
+		File projectDir = project.getLocation().toFile();
+		String filePath = projectDir.getAbsolutePath() + "/src/models";
+		File fbModelDir = new File(filePath);
+
+		if (fbModelDir.exists() && fbModelDir.isDirectory()) {
+			for (File file : fbModelDir.listFiles()) {
+				if (file.getName().endsWith(".fbmodel")) {
+					return file;
+				}
+			}
+		}
+		return null;
+
+	}
+
+	@Override
+	public FunctionblockModel getFunctionBlockModel() {
+		return model;
+	}
+
+	private FunctionblockModel parseFbModel() {
+		File fbModelFile = getFunctionModelFile();
+		String modelFileUrl = project.getLocationURI() + "/src/models/"
+				+ fbModelFile.getName();
+		ResourceSet rs = new ResourceSetImpl();
+		Resource resource = rs.getResource(URI.createURI(modelFileUrl), true);
+		return (FunctionblockModel) resource.getContents().get(0);
+	}
+
+	public File getFunctionModelFile() {
+		return FunctionModelModelFileFinder.getFunctionModelFile(project);
+	}
+
+	public IProject getProject() {
+		return project;
+	}
+
+	@Override
+	public String getName() {
+		return project.getName();
+	}
+
+	@Override
+	public IFile getFile(String path) {
+		return project.getFile(path);
+	}
+
+	@Override
+	public void refresh(IProgressMonitor monitor) throws CoreException {
+		project.refreshLocal(IResource.DEPTH_INFINITE, monitor);
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/UnsupportedProject.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/UnsupportedProject.java
new file mode 100644
index 0000000..e8b6cd7
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/UnsupportedProject.java
@@ -0,0 +1,50 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project;
+
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+/**
+ *
+ * 
+ *         NOOP Project, which is used instead of returning Null
+ * 
+ */
+public class UnsupportedProject implements IFunctionBlockProject {
+
+	@Override
+	public String getName() {
+		return "Unknown project";
+	}
+
+	@Override
+	public IFile getFile(String name) {
+		return null;
+	}
+
+	@Override
+	public void refresh(IProgressMonitor monitor) {
+	}
+
+	@Override
+	public FunctionblockModel getFunctionBlockModel() {
+		// TODO Auto-generated method stub
+		return null;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/WizardUtil.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/WizardUtil.java
new file mode 100644
index 0000000..371d960
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/WizardUtil.java
@@ -0,0 +1,62 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project;
+
+import org.eclipse.core.runtime.IConfigurationElement;
+import org.eclipse.core.runtime.IExtensionRegistry;
+import org.eclipse.core.runtime.Platform;
+
+
+public class WizardUtil {
+	public static IConfigurationElement getWizardConfigurationElement(
+			String wizardId) {
+
+		IExtensionRegistry er = Platform.getExtensionRegistry();
+		IConfigurationElement[] elems = er
+				.getConfigurationElementsFor("org.eclipse.ui.newWizards");
+
+		for (IConfigurationElement configurationElement : elems) {
+			IConfigurationElement config = getConfigFor(configurationElement,
+					wizardId);
+			if (config != null) {
+				return config;
+			}
+		}
+		return null;
+	}
+
+	private static IConfigurationElement getConfigFor(
+			IConfigurationElement elem, String wizardId) {
+
+		for (String attribute : elem.getAttributeNames()) {
+			String value = elem.getAttribute(attribute);
+			if ("id".equals(attribute) && wizardId.equals(value)) {
+				return elem;
+			}
+
+		}
+
+		IConfigurationElement[] elemsc = elem.getChildren();
+		for (IConfigurationElement childElem : elemsc) {
+			IConfigurationElement configurationElement = getConfigFor(
+					childElem, wizardId);
+			if (configurationElement != null) {
+				return configurationElement;
+			}
+		}
+		return null;
+	}
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/nature/IoTProjectNature.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/nature/IoTProjectNature.java
new file mode 100644
index 0000000..f93877c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/common/project/nature/IoTProjectNature.java
@@ -0,0 +1,50 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.common.project.nature;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.IProjectNature;
+import org.eclipse.core.runtime.CoreException;
+
+
+public class IoTProjectNature implements IProjectNature {
+	public static final String NATURE_ID = "org.eclipse.vorto.iotnature";
+
+	private IProject project;
+
+	@Override
+	public void configure() throws CoreException {
+		// TODO Auto-generated method stub
+
+	}
+
+	@Override
+	public void deconfigure() throws CoreException {
+		// TODO Auto-generated method stub
+
+	}
+
+	@Override
+	public IProject getProject() {
+		return project;
+	}
+
+	@Override
+	public void setProject(IProject project) {
+		this.project = project;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/console/ConsoleDisplayMgr.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/console/ConsoleDisplayMgr.java
new file mode 100644
index 0000000..14f32aa
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/console/ConsoleDisplayMgr.java
@@ -0,0 +1,222 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.console;
+
+import java.io.IOException;
+
+import org.eclipse.jface.dialogs.MessageDialog;
+import org.eclipse.jface.text.IDocument;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.graphics.Color;
+import org.eclipse.swt.widgets.Display;
+import org.eclipse.ui.IWorkbenchPage;
+import org.eclipse.ui.IWorkbenchWindow;
+import org.eclipse.ui.PartInitException;
+import org.eclipse.ui.PlatformUI;
+import org.eclipse.ui.console.ConsolePlugin;
+import org.eclipse.ui.console.IConsole;
+import org.eclipse.ui.console.IConsoleConstants;
+import org.eclipse.ui.console.IOConsoleOutputStream;
+import org.eclipse.ui.console.MessageConsole;
+
+/**
+ *
+ * 
+ *         Used to write to console. Usage: create instance,
+ *         ConsoleDisplayMgr.getDefault().println("message",
+ *         ConsoleDisplayMgr.MSG_ERROR)
+ * 
+ */
+public class ConsoleDisplayMgr {
+	private static ConsoleDisplayMgr fDefault = null;
+	private String fTitle = null;
+	private static MessageConsole fMessageConsole = null;
+	private static Color warningColor;
+	private static Color infoColor;
+	private static Color errorColor;
+	private static Color successColor;
+	private static final String SEPERATOR = "------------------------------------------------------------------------";
+
+	public static enum MSG_KIND {
+		ERROR, WARNING, INFO, SUCCESS
+	}
+
+	private ConsoleDisplayMgr(String messageTitle) {
+		//fDefault = this;
+		fTitle = messageTitle;
+
+		Display display = Display.getDefault();
+
+		infoColor = display.getSystemColor(SWT.COLOR_BLACK);
+		errorColor = display.getSystemColor(SWT.COLOR_RED);
+		successColor = display.getSystemColor(SWT.COLOR_DARK_GREEN);
+		warningColor = display.getSystemColor(SWT.COLOR_BLUE);
+	}
+
+	public static ConsoleDisplayMgr getDefault() {
+		if (fDefault == null) {
+			fDefault = new ConsoleDisplayMgr(" M2M ");
+		}
+
+		ConsolePlugin.getDefault().getConsoleManager()
+				.showConsoleView(fMessageConsole);
+		return fDefault;
+	}
+
+	/**
+	 * prints a message to the current console.
+	 * 
+	 * @param msg
+	 *            message to be printed
+	 * @param msgKind
+	 *            Defines the kind of message: MSG_INFORMATION(black) or
+	 *            MSG_ERROR(red)
+	 * 
+	 */
+	public void println(final String msg, final MSG_KIND msgKind) {
+		Display.getDefault().asyncExec(new Runnable() {
+
+			@Override
+			public void run() {
+				if (msg == null)
+					return;
+				if (!displayConsoleView()) {
+					MessageDialog.openError(PlatformUI.getWorkbench()
+							.getActiveWorkbenchWindow().getShell(), "Error",
+							msg);
+					return;
+				}
+				final String msgWithMarker;
+
+				switch (msgKind) {
+				case INFO:
+					msgWithMarker = "[INFO] " + msg;
+					break;
+				case ERROR:
+					msgWithMarker = "[ERROR] " + msg;
+					break;
+				case SUCCESS:
+					msgWithMarker = "[SUCCESS] " + msg;
+					break;
+				case WARNING:
+					msgWithMarker = "[WARNING] " + msg;
+					break;
+				default:
+					msgWithMarker = msg;
+				}
+
+				try {
+					getNewMessageConsoleStream(msgKind).write(msgWithMarker);
+					getNewMessageConsoleStream(msgKind).write('\n');
+				} catch (IOException e) {
+					e.printStackTrace();
+				}
+
+			}
+		});
+
+	}
+
+	public void printError(final String msg) {
+		this.println(msg, MSG_KIND.ERROR);
+	}
+
+	public void printSuccess(final String msg) {
+		this.println(msg, MSG_KIND.SUCCESS);
+	}
+
+	public void printWarning(final String msg) {
+		this.println(msg, MSG_KIND.WARNING);
+	}
+
+	public void printInfo(final String msg) {
+		this.println(msg, MSG_KIND.INFO);
+	}
+
+	public void clear() {
+		IDocument document = getMessageConsole().getDocument();
+		if (document != null) {
+			document.set("");
+		}
+	}
+
+	public void printSeperator() {
+		println(SEPERATOR, MSG_KIND.INFO);
+	}
+
+	private boolean displayConsoleView() {
+		try {
+			IWorkbenchWindow activeWorkbenchWindow = PlatformUI.getWorkbench()
+					.getActiveWorkbenchWindow();
+			if (activeWorkbenchWindow != null) {
+				IWorkbenchPage activePage = activeWorkbenchWindow
+						.getActivePage();
+				if (activePage != null)
+					activePage.showView(IConsoleConstants.ID_CONSOLE_VIEW,
+							null, IWorkbenchPage.VIEW_VISIBLE);
+			}
+
+		} catch (PartInitException partEx) {
+			return false;
+		}
+
+		return true;
+	}
+
+	public IOConsoleOutputStream getNewMessageConsoleStream(MSG_KIND msgKind) {
+		Color color = null;
+
+		switch (msgKind) {
+		case INFO:
+			color = infoColor;
+			break;
+		case ERROR:
+			color = errorColor;
+			break;
+		case SUCCESS:
+			color = successColor;
+			break;
+		case WARNING:
+			color = warningColor;
+			break;
+		default:
+			color = infoColor;
+		}
+
+		IOConsoleOutputStream msgConsoleStream = getMessageConsole()
+				.newOutputStream();
+		msgConsoleStream.setColor(color);
+		return msgConsoleStream;
+	}
+
+	private MessageConsole getMessageConsole() {
+		if (fMessageConsole == null)
+			createMessageConsoleStream(fTitle);
+
+		return fMessageConsole;
+	}
+
+	private void createMessageConsoleStream(String title) {
+		initalize(title);
+		
+		ConsolePlugin.getDefault().getConsoleManager()
+				.addConsoles(new IConsole[] { fMessageConsole });
+	}
+
+	private static void initalize(String title) {
+		fMessageConsole = new MessageConsole(title, null);
+	}
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/changeevent/IProjectChangeListener.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/changeevent/IProjectChangeListener.java
new file mode 100644
index 0000000..3563ae5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/changeevent/IProjectChangeListener.java
@@ -0,0 +1,21 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.ui.changeevent;
+
+
+public interface IProjectChangeListener {
+	public void projectChanged(ProjectChangeEvent event);
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/changeevent/ProjectChangeEvent.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/changeevent/ProjectChangeEvent.java
new file mode 100644
index 0000000..5ca735a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/changeevent/ProjectChangeEvent.java
@@ -0,0 +1,21 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.ui.changeevent;
+
+
+public class ProjectChangeEvent {
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/changeevent/ProjectEventListenerRegistry.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/changeevent/ProjectEventListenerRegistry.java
new file mode 100644
index 0000000..70c6adc
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/changeevent/ProjectEventListenerRegistry.java
@@ -0,0 +1,50 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.ui.changeevent;
+
+import java.util.ArrayList;
+import java.util.List;
+
+
+public class ProjectEventListenerRegistry {
+	private List<IProjectChangeListener> eventReceivers = new ArrayList<IProjectChangeListener>();
+	private static ProjectEventListenerRegistry instance = new ProjectEventListenerRegistry();
+
+	private ProjectEventListenerRegistry() {
+
+	}
+
+	public static ProjectEventListenerRegistry getInstance() {
+		if (instance == null) {
+			instance = new ProjectEventListenerRegistry();
+		}
+		return instance;
+	}
+
+	public void add(IProjectChangeListener listener) {
+		this.eventReceivers.add(listener);
+	}
+
+	public void remove(IProjectChangeListener listener) {
+		this.eventReceivers.remove(listener);
+	}
+
+	public void fire(ProjectChangeEvent projectChangeEvent) {
+		for (IProjectChangeListener listener : eventReceivers) {
+			listener.projectChanged(projectChangeEvent);
+		}
+	}
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/progresstask/IProgressTask.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/progresstask/IProgressTask.java
new file mode 100644
index 0000000..74b86c9
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/progresstask/IProgressTask.java
@@ -0,0 +1,31 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.ui.progresstask;
+
+import java.lang.reflect.InvocationTargetException;
+
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.jface.operation.IRunnableWithProgress;
+
+
+public interface IProgressTask extends IRunnableWithProgress {
+
+	public void run(IProgressMonitor monitor) throws InvocationTargetException,
+			InterruptedException;
+
+	public String getErrorMessage();
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/progresstask/TaskParameter.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/progresstask/TaskParameter.java
new file mode 100644
index 0000000..fb379dc
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/progresstask/TaskParameter.java
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.ui.progresstask;
+
+import java.util.HashMap;
+
+
+public class TaskParameter {
+
+	HashMap<String, Object> map = new HashMap<>();
+
+	public void add(String string, Object param) {
+		map.put(string, param);
+	}
+
+	public Object get(String string) {
+		return map.get(string);
+	}
+
+	public boolean contains(String string) {
+		return map.containsKey(string);
+	}
+
+	public boolean isEmpty() {
+		return map.isEmpty();
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/progresstask/service/ProgressTaskExecutionService.java b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/progresstask/service/ProgressTaskExecutionService.java
new file mode 100644
index 0000000..8ef4a56
--- /dev/null
+++ b/bundles/org.eclipse.vorto.common/src/org/eclipse/vorto/api/ui/progresstask/service/ProgressTaskExecutionService.java
@@ -0,0 +1,72 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.api.ui.progresstask.service;
+
+import org.apache.commons.lang3.StringUtils;
+import org.eclipse.jface.dialogs.MessageDialog;
+import org.eclipse.jface.dialogs.ProgressMonitorDialog;
+import org.eclipse.swt.widgets.Display;
+import org.eclipse.swt.widgets.Shell;
+import org.eclipse.ui.PlatformUI;
+import org.eclipse.vorto.api.ui.progresstask.IProgressTask;
+
+
+public class ProgressTaskExecutionService {
+
+	private static ProgressTaskExecutionService service;
+
+	public static ProgressTaskExecutionService getProgressTaskExecutionService() {
+		if (service == null) {
+			service = new ProgressTaskExecutionService();
+		}
+		return service;
+	}
+
+	public void syncRun(final IProgressTask task) {
+
+		Display.getDefault().syncExec(new Runnable() {
+			public void run() {
+				Shell shell = PlatformUI.getWorkbench()
+						.getActiveWorkbenchWindow().getShell();
+
+				ProgressMonitorDialog progressDialog = new ProgressMonitorDialog(
+						shell);
+
+				try {
+					progressDialog.run(false, true, task);
+				} catch (Exception ex) {
+					ex.printStackTrace();
+					MessageDialog.openError(shell, task.getErrorMessage(),
+							getExceptionMsg(ex, "Error creating project"));
+				}
+
+			}
+		});
+
+	}
+
+	private String getExceptionMsg(Exception e, String defaultMsg) {
+		String errorMsg = "";
+		if (!StringUtils.isEmpty(e.getMessage())) {
+			errorMsg = e.getMessage();
+		} else if (e.getCause() != null
+				&& !StringUtils.isEmpty(e.getCause().getMessage())) {
+			errorMsg = e.getCause().getMessage();
+		}
+		return errorMsg;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/.classpath b/bundles/org.eclipse.vorto.fbeditor.tests/.classpath
new file mode 100644
index 0000000..9938e7c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="xtend-gen"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/.gitignore b/bundles/org.eclipse.vorto.fbeditor.tests/.gitignore
new file mode 100644
index 0000000..750c1e1
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/.gitignore
@@ -0,0 +1,4 @@
+/target
+/bin
+/src-gen
+/xtend-gen
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/.project b/bundles/org.eclipse.vorto.fbeditor.tests/.project
new file mode 100644
index 0000000..57f403a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.fbeditor.tests</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+	</natures>
+</projectDescription>
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/.settings/org.eclipse.core.resources.prefs b/bundles/org.eclipse.vorto.fbeditor.tests/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.vorto.fbeditor.tests/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..f42de36
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.7
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/.settings/org.eclipse.xtend.core.Xtend.prefs b/bundles/org.eclipse.vorto.fbeditor.tests/.settings/org.eclipse.xtend.core.Xtend.prefs
new file mode 100644
index 0000000..c71588e
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/.settings/org.eclipse.xtend.core.Xtend.prefs
@@ -0,0 +1,19 @@
+//outlet.DEFAULT_OUTPUT.sourceFolder.src/main/java.directory=xtend-gen
+//outlet.DEFAULT_OUTPUT.sourceFolder.src/main/java.ignore=false
+//outlet.DEFAULT_OUTPUT.sourceFolder.src/test/java.directory=src/test/generated-sources/xtend
+//outlet.DEFAULT_OUTPUT.sourceFolder.src/test/java.ignore=false
+autobuilding=true
+eclipse.preferences.version=1
+is_project_specific=true
+outlet.DEFAULT_OUTPUT.cleanDirectory=false
+outlet.DEFAULT_OUTPUT.cleanupDerived=true
+outlet.DEFAULT_OUTPUT.createDirectory=true
+outlet.DEFAULT_OUTPUT.derived=true
+outlet.DEFAULT_OUTPUT.description=Output folder for generated Java files
+outlet.DEFAULT_OUTPUT.directory=xtend-gen
+outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true
+outlet.DEFAULT_OUTPUT.installDslAsPrimarySource=false
+outlet.DEFAULT_OUTPUT.keepLocalHistory=false
+outlet.DEFAULT_OUTPUT.name=DEFAULT_OUTPUT
+outlet.DEFAULT_OUTPUT.override=true
+outlet.DEFAULT_OUTPUT.userOutputPerSourceFolder=true
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.vorto.fbeditor.tests/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..ecdb0ce
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Vorto Toolchain Tests
+Bundle-Vendor: Bosch-SI
+Bundle-Version: 0.1.0
+Bundle-SymbolicName: org.eclipse.vorto.fbeditor.tests;singleton:=true
+Bundle-ActivationPolicy: lazy
+Bundle-ClassPath: .
+Require-Bundle: org.eclipse.vorto.codegen,
+ org.eclipse.vorto.fbeditor.ui,
+ org.eclipse.vorto.metamodel,
+ org.eclipse.vorto.codegen.examples,
+ org.eclipse.xtext;bundle-version="[2.7.0,3.0.0)",
+ org.eclipse.xtext.junit4;bundle-version="[2.7.0,3.0.0)",
+ org.junit;bundle-version="4.5.0",
+ org.apache.commons.lang3;bundle-version="3.1.0",
+ org.mockito;bundle-version="1.9.5",
+ org.eclipse.ui,
+ org.objectweb.asm;bundle-version="[5.0.1,6.0.0)";resolution:=optional
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Export-Package: org.eclipse.vorto.fbeditor
+
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/about.html b/bundles/org.eclipse.vorto.fbeditor.tests/about.html
new file mode 100644
index 0000000..c258ef5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2006</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/build.properties b/bundles/org.eclipse.vorto.fbeditor.tests/build.properties
new file mode 100644
index 0000000..df0f457
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/build.properties
@@ -0,0 +1,5 @@
+source.. = src/,\
+          xtend-gen/
+bin.includes = META-INF/,\
+               .,\
+               about.html
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/org.eclipse.vorto.tests.launch b/bundles/org.eclipse.vorto.fbeditor.tests/org.eclipse.vorto.tests.launch
new file mode 100644
index 0000000..0ad243f
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/org.eclipse.vorto.tests.launch
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.eclipse.vorto.fbeditor.tests"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="4"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=org.eclipse.vorto.fbeditor.tests"/>
+<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
+<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.vorto.fbeditor.tests"/>
+</launchConfiguration>
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/pom.xml b/bundles/org.eclipse.vorto.fbeditor.tests/pom.xml
new file mode 100644
index 0000000..386bf03
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/pom.xml
@@ -0,0 +1,108 @@
+<project>
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>bundles</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.fbeditor.tests</artifactId>
+	<packaging>eclipse-plugin</packaging>
+
+	<name>Vorto Functionblock Editor Tests</name>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.xtend</groupId>
+				<artifactId>xtend-maven-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-surefire-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<configuration>
+					<useUIHarness>false</useUIHarness>
+					<useUIThread>false</useUIThread>
+				</configuration>
+				<executions>
+					<execution>
+						<id>test</id>
+						<phase>test</phase>
+						<configuration>
+							<includes>
+								<include>**/*Test.java</include>
+							</includes>
+							<excludes>
+								<exclude>**/All*Tests.java</exclude>
+							</excludes>
+						</configuration>
+						<goals>
+							<goal>test</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-maven-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<extensions>true</extensions>
+			</plugin>
+
+		</plugins>
+	</build>
+	
+	<profiles>
+		<profile>
+			<id>analysis</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.jacoco</groupId>
+						<artifactId>jacoco-maven-plugin</artifactId>
+						<version>0.6.3.201306030806</version>
+						<executions>
+							<execution>
+								<id>default-prepare-agent</id>
+								<goals>
+									<goal>prepare-agent</goal>
+								</goals>
+							</execution>
+							<execution>
+								<id>default-report</id>
+								<phase>prepare-package</phase>
+								<goals>
+									<goal>report</goal>
+								</goals>
+							</execution>
+							<execution>
+								<id>default-check</id>
+								<goals>
+									<goal>check</goal>
+								</goals>
+								<configuration>
+									<rules>
+										<!-- implmentation is needed only for Maven 2 -->
+										<rule implementation="org.jacoco.maven.RuleConfiguration">
+											<element>BUNDLE</element>
+											<limits>
+												<!-- implmentation is needed only for Maven 2 -->
+												<limit implementation="org.jacoco.report.check.Limit">
+													<counter>COMPLEXITY</counter>
+													<value>COVEREDRATIO</value>
+													<minimum>0.60</minimum>
+												</limit>
+											</limits>
+										</rule>
+									</rules>
+								</configuration>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+</project>
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/AllTests.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/AllTests.java
new file mode 100644
index 0000000..9401490
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/AllTests.java
@@ -0,0 +1,31 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.AllWebDeviceGeneratorTaskTests;
+import org.eclipse.vorto.fbeditor.AllEditorTests;
+import org.junit.runner.RunWith;
+import org.junit.runners.Suite;
+import org.junit.runners.Suite.SuiteClasses;
+
+@RunWith(Suite.class)
+@SuiteClasses({
+	AllWebDeviceGeneratorTaskTests.class,
+	AllEditorTests.class
+})
+public class AllTests {
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/AllWebDeviceGeneratorTaskTests.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/AllWebDeviceGeneratorTaskTests.java
new file mode 100644
index 0000000..d20d71b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/AllWebDeviceGeneratorTaskTests.java
@@ -0,0 +1,52 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tests.templates.ConfigurationClassTemplateTest;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.templates.FaultClassTemplateTest;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.templates.FunctionBlockClassTemplateTest;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.templates.IndexHtmlFileTemplateTest;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.templates.PomFileTemplateTest;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.templates.ServiceClassTemplateTest;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.templates.StatusClassTemplateTest;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.templates.WebXmlTemplateTest;
+import org.junit.runner.RunWith;
+import org.junit.runners.Suite;
+import org.junit.runners.Suite.SuiteClasses;
+
+@RunWith(Suite.class)
+@SuiteClasses({
+	WordSeperatorTest.class,
+	ModuleUtilTest.class,
+	ConfigurationClassTemplateTest.class,
+	FaultClassTemplateTest.class,
+	FunctionBlockClassTemplateTest.class,
+	IndexHtmlFileTemplateTest.class,
+	PomFileTemplateTest.class,
+	ServiceClassTemplateTest.class,
+	StatusClassTemplateTest.class,
+	WebXmlTemplateTest.class,
+	ConfigurationClassGeneratorTaskTest.class,
+	FaultClassGeneratorTaskTest.class,
+	FunctionBlockClassGeneratorTaskTest.class,
+	IndexHtmlFileGeneratorTaskTest.class,
+	ServiceClassGeneratorTaskTest.class,
+	StatusClassGeneratorTaskTest.class,
+	WebXmlGeneratorTaskTest.class	
+})
+public class AllWebDeviceGeneratorTaskTests {
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/ConfigurationClassGeneratorTaskTest.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/ConfigurationClassGeneratorTaskTest.java
new file mode 100644
index 0000000..08a7f8e
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/ConfigurationClassGeneratorTaskTest.java
@@ -0,0 +1,58 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ConfigurationClassGeneratorTask;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.ConfigurationClassTemplate;
+import org.junit.Before;
+import org.junit.Test;
+
+public class ConfigurationClassGeneratorTaskTest {
+	ConfigurationClassGeneratorTask configurationClassGenerator;
+
+	FunctionblockModel model = TestFunctionblockModelFactory
+			.populateFBmodelWithProperties();
+
+	@Before
+	public void init() {
+		configurationClassGenerator = new ConfigurationClassGeneratorTask();
+	}
+
+	@Test
+	public void testGetFileName() {
+		String expectedFileName = model.getName() + "Configuration.java";
+		assertEquals(expectedFileName,
+				configurationClassGenerator.getFileName(model));
+	}
+
+	@Test
+	public void testGetPath() {
+		String expectedPath = ModuleUtil.getModelPath(model);
+		assertEquals(expectedPath, configurationClassGenerator.getPath(model));
+	}
+
+	@Test
+	public void testGetTemplate() {
+		assertTrue(configurationClassGenerator.getTemplate() instanceof ConfigurationClassTemplate);
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/FaultClassGeneratorTaskTest.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/FaultClassGeneratorTaskTest.java
new file mode 100644
index 0000000..71bb94a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/FaultClassGeneratorTaskTest.java
@@ -0,0 +1,57 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.FaultClassGeneratorTask;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.FaultClassTemplate;
+import org.junit.Before;
+import org.junit.Test;
+
+public class FaultClassGeneratorTaskTest {
+	FaultClassGeneratorTask faultClassGenerator;
+
+	FunctionblockModel model = TestFunctionblockModelFactory
+			.populateFBmodelWithProperties();
+
+	@Before
+	public void init() {
+		faultClassGenerator = new FaultClassGeneratorTask();
+	}
+
+	@Test
+	public void testGetFileName() {
+		String expectedFileName = model.getName() + "Fault.java";
+		assertEquals(expectedFileName, faultClassGenerator.getFileName(model));
+	}
+
+	@Test
+	public void testGetPath() {
+		String expectedPath = ModuleUtil.getModelPath(model);
+		assertEquals(expectedPath, faultClassGenerator.getPath(model));
+	}
+
+	@Test
+	public void testGetTemplate() {
+		assertTrue(faultClassGenerator.getTemplate() instanceof FaultClassTemplate);
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/FunctionBlockClassGeneratorTaskTest.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/FunctionBlockClassGeneratorTaskTest.java
new file mode 100644
index 0000000..b634724
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/FunctionBlockClassGeneratorTaskTest.java
@@ -0,0 +1,57 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.FunctionBlockClassGeneratorTask;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.FunctionBlockClassTemplate;
+import org.junit.Before;
+import org.junit.Test;
+
+public class FunctionBlockClassGeneratorTaskTest {
+	FunctionBlockClassGeneratorTask functionBlockClassGenerator;
+
+	FunctionblockModel model = TestFunctionblockModelFactory
+			.populateFBmodelWithProperties();
+
+	@Before
+	public void init() {
+		functionBlockClassGenerator = new FunctionBlockClassGeneratorTask();
+	}
+
+	@Test
+	public void testGetFileName() {
+		String expectedFileName = model.getName() + ".java";
+		assertEquals(expectedFileName, functionBlockClassGenerator.getFileName(model));
+	}
+
+	@Test
+	public void testGetPath() {
+		String expectedPath = ModuleUtil.getModelPath(model);
+		assertEquals(expectedPath, functionBlockClassGenerator.getPath(model));
+	}
+
+	@Test
+	public void testGetTemplate() {
+		assertTrue(functionBlockClassGenerator.getTemplate() instanceof FunctionBlockClassTemplate);
+	}
+	
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/GeneratedClassMatcher.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/GeneratedClassMatcher.java
new file mode 100644
index 0000000..7e93cb0
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/GeneratedClassMatcher.java
@@ -0,0 +1,45 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import org.apache.commons.lang3.StringUtils;
+import org.eclipse.vorto.codegen.api.tasks.Generated;
+import org.mockito.ArgumentMatcher;
+
+public class GeneratedClassMatcher extends ArgumentMatcher<Generated> {
+
+	private Generated generated;
+
+	public GeneratedClassMatcher(Generated generated) {
+		this.generated = generated;
+	}
+
+	@Override
+	public boolean matches(final Object argument) {
+		if (argument == null || !(argument instanceof Generated)) {
+			return false;
+		}
+		Generated arguGenerated = (Generated) argument;
+
+		return StringUtils.equals(generated.getContent(),
+				arguGenerated.getContent())
+				&& StringUtils.equals(generated.getFileName(),
+						arguGenerated.getFileName())
+				&& StringUtils.equals(generated.getFolderPath(),
+						arguGenerated.getFolderPath());
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/IndexHtmlFileGeneratorTaskTest.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/IndexHtmlFileGeneratorTaskTest.java
new file mode 100644
index 0000000..1338572
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/IndexHtmlFileGeneratorTaskTest.java
@@ -0,0 +1,56 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.IndexHtmlFileGeneratorTask;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.IndexHtmlFileTemplate;
+import org.junit.Before;
+import org.junit.Test;
+
+public class IndexHtmlFileGeneratorTaskTest {
+	IndexHtmlFileGeneratorTask indexHtmlFileGenerator;
+
+	FunctionblockModel model = TestFunctionblockModelFactory
+			.populateFBmodelWithProperties();
+
+	@Before
+	public void init() {
+		indexHtmlFileGenerator = new IndexHtmlFileGeneratorTask();
+	}
+
+	@Test
+	public void testGetFileName() {
+		String expectedFileName = "index.html";
+		assertEquals(expectedFileName,
+				indexHtmlFileGenerator.getFileName(model));
+	}
+
+	@Test
+	public void testGetPath() {
+		String expectedPath = "src/main/webapp";
+		assertEquals(expectedPath, indexHtmlFileGenerator.getPath(model));
+	}
+
+	@Test
+	public void testGetTemplate() {
+		assertTrue(indexHtmlFileGenerator.getTemplate() instanceof IndexHtmlFileTemplate);
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/ModuleUtilTest.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/ModuleUtilTest.java
new file mode 100644
index 0000000..df6ad0d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/ModuleUtilTest.java
@@ -0,0 +1,52 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import static org.junit.Assert.assertEquals;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory;
+import org.junit.Test;
+
+public class ModuleUtilTest {
+
+	FunctionblockModel model = TestFunctionblockModelFactory.populateFBmodelWithProperties();
+
+	@Test
+	public void getModelPackage(){		
+		String packageName = ModuleUtil.getModelPackage(model);
+		assertEquals("com.bosch.iot.fridge.model", packageName);
+	}
+	
+	@Test
+	public void getServicePackage(){		
+		String packageName = ModuleUtil.getServicePackage(model);
+		assertEquals("com.bosch.iot.fridge.service", packageName);
+	}
+	
+	@Test
+	public void getModelPath(){		
+		String packageName = ModuleUtil.getModelPath(model);
+		assertEquals("/src/main/java/com/bosch/iot/fridge/model", packageName);
+	}
+	
+	@Test
+	public void getServicePath(){		
+		String packageName = ModuleUtil.getServicePath(model);
+		assertEquals("/src/main/java/com/bosch/iot/fridge/service", packageName);
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/ServiceClassGeneratorTaskTest.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/ServiceClassGeneratorTaskTest.java
new file mode 100644
index 0000000..45aa283
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/ServiceClassGeneratorTaskTest.java
@@ -0,0 +1,56 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ServiceClassGeneratorTask;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.ServiceClassTemplate;
+import org.junit.Before;
+import org.junit.Test;
+
+public class ServiceClassGeneratorTaskTest {
+	ServiceClassGeneratorTask serviceClassGenerator;
+
+	FunctionblockModel model = TestFunctionblockModelFactory
+			.populateFBmodelWithProperties();
+
+	@Before
+	public void init() {
+		serviceClassGenerator = new ServiceClassGeneratorTask();
+	}
+	@Test
+	public void testGetFileName() {
+		String expectedFileName = model.getName() + "Service.java";
+		assertEquals(expectedFileName, serviceClassGenerator.getFileName(model));
+	}
+
+	@Test
+	public void testGetPath() {
+		String expectedPath = ModuleUtil.getServicePath(model);
+		assertEquals(expectedPath, serviceClassGenerator.getPath(model));
+	}
+
+	@Test
+	public void testGetTemplate() {
+		assertTrue(serviceClassGenerator.getTemplate() instanceof ServiceClassTemplate);
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/StatusClassGeneratorTaskTest.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/StatusClassGeneratorTaskTest.java
new file mode 100644
index 0000000..c70224d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/StatusClassGeneratorTaskTest.java
@@ -0,0 +1,56 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.StatusClassGeneratorTask;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.StatusClassTemplate;
+import org.junit.Before;
+import org.junit.Test;
+
+public class StatusClassGeneratorTaskTest {
+	StatusClassGeneratorTask statusGenerator;
+
+	FunctionblockModel model = TestFunctionblockModelFactory
+			.populateFBmodelWithProperties();
+
+	@Before
+	public void init() {
+		statusGenerator = new StatusClassGeneratorTask();
+	}
+
+	@Test
+	public void testGetFileName() {
+		String expectedFileName = model.getName() + "Status.java";
+		assertEquals(expectedFileName, statusGenerator.getFileName(model));
+	}
+
+	@Test
+	public void testGetPath() {
+		String expectedPath = ModuleUtil.getModelPath(model);
+		assertEquals(expectedPath, statusGenerator.getPath(model));
+	}
+
+	@Test
+	public void testGetTemplate() {
+		assertTrue(statusGenerator.getTemplate() instanceof StatusClassTemplate);
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/TestFunctionblockModelFactory.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/TestFunctionblockModelFactory.xtend
new file mode 100644
index 0000000..b389e87
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/TestFunctionblockModelFactory.xtend
@@ -0,0 +1,125 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks
+
+import org.eclipse.vorto.functionblock.FBFeature
+import org.eclipse.vorto.functionblock.FunctionblockFactory
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.functionblock.Operation
+import org.eclipse.vorto.functionblock.PrimitiveProperty
+import org.eclipse.vorto.functionblock.PrimitiveType
+
+class TestFunctionblockModelFactory {
+
+	public static def FunctionblockModel populateFBmodelWithProperties() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		var fb = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+
+		fbmodel.setName("Fridge");
+		fb.setDescription("Refrigerator");
+		fb.setCategory("demo");
+		fb.setDescription("comment");
+		fb.setVendor("www.bosch.com");
+		fb.setVersion("1.2.3");
+		fb.getFeatures().add(createOnOperation());
+		fb.getFeatures().add(createOffOperation());
+		fb.getFeatures().add(createToggleOperation());
+		fb.setConfiguration(createConfiguration);
+		fb.setStatus(createStatus);
+		fb.setFault(createFault);
+		fbmodel.setFunctionblock(fb);
+
+		return fbmodel;
+	}
+	
+	public static def FunctionblockModel populateFBmodel() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		var fb = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+
+		fbmodel.setName("Fridge");
+		fb.setDescription("Refrigerator");
+		fb.setCategory("demo");
+		fb.setDescription("comment");
+		fb.setVendor("www.bosch.com");
+		fb.setVersion("1.2.3");
+		fb.getFeatures().add(createOnOperation());
+		fb.getFeatures().add(createOffOperation());
+		fb.getFeatures().add(createToggleOperation());
+
+		fbmodel.setFunctionblock(fb);
+
+		return fbmodel;
+	}
+
+	private static def Operation createOnOperation() {
+		var operation = FunctionblockFactory.eINSTANCE.createOperation();
+		operation.setMethodName("on");
+		operation.setDescription("Turn device on");
+		return operation;
+	}
+
+	private static def Operation createOffOperation() {
+		var operation = FunctionblockFactory.eINSTANCE.createOperation();
+		operation.setMethodName("Off");
+		operation.setDescription("Turn device off");
+		return operation;
+	}
+
+	private static def Operation createToggleOperation() {
+		var operation = FunctionblockFactory.eINSTANCE.createOperation();
+		operation.setMethodName("Toggle");
+		operation.setDescription("Toggle device");
+		return operation;
+	}
+
+	private static def FBFeature createConfiguration() {
+		var configuration = FunctionblockFactory.eINSTANCE.createFBFeature();
+		configuration.properties.add(createPrimitiveProperty("testString", PrimitiveType.STRING));
+		configuration.properties.add(createPrimitiveProperty("testShort", PrimitiveType.SHORT));
+		configuration.properties.add(createPrimitiveProperty("testInt", PrimitiveType.INT));
+
+		return configuration;
+	}
+
+	private static def FBFeature createStatus() {
+		var status = FunctionblockFactory.eINSTANCE.createFBFeature();
+		status.properties.add(createPrimitiveProperty("testString", PrimitiveType.STRING));
+		status.properties.add(createPrimitiveProperty("testShort", PrimitiveType.SHORT));
+		status.properties.add(createPrimitiveProperty("testInt", PrimitiveType.INT));
+		status.properties.add(createPrimitiveProperty("testLong", PrimitiveType.LONG));
+		status.properties.add(createPrimitiveProperty("testFloat", PrimitiveType.FLOAT));
+		status.properties.add(createPrimitiveProperty("testDouble", PrimitiveType.DOUBLE));
+		status.properties.add(createPrimitiveProperty("testDatetime", PrimitiveType.DATETIME));
+		status.properties.add(createPrimitiveProperty("testByte", PrimitiveType.BYTE));
+		status.properties.add(createPrimitiveProperty("testBase64", PrimitiveType.BASE64_BINARY));
+		status.properties.add(createPrimitiveProperty("testBoolean", PrimitiveType.BOOLEAN));
+		return status;
+	}
+
+	private static def FBFeature createFault() {
+		var fault = FunctionblockFactory.eINSTANCE.createFBFeature();
+		fault.properties.add(createPrimitiveProperty("isFault", PrimitiveType.BOOLEAN));
+		return fault;
+	}
+
+	private static def PrimitiveProperty createPrimitiveProperty(String propName, PrimitiveType type) {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setPropName(propName);
+		prop.setType(type);
+		return prop;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/WebXmlGeneratorTaskTest.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/WebXmlGeneratorTaskTest.java
new file mode 100644
index 0000000..8f98a54
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/WebXmlGeneratorTaskTest.java
@@ -0,0 +1,54 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.WebXmlGeneratorTask;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.WebXmlTemplate;
+import org.junit.Before;
+import org.junit.Test;
+
+public class WebXmlGeneratorTaskTest {
+	WebXmlGeneratorTask webXmlGenerator;
+
+	FunctionblockModel model = TestFunctionblockModelFactory
+			.populateFBmodelWithProperties();
+	
+	@Before
+	public void init() {
+		webXmlGenerator = new WebXmlGeneratorTask();
+	}
+	@Test
+	public void testGetFileName() {
+		String expectedFileName = "web.xml";
+		assertEquals(expectedFileName, webXmlGenerator.getFileName(model));
+	}
+
+	@Test
+	public void testGetPath() {
+		String expectedPath = "src/main/webapp/WEB-INF";
+		assertEquals(expectedPath, webXmlGenerator.getPath(model));
+	}
+
+	@Test
+	public void testGetTemplate() {
+		assertTrue(webXmlGenerator.getTemplate() instanceof WebXmlTemplate);
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/WordSeperatorTest.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/WordSeperatorTest.java
new file mode 100644
index 0000000..75ec272
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/tasks/WordSeperatorTest.java
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tests.tasks;
+
+import static org.junit.Assert.assertTrue;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.WordSeperator;
+import org.junit.Test;
+
+public class WordSeperatorTest {
+
+	@Test
+	public void testSeperateNull(){
+		String words = WordSeperator.splitIntoWords(null);
+		assertTrue(words==null);	
+	}
+	
+	@Test
+	public void testSeperateUpper(){
+		String words = WordSeperator.splitIntoWords("isOn");
+		assertTrue(words.equals("Is On"));
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/ConfigurationClassTemplateTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/ConfigurationClassTemplateTest.xtend
new file mode 100644
index 0000000..dc5647c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/ConfigurationClassTemplateTest.xtend
@@ -0,0 +1,73 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tests.templates
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.ConfigurationClassTemplate
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory
+import org.junit.Test
+
+import static org.junit.Assert.assertEquals
+
+class ConfigurationClassTemplateTest {
+
+	@Test
+	def testGeneration() {
+		var model = TestFunctionblockModelFactory.populateFBmodelWithProperties();
+
+		var result = new ConfigurationClassTemplate().getContent(model);
+		assertEquals(fetchExpected, result);
+	}
+
+	private def String fetchExpected() {
+		'''package com.bosch.iot.fridge.model;
+
+import org.codehaus.jackson.map.annotate.JsonSerialize;
+
+@JsonSerialize
+public class FridgeConfiguration {			
+
+	private String testString = "";
+
+	public String getTestString() {
+		return testString;
+	}
+			
+	public void setTestString(String testString) {
+		this.testString = testString;
+	}		
+
+	private short testShort = 0;
+
+	public short getTestShort() {
+		return testShort;
+	}
+			
+	public void setTestShort(short testShort) {
+		this.testShort = testShort;
+	}		
+
+	private int testInt = 0;
+
+	public int getTestInt() {
+		return testInt;
+	}
+			
+	public void setTestInt(int testInt) {
+		this.testInt = testInt;
+	}		
+}'''
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/FaultClassTemplateTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/FaultClassTemplateTest.xtend
new file mode 100644
index 0000000..7063670
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/FaultClassTemplateTest.xtend
@@ -0,0 +1,53 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tests.templates
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.FaultClassTemplate
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory
+import org.junit.Test
+
+import static org.junit.Assert.assertEquals
+
+class FaultClassTemplateTest {
+
+	@Test
+	def testGeneration() {
+		var model = TestFunctionblockModelFactory.populateFBmodelWithProperties();
+
+		var result = new FaultClassTemplate().getContent(model);
+		assertEquals(fetchExpected, result);
+	}
+
+	private def String fetchExpected() {
+		'''package com.bosch.iot.fridge.model;
+
+import org.codehaus.jackson.map.annotate.JsonSerialize;
+
+@JsonSerialize
+public class FridgeFault {			
+
+	private boolean isFault = false;
+
+	public boolean getIsFault() {
+		return isFault;
+	}
+			
+	public void setIsFault(boolean isFault) {
+		this.isFault = isFault;
+	}		
+}'''
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/FunctionBlockClassTemplateTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/FunctionBlockClassTemplateTest.xtend
new file mode 100644
index 0000000..857ffbb
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/FunctionBlockClassTemplateTest.xtend
@@ -0,0 +1,85 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tests.templates
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.FunctionBlockClassTemplate
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory
+import org.junit.Test
+
+import static org.junit.Assert.assertEquals
+
+class FunctionBlockClassTemplateTest {
+
+	@Test
+	def testGeneration() {
+		var model = TestFunctionblockModelFactory.populateFBmodelWithProperties();
+
+		var result = new FunctionBlockClassTemplate().getContent(model);
+		assertEquals(fetchExpected, result);
+	}
+
+	private def String fetchExpected() {
+		return '''package com.bosch.iot.fridge.model;
+
+public class Fridge {
+	
+	private String displayName = "";
+	private String description = "comment";
+	private String vendor = "www.bosch.com";
+	private String category = "demo";
+	private String version = "1.2.3";
+	
+	private FridgeConfiguration configuration = new FridgeConfiguration();
+	
+	private FridgeStatus status = new FridgeStatus();
+	
+	private FridgeFault fault = new FridgeFault();
+	
+	public String getDisplayName() {
+		return displayName;
+	}
+
+	public String getDescription() {
+		return description;
+	}
+
+	public String getVendor() {
+		return vendor;
+	}
+
+	public String getCategory() {
+		return category;
+	}
+
+	public String getVersion() {
+		return version;
+	}	
+			
+	public FridgeConfiguration getConfiguration() {
+		return configuration;
+	}
+	
+	public FridgeStatus getStatus() {
+		return status;
+	}
+	
+	public FridgeFault getFault() {
+		return fault;
+	}
+}'''
+	}
+}
+
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/IndexHtmlFileTemplateTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/IndexHtmlFileTemplateTest.xtend
new file mode 100644
index 0000000..964c281
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/IndexHtmlFileTemplateTest.xtend
@@ -0,0 +1,233 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tests.templates
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.IndexHtmlFileTemplate
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory
+import org.junit.Test
+
+import static org.junit.Assert.assertEquals
+
+class IndexHtmlFileTemplateTest {
+
+	@Test
+	def testGeneration() {
+		var model = TestFunctionblockModelFactory.populateFBmodelWithProperties();
+
+		var result = new IndexHtmlFileTemplate().getContent(model);
+		assertEquals(fetchExpected, result);
+	}
+
+	private def String fetchExpected() {
+		'''<html>
+	<head>
+		<style>
+			#idPropertiesContainerTable {
+			background-color: rgba(255,255,255,0.65);
+			border-radius: 20px;
+			padding:20px;
+			-webkit-box-shadow: 0px 3px 2px 0px rgba(30, 103, 157, 0.5);
+			-moz-box-shadow:    0px 3px 2px 0px rgba(30, 103, 157, 0.5);
+			box-shadow:         0px 3px 2px 0px rgba(30, 103, 157, 0.5);
+		}
+		
+		body {
+			font-family: Arial;
+			background-color: #dfebfa !important;
+			background-image: -webkit-linear-gradient(top, #f2f7fe 0%, #b7c9d9 50%, #dfebfa 100%) !important;
+			background: -moz-linear-gradient(top, #f2f7fe 0%, #b7c9d9 50%, #dfebfa 100%) !important;
+			}
+			
+		button {
+			border-radius: 2px;
+			border: 0px none;
+			padding: 6px 12px;
+			color: #FFF;
+			background: linear-gradient(to bottom, #0081C7 0%, #004986 100%) repeat scroll 0% 0% transparent;
+			}
+			
+		th {
+			color: #0D3155;
+			}
+			
+		label {
+			display: block;
+			margin: 5px;
+			color: #333;
+			}
+			
+		fieldset {
+			border: 1px solid #0066AD;
+			margin-bottom: 8px;
+			}
+			
+		legend {
+			color: #0066AD;
+			font-size: 14px;
+			}
+			
+		.column{
+			float:left;
+			}
+			
+		input[type=text]{
+			margin: 3px;
+		}
+		
+		label.display{
+			font-weight: bold;
+		}
+	</style>
+	
+	<script language="javascript">					
+		function displayProperty(propertyName, propertyObject){
+			var keys = Object.keys(propertyObject);
+			for(var i=0; i<keys.length; i++){
+				var key = keys[i];
+				var labelId = propertyName + "_id_" + key;
+				if(document.getElementById(labelId)){
+					document.getElementById(labelId).innerHTML = propertyObject[key]; 		
+				}					
+			}							
+		}
+		
+		function displayProperties(){
+			var instanceJsonValue = httpGet("/fridge-webapp/service/Fridge/instance");
+			var instanceObject = JSON.parse(instanceJsonValue);
+			var configurationObject = instanceObject.configuration;
+			var statusObject = instanceObject.status;
+			var faultObject = instanceObject.fault;
+			displayProperty("configuration", configurationObject);	
+			displayProperty("status", statusObject);	
+			displayProperty("fault", faultObject);	
+			
+		}
+		
+		function invokeOperation(operation){
+			httpPut("/fridge-webapp/service/Fridge/" + operation);
+			displayProperties();
+		}
+		
+		function httpGet(restUrl)
+		{
+			var xmlHttp = new XMLHttpRequest();
+			xmlHttp.open( "GET", restUrl, false );
+			xmlHttp.send( null );
+			return xmlHttp.responseText;
+		}
+		
+		function httpPut(restUrl)
+		{
+			var xmlHttp = new XMLHttpRequest();
+			xmlHttp.open("PUT", restUrl, false);
+			xmlHttp.setRequestHeader("Content-Type", "text/plain");
+			xmlHttp.send(null);
+		}
+	</script>
+</head>
+<body onload="displayProperties();" >
+	<table border="0" align="center" width="75%">
+		<tr>
+			<th>Fridge</th>
+		</tr>
+		<tr>
+			<td>
+				<fieldset id="configurationFs">
+					<legend>Configuration:</legend>
+					<table border="0" align="center" width="100%">
+						<tr>
+							<td  width="20%"><label>Test String:</label></td>
+							<td width="30%"><label id="configuration_id_testString" class="display"></label></td>
+							<td  width="20%"><label>Test Short:</label></td>
+							<td width="30%"><label id="configuration_id_testShort" class="display"></label></td>
+						</tr>
+						<tr>
+							<td  width="20%"><label>Test Int:</label></td>
+							<td width="30%"><label id="configuration_id_testInt" class="display"></label></td>
+							<td  width="20%"><label></td>
+							<td  width="30%"><label></td>
+						</tr>
+					</table>
+				</fieldset>
+			</td>
+		</tr>
+		<tr>
+			<td>
+				<fieldset id="statusFs">
+					<legend>Status:</legend>
+					<table border="0" align="center" width="100%">
+					<tr>
+						<td  width="20%"><label>Test String:</label></td>
+						<td width="30%"><label id="status_id_testString" class="display"></label></td>
+						<td  width="20%"><label>Test Short:</label></td>
+						<td width="30%"><label id="status_id_testShort" class="display"></label></td>
+					</tr>
+					<tr>
+						<td  width="20%"><label>Test Int:</label></td>
+						<td width="30%"><label id="status_id_testInt" class="display"></label></td>
+						<td  width="20%"><label>Test Long:</label></td>
+						<td width="30%"><label id="status_id_testLong" class="display"></label></td>
+					</tr>
+					<tr>
+						<td  width="20%"><label>Test Float:</label></td>
+						<td width="30%"><label id="status_id_testFloat" class="display"></label></td>
+						<td  width="20%"><label>Test Double:</label></td>
+						<td width="30%"><label id="status_id_testDouble" class="display"></label></td>
+					</tr>
+					<tr>
+						<td  width="20%"><label>Test Datetime:</label></td>
+						<td width="30%"><label id="status_id_testDatetime" class="display"></label></td>
+						<td  width="20%"><label>Test Byte:</label></td>
+						<td width="30%"><label id="status_id_testByte" class="display"></label></td>
+					</tr>
+					<tr>
+						<td  width="20%"><label>Test Base64:</label></td>
+						<td width="30%"><label id="status_id_testBase64" class="display"></label></td>
+						<td  width="20%"><label>Test Boolean:</label></td>
+						<td width="30%"><label id="status_id_testBoolean" class="display"></label></td>
+					</tr>
+					</table>
+				</fieldset>
+			</td>
+		</tr>
+		<tr>
+			<td>
+				<fieldset id="faultFs">
+					<legend>Fault:</legend>
+					<table border="0" align="center" width="100%">
+					<tr>
+						<td  width="20%"><label>Is Fault:</label></td>
+						<td width="30%"><label id="fault_id_isFault" class="display"></label></td>
+						<td  width="20%"><label></td>
+						<td  width="30%"><label></td>
+					</tr>
+					</table>
+				</fieldset>
+			</td>
+		</tr>
+		<tr>
+			<td align="center">
+			&nbsp;<button type="button" value="on" title="Turn device on" onClick="javascript:invokeOperation('on')">On</button>&nbsp;
+			&nbsp;<button type="button" value="Off" title="Turn device off" onClick="javascript:invokeOperation('Off')">Off</button>&nbsp;
+			&nbsp;<button type="button" value="Toggle" title="Toggle device" onClick="javascript:invokeOperation('Toggle')">Toggle</button>&nbsp;
+			</td>
+		</tr>
+	</table>
+</body>
+</html>
+		'''
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/PomFileTemplateTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/PomFileTemplateTest.xtend
new file mode 100644
index 0000000..7d773eb
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/PomFileTemplateTest.xtend
@@ -0,0 +1,94 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tests.templates;
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.PomFileTemplate
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory
+import org.junit.Test
+
+import static org.junit.Assert.assertEquals
+
+public class PomFileTemplateTest {
+
+	@Test
+	def testGeneration() {
+		var model = TestFunctionblockModelFactory.populateFBmodelWithProperties();
+
+		var result = new PomFileTemplate().getContent(model);
+		assertEquals(fetchExpected, result);
+	}
+
+	private def String fetchExpected() {
+		'''<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+		  <modelVersion>4.0.0</modelVersion>
+		  <groupId>org.eclipse.vorto.examples</groupId>
+		  <artifactId>fridge-webapp</artifactId>
+		  <version>1.2.3</version>
+		  <name>Sample project generated from Fridge</name>
+		  <packaging>war</packaging> 
+		  <dependencies>
+				<dependency>
+					<groupId>junit</groupId>
+					<artifactId>junit</artifactId>
+					<version>4.11</version>
+					<scope>test</scope>
+				</dependency>	
+				<dependency>
+					<groupId>com.sun.jersey</groupId>
+					<artifactId>jersey-server</artifactId>
+					<version>1.18.2</version>
+				</dependency>
+				<dependency>
+					<groupId>com.sun.jersey</groupId>
+					<artifactId>jersey-servlet</artifactId>
+					<version>1.18.2</version>
+				</dependency>
+				<dependency>
+					<groupId>com.sun.jersey</groupId>
+					<artifactId>jersey-json</artifactId>
+					<version>1.18.2</version>
+				</dependency>					
+		  </dependencies>
+
+		  <build>
+				<finalName>fridge-webapp</finalName>
+				<plugins>
+					<plugin>
+						<artifactId>maven-compiler-plugin</artifactId>
+						<configuration>
+							<source>1.6</source>
+							<target>1.6</target>
+						</configuration>
+					</plugin>
+					<plugin>
+						<groupId>org.eclipse.jetty</groupId>
+						<artifactId>jetty-maven-plugin</artifactId>
+						<version>9.2.3.v20140905</version>
+						<configuration>
+							<scanIntervalSeconds>10</scanIntervalSeconds>
+							<webApp>
+								<contextPath>/fridge-webapp</contextPath>
+							</webApp>
+							<stopPort>9966</stopPort>
+							<stopKey>jettystop</stopKey>
+							<stopWait>10</stopWait>
+						</configuration>
+					</plugin>
+				</plugins>
+		  </build>
+		</project>'''
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/ServiceTemplateTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/ServiceTemplateTest.xtend
new file mode 100644
index 0000000..f9ba3ad
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/ServiceTemplateTest.xtend
@@ -0,0 +1,91 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tests.templates
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.ServiceClassTemplate
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory
+import org.junit.Test
+
+import static org.junit.Assert.assertEquals
+
+class ServiceClassTemplateTest {
+
+	@Test
+	def testGeneration() {
+		var model = TestFunctionblockModelFactory.populateFBmodelWithProperties();
+
+		var result = new ServiceClassTemplate().getContent(model);
+		assertEquals(fetchExpected, result);
+	}
+
+	private def String fetchExpected() {
+		'''package com.bosch.iot.fridge.service;
+
+import java.util.logging.Logger;	
+			
+import javax.ws.rs.GET;
+import javax.ws.rs.PUT;
+import javax.ws.rs.Path;
+import javax.ws.rs.Produces;
+import javax.ws.rs.core.MediaType;
+
+import com.bosch.iot.fridge.model.Fridge;
+
+@Path("/Fridge")
+public class FridgeService {	
+	private static Logger logger = Logger.getLogger("Fridge"); 		
+	private static Fridge fridgeinstance = new Fridge();
+
+	@GET
+	@Path("/instance")
+	@Produces(MediaType.APPLICATION_JSON)
+	public Fridge getInstance(){
+		return fridgeinstance ;			
+	}		
+								
+	/**
+	 * Turn device on
+	 */
+	@PUT
+	@Path("/on")					 
+	public void on() {
+		//Please handle your operation here
+		logger.info("on invoked");				
+	}				
+				
+	/**
+	 * Turn device off
+	 */
+	@PUT
+	@Path("/Off")					 
+	public void Off() {
+		//Please handle your operation here
+		logger.info("Off invoked");				
+	}				
+				
+	/**
+	 * Toggle device
+	 */
+	@PUT
+	@Path("/Toggle")					 
+	public void Toggle() {
+		//Please handle your operation here
+		logger.info("Toggle invoked");				
+	}				
+				
+}'''
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/StatusClassTemplateTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/StatusClassTemplateTest.xtend
new file mode 100644
index 0000000..0361b22
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/StatusClassTemplateTest.xtend
@@ -0,0 +1,143 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tests.templates
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.StatusClassTemplate
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory
+import org.junit.Test
+
+import static org.junit.Assert.assertEquals
+
+class StatusClassTemplateTest {
+
+	@Test
+	def testGeneration() {
+		var model = TestFunctionblockModelFactory.populateFBmodelWithProperties();
+
+		var result = new StatusClassTemplate().getContent(model);
+		assertEquals(fetchExpected, result);
+	}
+
+	private def String fetchExpected() {
+		'''package com.bosch.iot.fridge.model;
+
+import org.codehaus.jackson.map.annotate.JsonSerialize;
+
+@JsonSerialize
+public class FridgeStatus {			
+
+	private String testString = "";
+
+	public String getTestString() {
+		return testString;
+	}
+			
+	public void setTestString(String testString) {
+		this.testString = testString;
+	}		
+
+	private short testShort = 0;
+
+	public short getTestShort() {
+		return testShort;
+	}
+			
+	public void setTestShort(short testShort) {
+		this.testShort = testShort;
+	}		
+
+	private int testInt = 0;
+
+	public int getTestInt() {
+		return testInt;
+	}
+			
+	public void setTestInt(int testInt) {
+		this.testInt = testInt;
+	}		
+
+	private long testLong = 0;
+
+	public long getTestLong() {
+		return testLong;
+	}
+			
+	public void setTestLong(long testLong) {
+		this.testLong = testLong;
+	}		
+
+	private float testFloat = 0;
+
+	public float getTestFloat() {
+		return testFloat;
+	}
+			
+	public void setTestFloat(float testFloat) {
+		this.testFloat = testFloat;
+	}		
+
+	private double testDouble = 0;
+
+	public double getTestDouble() {
+		return testDouble;
+	}
+			
+	public void setTestDouble(double testDouble) {
+		this.testDouble = testDouble;
+	}		
+
+	private java.util.Date testDatetime = java.util.Calendar.getInstance().getTime();
+
+	public java.util.Date getTestDatetime() {
+		return testDatetime;
+	}
+			
+	public void setTestDatetime(java.util.Date testDatetime) {
+		this.testDatetime = testDatetime;
+	}		
+
+	private byte testByte = 0;
+
+	public byte getTestByte() {
+		return testByte;
+	}
+			
+	public void setTestByte(byte testByte) {
+		this.testByte = testByte;
+	}		
+
+	private byte[] testBase64 = new byte[]{};
+
+	public byte[] getTestBase64() {
+		return testBase64;
+	}
+			
+	public void setTestBase64(byte[] testBase64) {
+		this.testBase64 = testBase64;
+	}		
+
+	private boolean testBoolean = false;
+
+	public boolean getTestBoolean() {
+		return testBoolean;
+	}
+			
+	public void setTestBoolean(boolean testBoolean) {
+		this.testBoolean = testBoolean;
+	}		
+}'''
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/WebXmlTemplateTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/WebXmlTemplateTest.xtend
new file mode 100644
index 0000000..897a19b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/codegen/examples/webdevice/tests/templates/WebXmlTemplateTest.xtend
@@ -0,0 +1,58 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tests.templates
+
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.WebXmlTemplate
+import org.eclipse.vorto.codegen.examples.webdevice.tests.tasks.TestFunctionblockModelFactory
+import org.junit.Test
+
+import static org.junit.Assert.assertEquals
+
+class WebXmlTemplateTest {
+
+	@Test
+	def testGeneration() {
+		var model = TestFunctionblockModelFactory.populateFBmodelWithProperties();
+
+		var result = new WebXmlTemplate().getContent(model);
+		assertEquals(fetchExpected, result);
+	}
+
+	private def String fetchExpected() {
+		'''<web-app id="Fridge" version="2.4"
+	xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
+	http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+	<display-name>Sample Rest Service Generated from Sample REST Generator</display-name>
+
+	<servlet>
+		<servlet-name>jersey-serlvet</servlet-name>
+		<servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class>		
+        <init-param>
+            <param-name>com.sun.jersey.api.json.POJOMappingFeature</param-name>
+            <param-value>true</param-value>
+        </init-param>			
+		<load-on-startup>1</load-on-startup>
+	</servlet>
+	
+	<servlet-mapping>
+		<servlet-name>jersey-serlvet</servlet-name>
+		<url-pattern>/service/*</url-pattern>
+	</servlet-mapping>
+
+</web-app>'''
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/AllEditorTests.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/AllEditorTests.java
new file mode 100644
index 0000000..35a50c7
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/AllEditorTests.java
@@ -0,0 +1,33 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor;
+
+import org.eclipse.vorto.fbeditor.tests.formatter.FbDslFormatterTest;
+import org.eclipse.vorto.fbeditor.tests.validator.FbConstraintValidationTest;
+import org.eclipse.vorto.fbeditor.tests.validator.FbValidatorTest;
+import org.junit.runner.RunWith;
+import org.junit.runners.Suite;
+import org.junit.runners.Suite.SuiteClasses;
+
+@RunWith(Suite.class)
+@SuiteClasses({
+	FbDslFormatterTest.class,
+	FbConstraintValidationTest.class,
+	FbValidatorTest.class,
+})
+public class AllEditorTests {
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/FunctionblockInjectorProvider.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/FunctionblockInjectorProvider.java
new file mode 100644
index 0000000..2e5d7b4
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/FunctionblockInjectorProvider.java
@@ -0,0 +1,59 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *  
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *  
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *******************************************************************************/
+/*
+* generated by Xtext
+*/
+package org.eclipse.vorto.fbeditor;
+
+import org.eclipse.xtext.junit4.GlobalRegistries;
+import org.eclipse.xtext.junit4.GlobalRegistries.GlobalStateMemento;
+import org.eclipse.xtext.junit4.IInjectorProvider;
+import org.eclipse.xtext.junit4.IRegistryConfigurator;
+
+import com.google.inject.Injector;
+
+public class FunctionblockInjectorProvider implements IInjectorProvider, IRegistryConfigurator {
+	
+    protected GlobalStateMemento stateBeforeInjectorCreation;
+	protected GlobalStateMemento stateAfterInjectorCreation;
+	protected Injector injector;
+
+	static {
+		GlobalRegistries.initializeDefaults();
+	}
+
+	public Injector getInjector()
+	{
+		if (injector == null) {
+			stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
+			this.injector = internalCreateInjector();
+			stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
+		}
+		return injector;
+	}
+	
+	protected Injector internalCreateInjector() {
+	    return new FunctionblockStandaloneSetup().createInjectorAndDoEMFRegistration();
+	}
+
+	public void restoreRegistry() {
+		stateBeforeInjectorCreation.restoreGlobalState();
+	}
+
+	public void setupRegistry() {
+		getInjector();
+		stateAfterInjectorCreation.restoreGlobalState();
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/FunctionblockUiInjectorProvider.java b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/FunctionblockUiInjectorProvider.java
new file mode 100644
index 0000000..428bfe2
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/FunctionblockUiInjectorProvider.java
@@ -0,0 +1,30 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *  
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *  
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *******************************************************************************/
+/*
+* generated by Xtext
+*/
+package org.eclipse.vorto.fbeditor;
+
+import org.eclipse.xtext.junit4.IInjectorProvider;
+
+import com.google.inject.Injector;
+
+public class FunctionblockUiInjectorProvider implements IInjectorProvider {
+	
+	public Injector getInjector() {
+		return org.eclipse.vorto.fbeditor.ui.internal.FunctionblockActivator.getInstance().getInjector("org.eclipse.vorto.fbeditor.Functionblock");
+	}
+	
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/tests/formatter/FbDslFormatterTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/tests/formatter/FbDslFormatterTest.xtend
new file mode 100644
index 0000000..f75dcc7
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/tests/formatter/FbDslFormatterTest.xtend
@@ -0,0 +1,715 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.fbeditor.tests.formatter
+
+import com.google.inject.Inject
+import org.eclipse.vorto.fbeditor.FunctionblockInjectorProvider
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl
+import org.eclipse.xtext.formatting.INodeModelFormatter
+import org.eclipse.xtext.junit4.AbstractXtextTests
+import org.eclipse.xtext.junit4.InjectWith
+import org.eclipse.xtext.junit4.XtextRunner
+import org.eclipse.xtext.junit4.util.ParseHelper
+import org.eclipse.xtext.resource.XtextResource
+import org.junit.BeforeClass
+import org.junit.Test
+import org.junit.runner.RunWith
+
+@RunWith(typeof(XtextRunner))
+@InjectWith(typeof(FunctionblockInjectorProvider))
+class FbDslFormatterTest extends AbstractXtextTests {
+
+	@Inject extension ParseHelper<FunctionblockModel> parserHelper;
+	@Inject extension INodeModelFormatter formatter;
+
+	@BeforeClass
+	def static void initializeModel() {
+		FunctionblockPackageImpl.init();
+	}
+	
+	@Test
+	def void testFormattingForBasicBlock() {
+		val expectedText = '''
+		functionblock BasicFunctionBlock {
+			displayname "BasicFunctionBlock"
+			description "A Basic desription."
+			vendor www.bosch.com
+			category demo
+			version 2.1.1
+		
+			configuration {
+				mandatory strproperty as string "Demo property"
+				optional intproperty as string "Demo property"
+			}
+		
+			status {
+				mandatory currentStatus as string "Demo Status"
+			}
+		
+			fault {
+				mandatory faultProperty as string
+			}
+		
+			operations {
+				start(param as string)
+			}
+		
+		}'''
+		val rawText = '''functionblock BasicFunctionBlock { displayname "BasicFunctionBlock" description "A Basic desription." vendor
+		www.bosch.com category demo version 2.1.1 configuration { mandatory strproperty as string "Demo property" optional intproperty as
+			string "Demo property" }  status {
+			mandatory currentStatus as string "Demo Status" } fault { mandatory faultProperty as string }  operations { start(param as string) }}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testFormattingWithManyElements() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+			configuration {
+				mandatory str as string "description"
+				mandatory intprop as int "description"
+			}
+		
+			status {
+				optional stat as COLOR "Demo"
+				mandatory somethingelse as int "int property"
+			}
+		
+			fault {
+				mandatory opt as Simple "Demo"
+				mandatory withconstraint as int <MIN 1,MAX 100>
+			}
+		
+			operations {
+				start(param as string,onemore as int) "starting"
+				stopping(param as string)
+			}
+		
+		}
+		
+		entity Simple {
+			mandatory randomProperty as string
+		}
+		
+		enum COLOR {
+			RED,
+			GREEN,
+			BLUE
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock
+		{
+		displayname "ComplexFunctionBlock"
+		description "Complex Function block description"
+		vendor www.bosch.com
+		category complexcategory
+		version 1.1.1
+		
+		configuration 
+		{
+		mandatory str as string "description"
+		mandatory intprop as int "description"
+		}
+		
+		status
+		{
+		optional stat as COLOR "Demo"
+		mandatory somethingelse as int "int property"
+		}
+		
+		fault
+		{
+		mandatory opt as Simple "Demo"
+		mandatory withconstraint as int <MIN 1 , MAX 100>
+		}
+		
+		operations
+		{
+		start(param as string , onemore as int) "starting"
+		stopping(param as string)
+		}
+		
+		}
+		
+		entity Simple
+		{
+		mandatory randomProperty as string
+		}
+		
+		enum COLOR {
+		RED , GREEN , BLUE
+		}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testSingleTabIndendation() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+			configuration {
+			}
+		
+			status {
+			}
+		
+			fault {
+			}
+		
+			operations {
+			}
+		
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+			configuration {
+			}
+		
+			status {
+			}
+		
+			fault {
+			}
+		
+			operations {
+			}
+		
+		}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testNoDoubleIndendation() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock {
+				displayname "ComplexFunctionBlock"
+				description "Complex Function block description"
+				vendor www.bosch.com
+				category complexcategory
+				version 1.1.1	
+		
+		}'''
+		expectedText.assertNotFormattedAs(rawText)
+	}
+
+	@Test
+	def void testSameLineBraces() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+			configuration {
+			}
+		
+			status {
+			}
+		
+			fault {
+			}
+		
+			operations {
+			}
+		
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock
+		{
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+			configuration
+			
+			{
+			}
+		
+			status
+		{
+			}
+		
+			fault
+		{
+		}
+		
+			operations
+			{}}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testEnumWithLineBreaks() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+		}
+		
+		enum COLOR {
+			RED,
+			GREEN,
+			BLUE
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock
+		{
+		}
+		enum COLOR {RED , GREEN , BLUE}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testNoSpaceBetweenParameters() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+			configuration {
+			}
+		
+			status {
+			}
+		
+			fault {
+			}
+		
+			operations {
+				start(param as string,onemore as int) "starting"
+				stopping(param as string,morespaceparam as int)
+			}
+		
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+			configuration {
+			}
+			status {
+			}
+			fault {
+			}
+			operations {
+				start(param as string , onemore as int) "starting"
+				stopping ( param as string , morespaceparam as int )
+			}
+		}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testNoSpaceBetweenConstraints() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+			configuration {
+			}
+		
+			status {
+			}
+		
+			fault {
+				mandatory withconstraint as int <MIN 1,MAX 100>
+				mandatory propB as string <REGEX "[a-z]",STRLEN 4>
+				mandatory propC as float <MAX 199.1,MIN 120.2>
+			}
+		
+			operations {
+			}
+		
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock
+		{
+		displayname "ComplexFunctionBlock"
+		description "Complex Function block description"
+		vendor www.bosch.com
+		category complexcategory
+		version 1.1.1
+		configuration {}
+		status{}
+		
+		fault
+		{
+		mandatory withconstraint as int <MIN 1 , MAX 100>
+		mandatory propB as string <REGEX  "[a-z]"   ,    STRLEN    4>
+		mandatory propC as float <MAX    199.1   ,    MIN    120.2>
+		}
+		operations {}
+		}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testOneLineBreakBetweenSections() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+			configuration {
+				mandatory str as string "description"
+				mandatory intprop as int "description"
+			}
+		
+		status {
+		optional stat as COLOR "Demo"
+		mandatory somethingelse as int "int property"
+		}
+		
+			fault {
+				mandatory opt as Simple "Demo"
+				mandatory withconstraint as int <MIN 1,MAX 100>
+			}
+		
+			operations {
+				start(param as string,onemore as int) "starting"
+				stopping(param as string)
+			}
+		
+		}
+		
+		entity Simple {
+			mandatory randomProperty as string
+		}
+		
+		enum COLOR {
+			RED,
+			GREEN,
+			BLUE
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+			configuration {
+				mandatory str as string "description"
+				mandatory intprop as int "description"
+			}
+			status {
+				mandatory stat as string "Demo"
+			}
+			fault {
+				mandatory opt as Simple "Demo"
+				mandatory withconstraint as int <MIN 1,MAX 100>
+			}
+			operations {
+				start(param as string,onemore as int) "starting"
+				stopping(param as string)
+			}
+		}
+		entity Simple {
+			mandatory randomProperty as string
+		}
+		enum COLOR {
+			RED,
+			GREEN,
+			BLUE
+		}'''
+		expectedText.assertNotFormattedAs(rawText)
+	}
+	
+	@Test
+	def void testFormattingWithOnlyFbMetadata() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+		
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock {
+		displayname "ComplexFunctionBlock"
+		description "Complex Function block description"
+		vendor www.bosch.com
+		category complexcategory
+		version 1.1.1
+		}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testFormattingWithOptionalConfigurationProperty() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+
+			configuration {
+				optional str as string "description"
+				optional intprop as int "description"
+			}
+		
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock {
+		displayname "ComplexFunctionBlock"
+		description "Complex Function block description"
+		vendor www.bosch.com
+		category complexcategory
+		version 1.1.1
+		
+		configuration {
+		optional str as string "description"
+		optional intprop as int "description"
+		}
+		}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testFormattingWithOptionalMandatoryConfigurationAndStatusProperty() {
+		val expectedText = '''
+		functionblock ComplexFunctionBlock {
+			displayname "ComplexFunctionBlock"
+			description "Complex Function block description"
+			vendor www.bosch.com
+			category complexcategory
+			version 1.1.1
+
+			configuration {
+				optional str as string "description"
+				optional intprop as int "description"
+			}
+		
+			status {
+				optional str as string "description"
+				mandatory intprop as int "description"
+			}
+		
+		}'''
+		
+		val rawText = '''
+		functionblock ComplexFunctionBlock {
+		displayname "ComplexFunctionBlock"
+		description "Complex Function block description"
+		vendor www.bosch.com
+		category complexcategory
+		version 1.1.1
+		
+		configuration {
+		optional str as string "description"
+		optional intprop as int "description"
+		}
+
+		status {
+		optional str as string "description"
+		mandatory intprop as int "description"
+		}
+		}'''
+		rawText.assertFormattedAs(expectedText)
+	}
+	
+	@Test
+	def void testFormattingWithEvents() {
+				val expectedText = '''
+		functionblock Sample {
+			displayname "Sample"
+			description "Function block model for Sample"
+			vendor www.bosch.com
+			category demo
+			version 1.0.0
+		
+			configuration {
+				mandatory testconfig as string
+			}
+		
+			status {
+				mandatory teststatus as string
+			}
+		
+			fault {
+				optional testfault as string
+			}
+		
+			events {
+				testEvent {
+					mandatory test as string
+				}
+		
+				refreshevent {
+					mandatory refresh as string
+				}
+		
+			}
+		
+			operations {
+				simpleOperation()
+				complexOperation(arg1 as string,arg2 as int)
+			}
+		
+		}'''
+		
+		val rawText = '''
+		functionblock Sample { displayname "Sample" description "Function block model for Sample" vendor www.bosch.com category demo version 1.0.0
+
+			configuration { mandatory testconfig as string }
+
+			status { mandatory teststatus as string }
+
+			fault { optional testfault as string }
+
+			events { testEvent { mandatory test as string }
+
+				refreshevent { mandatory refresh as string }
+
+			}
+
+			operations { simpleOperation() complexOperation(arg1 as string,arg2 as int) }
+		}'''
+		
+		rawText.assertFormattedAs(expectedText)
+		
+	}
+	
+	@Test
+	def void testFormattingWithEmptyEvents() {
+				val expectedText = '''
+		functionblock Sample {
+			displayname "Sample"
+			description "Function block model for Sample"
+			vendor www.bosch.com
+			category demo
+			version 1.0.0
+		
+			configuration {
+				mandatory testconfig as string
+			}
+		
+			status {
+				mandatory teststatus as string
+			}
+		
+			fault {
+				optional testfault as string
+			}
+		
+			events {
+				testEvent {
+				}
+		
+				refreshevent {
+				}
+		
+			}
+		
+			operations {
+				simpleOperation()
+				complexOperation(arg1 as string,arg2 as int)
+			}
+		
+		}'''
+		
+		val rawText = '''
+		functionblock Sample { displayname "Sample" description "Function block model for Sample" vendor www.bosch.com category demo version 1.0.0
+
+			configuration { mandatory testconfig as string }
+
+			status { mandatory teststatus as string }
+
+			fault { optional testfault as string }
+
+			events { testEvent {}
+
+				refreshevent {}
+
+			}
+
+			operations { simpleOperation() complexOperation(arg1 as string,arg2 as int) }
+		}'''
+		
+		rawText.assertFormattedAs(expectedText)
+		
+	}
+	
+
+	def void assertFormattedAs(CharSequence input, CharSequence expected) {
+		val expectedText = expected.toString
+		val formattedText = (input.parse.eResource as XtextResource).parseResult.rootNode.format(0, input.length).formattedText
+		assertEquals(expectedText, formattedText)
+	}
+
+	def void assertNotFormattedAs(CharSequence input, CharSequence unexpected) {
+		val unExpectedText = unexpected.toString
+		val formattedText = (input.parse.eResource as XtextResource).parseResult.rootNode.format(0, input.length).formattedText
+		assertNotEquals(unExpectedText, formattedText)
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/tests/validator/FbConstraintValidationTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/tests/validator/FbConstraintValidationTest.xtend
new file mode 100644
index 0000000..67a39c9
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/tests/validator/FbConstraintValidationTest.xtend
@@ -0,0 +1,606 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.fbeditor.tests.validator
+
+import org.eclipse.vorto.fbeditor.FunctionblockStandaloneSetup
+import org.eclipse.vorto.fbeditor.internal.validation.ConstraintValidatorFactory
+import org.eclipse.vorto.fbeditor.validation.FunctionblockValidator
+import org.eclipse.vorto.fbeditor.internal.validation.SystemMessage
+import org.eclipse.vorto.fbeditor.internal.validation.validator.PropertyConstraintMappingValidation
+import org.eclipse.vorto.functionblock.ConstraintIntervalType
+import org.eclipse.vorto.functionblock.FunctionblockFactory
+import org.eclipse.vorto.functionblock.PrimitiveType
+import org.eclipse.xtext.junit4.AbstractXtextTests
+import org.eclipse.xtext.junit4.validation.ValidatorTester
+import org.junit.Test
+
+class FbConstraintValidationTest extends AbstractXtextTests {
+	
+	private ValidatorTester<FunctionblockValidator> tester;
+	
+	def override void setUp() throws Exception {
+		super.setUp();
+		with(FunctionblockStandaloneSetup);
+		var validator = get(FunctionblockValidator);
+		tester = new ValidatorTester<FunctionblockValidator>(validator, getInjector());
+	}
+	
+	@Test
+	def test_Constraint_INT_IntValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.INT);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('22')
+		
+		prop.constraints.add(constraint1)
+		
+		var constraint2 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint2.setType(ConstraintIntervalType.MIN)
+		constraint2.setConstraintValues('1')
+		
+		prop.constraints.add(constraint2)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator.evaluateValueType(PrimitiveType.INT,constraint1))
+		assertEquals("",validator.getErrorMessage()) 
+		
+		var validator2 = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator2.evaluateValueType(PrimitiveType.INT,constraint2))
+		assertEquals("",validator2.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_Constraint_Float_FloatValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.FLOAT);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('2.2')
+		
+		prop.constraints.add(constraint1)
+		
+		var constraint2 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint2.setType(ConstraintIntervalType.MIN)
+		constraint2.setConstraintValues('1')
+		
+		prop.constraints.add(constraint2)
+		
+		var validator1 = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator1.evaluateValueType(PrimitiveType.FLOAT,constraint1))
+		assertEquals("",validator1.getErrorMessage()) 
+		
+		var validator2 = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator2.evaluateValueType(PrimitiveType.FLOAT,constraint2))
+		assertEquals("",validator2.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_Constraint_String_StrValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.STRING);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.REGEX)
+		constraint1.setConstraintValues('[A..B]')
+		
+		prop.constraints.add(constraint1)
+		
+		var constraint2 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint2.setType(ConstraintIntervalType.STRLEN)
+		constraint2.setConstraintValues('11')
+		
+		prop.constraints.add(constraint2)
+		
+		var validator1 = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator1.evaluateValueType(PrimitiveType.STRING,constraint1))
+		assertEquals("",validator1.getErrorMessage()) 
+		
+		var validator2 = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator2.evaluateValueType(PrimitiveType.STRING,constraint2))
+		assertEquals("",validator2.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_Constraint_Datetime_DtValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.DATETIME);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('2002-05-30T09:30:10+06:00')
+		
+		prop.constraints.add(constraint1)
+		
+		var constraint2 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint2.setType(ConstraintIntervalType.MIN)
+		constraint2.setConstraintValues('2002-04-30T01:30:10+06:00')
+		
+		prop.constraints.add(constraint2)
+		
+		var validator1 = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator1.evaluateValueType(prop.type,constraint1))
+		assertEquals("",validator1.getErrorMessage()) 
+		
+		var validator2 = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator2.evaluateValueType(prop.type,constraint2))
+		assertEquals("",validator2.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_Constraint_Datetime_Wrong_DtValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.DATETIME);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('2002-05-30T09:30:10')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator1 = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator1.evaluateValueType(prop.type,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_DATETIME,validator1.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_DATETIME)
+	}
+	
+	@Test
+	def test_Constraint_Boolean_NoConstraint(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.BOOLEAN);		
+				
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK
+	}
+	
+	
+	@Test
+	def test_Constraint_INT_MAX_StrValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.INT);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('abc')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator.evaluateValueType(PrimitiveType.INT,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_INT,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_INT);
+	}
+	
+	@Test
+	def test_Constraint_Float_MAX_StrValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.FLOAT);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('abc')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator.evaluateValueType(PrimitiveType.FLOAT,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_FLOAT,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_FLOAT);
+	}
+	
+	@Test
+	def test_Constraint_DateTime_MIN_IntValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.DATETIME);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MIN)
+		constraint1.setConstraintValues('211')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator.evaluateValueType(PrimitiveType.DATETIME,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_DATETIME,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_DATETIME);
+	}
+	
+	@Test
+	def test_Constraint_Str_StrLen_FloatValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.STRING);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.STRLEN)
+		constraint1.setConstraintValues('21.1')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator.evaluateValueType(PrimitiveType.STRING,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_INT,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_INT);
+		
+	}
+
+	@Test
+	def test_Constraint_Boolean_Max_StrValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.BOOLEAN);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('sadfasfa')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator.evaluateValueType(PrimitiveType.STRING,constraint1))
+		
+		var validat = new PropertyConstraintMappingValidation(); 
+		assertFalse(validat.checkPropertyConstraints(PrimitiveType.BOOLEAN,constraint1))	
+		assertEquals(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID,validat.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID);
+		
+	}
+	
+	@Test
+	def test_Constraint_StringProperty_MIN() {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.STRING);		
+
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint1.setType(ConstraintIntervalType.MIN)
+		prop.constraints.add(constraint1)
+		
+		var validator = new PropertyConstraintMappingValidation(); 
+		assertFalse(validator.checkPropertyConstraints(PrimitiveType.STRING,constraint1))	
+		assertEquals(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID);
+	}
+	
+	@Test
+	def test_Constraint_IntProperty_RegeX() {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.INT);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint1.setType(ConstraintIntervalType.REGEX)
+		prop.constraints.add(constraint1)
+		
+		var validator = new PropertyConstraintMappingValidation(); 
+		assertFalse(validator.checkPropertyConstraints(PrimitiveType.INT,constraint1))	
+		assertEquals(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID);
+	}
+	
+	@Test
+	def test_Constraint_IntProperty_Max_NegValue() {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.INT);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.constraintValues = '-1111'
+		prop.constraints.add(constraint1)
+		
+		var validator = new PropertyConstraintMappingValidation(); 
+		assertTrue(validator.checkPropertyConstraints(PrimitiveType.INT,constraint1))	
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_Constraint_BoolProperty_Min() {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.BOOLEAN);		
+				
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint1.setType(ConstraintIntervalType.MIN)
+		prop.constraints.add(constraint1)
+		
+		var validator = new PropertyConstraintMappingValidation(); 
+		assertFalse(validator.checkPropertyConstraints(PrimitiveType.BOOLEAN,constraint1))	
+		assertEquals(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID);
+	}
+	
+	@Test
+	def test_Constraint_ShortProperty_MAX_StrValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.SHORT);		
+				
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('abc')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator.evaluateValueType(PrimitiveType.SHORT,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_SHORT,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_SHORT);
+	}
+	
+	@Test
+	def test_Constraint_ShortProperty_MIN_OutOfRange(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.SHORT);		
+				
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MIN)
+		constraint1.setConstraintValues('32800')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator.evaluateValueType(PrimitiveType.SHORT,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_SHORT,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_SHORT);
+	}
+	
+	@Test
+	def test_Constraint_ShortProperty_MAX_OutOfRange_Negative(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.SHORT);		
+				
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('-32800')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator.evaluateValueType(PrimitiveType.SHORT,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_SHORT,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_SHORT);
+	}
+	
+	@Test
+	def test_Constraint_ShortProperty_MIN_NegValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.SHORT);		
+				
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MIN)
+		constraint1.setConstraintValues('-111')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator.evaluateValueType(PrimitiveType.SHORT,constraint1))
+		assertEquals("",validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_Constraint_LongProperty_RegeX() {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.LONG);		
+				
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint1.setType(ConstraintIntervalType.REGEX)
+		prop.constraints.add(constraint1)
+		
+		var validator = new PropertyConstraintMappingValidation(); 
+		assertFalse(validator.checkPropertyConstraints(PrimitiveType.LONG,constraint1))	
+		assertEquals(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID);
+	}
+	
+	@Test
+	def test_Constraint_Base64BinaryProperty_NoConstraint() {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.BASE64_BINARY);		
+				
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_Constraint_Base64BinaryProperty_Min() {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.BASE64_BINARY);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint1.setType(ConstraintIntervalType.MIN)
+		prop.constraints.add(constraint1)
+		
+		var validator = new PropertyConstraintMappingValidation(); 
+		assertFalse(validator.checkPropertyConstraints(prop.type,constraint1))	
+		assertEquals(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID);
+	}
+	
+	@Test
+	def test_Constraint_DoubleProperty_Strlen() {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.DOUBLE);		
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint1.setType(ConstraintIntervalType.STRLEN)
+		prop.constraints.add(constraint1)
+		
+		var validator = new PropertyConstraintMappingValidation(); 
+		assertFalse(validator.checkPropertyConstraints(PrimitiveType.DOUBLE,constraint1))	
+		assertEquals(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID);
+	}
+	
+	@Test
+	def test_Constraint_DoubleProperty_Max_NegValue() {
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.DOUBLE);		
+			
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.constraintValues = '-11.11'
+		prop.constraints.add(constraint1)
+		
+		var validator = new PropertyConstraintMappingValidation(); 
+		assertTrue(validator.checkPropertyConstraints(PrimitiveType.DOUBLE,constraint1))	
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK
+	}
+	
+	
+	@Test
+	def test_Constraint_ByteProperty_MAX_StrValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.BYTE);		
+				
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MAX)
+		constraint1.setConstraintValues('abc')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator.evaluateValueType(PrimitiveType.BYTE,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_BYTE,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_BYTE);
+	}
+	
+	@Test
+	def test_Constraint_ByteProperty_MIN_OutOfRange(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.BYTE);		
+				
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MIN)
+		constraint1.setConstraintValues('128')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertFalse(validator.evaluateValueType(PrimitiveType.BYTE,constraint1))
+		assertEquals(SystemMessage.ERROR_CONSTRAINT_VALUE_BYTE,validator.getErrorMessage()) 
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_CONSTRAINT_VALUE_BYTE);
+	}
+	
+	@Test
+	def test_Constraint_ByteProperty_MIN_NegValue(){
+		var prop = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+		prop.setType(PrimitiveType.BYTE);		
+				
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		
+		constraint1.setType(ConstraintIntervalType.MIN)
+		constraint1.setConstraintValues('-128')
+		
+		prop.constraints.add(constraint1)
+		
+		var validator = ConstraintValidatorFactory.getValueValidator(constraint1.type);
+		
+		assertTrue(validator.evaluateValueType(PrimitiveType.BYTE,constraint1));
+		
+		tester.validator().checkConstraint(prop);
+		tester.diagnose().assertOK();
+	}
+				
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/tests/validator/FbValidatorTest.xtend b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/tests/validator/FbValidatorTest.xtend
new file mode 100644
index 0000000..69c90e7
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.tests/src/org/eclipse/vorto/fbeditor/tests/validator/FbValidatorTest.xtend
@@ -0,0 +1,416 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.fbeditor.tests.validator
+
+import org.eclipse.vorto.fbeditor.FunctionblockStandaloneSetup
+import org.eclipse.vorto.fbeditor.validation.FunctionblockValidator
+import org.eclipse.vorto.fbeditor.internal.validation.SystemMessage
+import org.eclipse.vorto.functionblock.ConstraintIntervalType
+import org.eclipse.vorto.functionblock.FunctionblockFactory
+import org.eclipse.vorto.functionblock.PrimitiveType
+import org.eclipse.xtext.junit4.AbstractXtextTests
+import org.eclipse.xtext.junit4.validation.ValidatorTester
+import org.junit.Test
+
+class FbValidatorTest extends AbstractXtextTests {
+	
+	private ValidatorTester<FunctionblockValidator> tester;
+	
+	def override void setUp() throws Exception {
+		super.setUp();
+		with(FunctionblockStandaloneSetup);
+		var validator = get(FunctionblockValidator);
+		tester = new ValidatorTester<FunctionblockValidator>(validator, getInjector());
+	}
+	
+	@Test
+	def test_Duplicated_Entity() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		
+		var entity1 = FunctionblockFactory.eINSTANCE.createEntity();
+		entity1.setName("abc");
+		
+		var entity2 = FunctionblockFactory.eINSTANCE.createEntity();
+		entity2.setName("abc");
+		
+		fbmodel.getElements().add(entity1);
+		fbmodel.getElements().add(entity2);
+		
+		tester.validator().checkDuplicateEntityName(entity1);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_DUPLICATED_ENTITY_NAME);
+	}
+	
+	@Test
+	def test_Duplicated_OperationName() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		
+		var op1=FunctionblockFactory.eINSTANCE.createOperation();
+		op1.setMethodName("on");
+		
+		var op2=FunctionblockFactory.eINSTANCE.createOperation();
+		op2.setMethodName("on");
+		
+		fbmodel.getFeatures().add(op1);
+		fbmodel.getFeatures().add(op2);
+		
+		tester.validator().checkDuplicateOperation(op1);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_DUPLICATED_METHOD_NAME);
+	}
+	
+	@Test
+	def test_Duplicated_ParameterName() {
+		
+		var operation = FunctionblockFactory.eINSTANCE.createOperation();
+		
+		var param1= FunctionblockFactory.eINSTANCE.createPrimitiveParam()
+		param1.setParamName("ABB");
+		
+		var param2= FunctionblockFactory.eINSTANCE.createPrimitiveParam();
+		param2.setParamName("ABB");
+
+		operation.getParams().add(param1);
+		operation.getParams().add(param2);
+		
+		tester.validator().checkDuplicateParameter(operation);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_DUPLICATED_PARAMETER_NAME);
+	}
+	
+	
+	@Test
+	def test_Duplicated_Feature() {
+		var fbFeature = FunctionblockFactory.eINSTANCE.createFBFeature();
+		
+		var feature = FunctionblockFactory.eINSTANCE.createProperty();
+		feature.setPropName("Test");
+		
+		var feature2 = FunctionblockFactory.eINSTANCE.createProperty();
+		feature2.setPropName("Test");
+		
+		fbFeature.properties.add(feature);
+		fbFeature.properties.add(feature2);
+		
+		tester.validator().checkProperty(feature);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_DUPLICATED_PROPERTY_NAME);
+	}
+	
+	@Test
+	def test_EntityName_CamelCase() {
+		var entity = FunctionblockFactory.eINSTANCE.createEntity();
+		entity.setName("abc");
+		
+		tester.validator().checkEntityName(entity);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_ENTITYNAME_INVALID_CAMELCASE);
+	}
+	
+	@Test
+	def test_EntityName_SuffixReply() {
+		var entity = FunctionblockFactory.eINSTANCE.createEntity();
+		entity.setName("AbcReply");
+		
+		tester.validator().checkEntityName(entity);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_ENTITYNAME_SUFFIX_REPLY);
+	}
+	
+	@Test
+	def test_EntityName_SuffixReply_JustReply() {
+		var entity = FunctionblockFactory.eINSTANCE.createEntity();
+		entity.setName("Reply");
+		
+		tester.validator().checkEntityName(entity);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_ENTITYNAME_SUFFIX_REPLY);
+	}
+	
+	@Test
+	def test_FBName() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		
+		fbmodel.setName("fame")
+		
+		tester.validator().checkFunctionBlockName(fbmodel);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_FBNAME_INVALID);
+	}
+	
+	@Test
+	def test_Property_Name_SuffixTS(){
+		var property = FunctionblockFactory.eINSTANCE.createProperty();
+		property.setPropName("sodaTS")
+		
+		tester.validator().checkPropertyName(property)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_PROPNAME_SUFFIX_TS);
+	}
+	
+	@Test
+	def test_Property_Name_Suffixts(){
+		var feature = FunctionblockFactory.eINSTANCE.createProperty();
+		feature.setPropName("products")
+		
+		tester.validator().checkPropertyName(feature)
+		tester.diagnose().assertOK()
+	}
+	
+	@Test
+	def test_OperationName_Same_EntityName() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		var fb = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		var op1=FunctionblockFactory.eINSTANCE.createOperation();
+		var ent = FunctionblockFactory.eINSTANCE.createEntity()
+		
+		op1.setMethodName("transAction");
+		ent.setName("TransAction")
+		
+		fb.features.add(op1)
+		fbmodel.elements.add(ent)
+		fbmodel.setFunctionblock(fb);
+		
+		tester.validator().checkOpNameAgainstEntityName(op1)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_OPERATION_SAME_ENTITYNAME);
+	}
+	
+	@Test
+	def test_OperationName_Same_EnumName() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		var fb = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		var op1=FunctionblockFactory.eINSTANCE.createOperation();
+		var ent = FunctionblockFactory.eINSTANCE.createEnum()
+		
+		op1.setMethodName("transAction");
+		ent.setName("TransAction")
+		
+		fb.features.add(op1)
+		fbmodel.enums.add(ent)
+		fbmodel.setFunctionblock(fb);
+		
+		tester.validator().checkOpNameAgainstEntityName(op1)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_OPERATION_SAME_ENUMNAME);
+	}
+	
+	@Test
+	def test_OperationName_Diff_EnumName() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		var fb = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		var op1=FunctionblockFactory.eINSTANCE.createOperation();
+		var ent = FunctionblockFactory.eINSTANCE.createEnum()
+		
+		op1.setMethodName("transActionz");
+		ent.setName("TransAction")
+		
+		fb.features.add(op1)
+		fbmodel.enums.add(ent)
+		fbmodel.setFunctionblock(fb);
+		
+		tester.validator().checkOpNameAgainstEntityName(op1)
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_OperationName_Same_EntityName_Multiple_Op() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		var fb = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		var op1=FunctionblockFactory.eINSTANCE.createOperation();
+		var op2=FunctionblockFactory.eINSTANCE.createOperation();
+		var ent = FunctionblockFactory.eINSTANCE.createEntity()
+		var ent1 = FunctionblockFactory.eINSTANCE.createEntity()
+		
+		op1.setMethodName("transAction");
+		op2.setMethodName("action");
+		ent.setName("TransAction")
+		ent1.setName("Trans");
+		
+		fb.features.add(op1)
+		fb.features.add(op2)
+		fbmodel.elements.add(ent)
+		fbmodel.elements.add(ent1)
+		fbmodel.setFunctionblock(fb);
+		
+		tester.validator().checkOpNameAgainstEntityName(op1)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_OPERATION_SAME_ENTITYNAME);
+	}
+	
+	@Test
+	def test_Duplicated_Constraint() {
+		var feature = FunctionblockFactory.eINSTANCE.createPrimitiveProperty();
+				
+		feature.type = PrimitiveType.STRING
+		
+		var constraint1 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint1.type = ConstraintIntervalType.STRLEN
+		feature.constraints.add(constraint1)
+		
+		var constraint2 = FunctionblockFactory.eINSTANCE.createConstraint();
+		constraint2.type = ConstraintIntervalType.STRLEN
+		feature.constraints.add(constraint2)
+		
+		tester.validator().checkDuplicatedConstraint(feature);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_DUPLICATED_CONSTRAINT);
+	}
+	
+	@Test
+	def test_FuncBlock_Version_Valid(){
+		var fb = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		fb.version = "1.1.1-RC"
+		
+		tester.validator().checkVersionPattern(fb)
+		tester.diagnose().assertOK
+		
+		var fb1 = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		fb1.version = "1.1.1"
+		
+		tester.validator().checkVersionPattern(fb1)
+		tester.diagnose().assertOK
+		
+		var fb2 = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		fb2.version = "11.11.11"
+		
+		tester.validator().checkVersionPattern(fb2)
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_FuncBlock_Version_Invalid(){
+		var fb = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		fb.version = "1.1"
+		
+		tester.validator().checkVersionPattern(fb)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_VERSION_PATTERN);
+		
+		var fb1 = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		fb1.version = "1."
+		
+		tester.validator().checkVersionPattern(fb1)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_VERSION_PATTERN);
+		
+		var fb2 = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		fb2.version = "1"
+		
+		tester.validator().checkVersionPattern(fb2)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_VERSION_PATTERN);
+		
+		var fb3 = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		fb3.version = "1.1-RC"
+		
+		tester.validator().checkVersionPattern(fb3)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_VERSION_PATTERN);
+		
+		var fb4 = FunctionblockFactory.eINSTANCE.createFunctionBlock();
+		fb4.version = "1-RC"
+		
+		tester.validator().checkVersionPattern(fb4)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_VERSION_PATTERN);
+	}
+	
+	@Test
+	def test_Duplicated_Enum() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		
+		var enum1 = FunctionblockFactory.eINSTANCE.createEnum();
+		enum1.setName("Abc");
+		
+		var enum2 = FunctionblockFactory.eINSTANCE.createEnum();
+		enum2.setName("Abc");
+		
+		fbmodel.getEnums().add(enum1);
+		fbmodel.getEnums().add(enum2);
+		
+		tester.validator().checkDuplicateEnumName(enum1);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_DUPLICATED_ENUM_NAME);
+	}
+	
+	@Test
+	def test_Enum_Name() {
+		
+		var enum1 = FunctionblockFactory.eINSTANCE.createEnum();
+		enum1.setName("abc");
+		
+		tester.validator().checkEnumName(enum1);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_ENUMNAME_INVALID_CAMELCASE);
+		
+		var enum2 = FunctionblockFactory.eINSTANCE.createEnum();
+		enum2.setName("Abc");
+		
+		tester.validator().checkEnumName(enum2);
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_Duplicated_Literal() {
+		var enum1 = FunctionblockFactory.eINSTANCE.createEnum();
+		enum1.setName("Abc");
+		
+		var literal1 = FunctionblockFactory.eINSTANCE.createEnumLiteral
+		var literal2 = FunctionblockFactory.eINSTANCE.createEnumLiteral
+		
+		literal1.literal = "green"
+		literal2.literal = "green"
+		
+		enum1.enums.add(literal1)
+		enum1.enums.add(literal2)
+		
+		tester.validator().checkDuplicatedLiteral(enum1)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_DUPLICATED_ENUM_LITERAL);
+	}
+	
+	@Test
+	def test_EntityName_Same_EnumName() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		var enm = FunctionblockFactory.eINSTANCE.createEnum()
+		var ent = FunctionblockFactory.eINSTANCE.createEntity()
+		
+		ent.setName("TransAction")
+		enm.setName("TransAction")
+		
+		fbmodel.elements.add(ent)
+		fbmodel.enums.add(enm)
+		
+		tester.validator().checkEnumNameAgainstEntityName(enm)
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_ENTITY_SAME_ENUMNAME);
+	}
+	
+	@Test
+	def test_EntityName_Diff_EnumName() {
+		var fbmodel = FunctionblockFactory.eINSTANCE.createFunctionblockModel();
+		var enm = FunctionblockFactory.eINSTANCE.createEnum()
+		var ent = FunctionblockFactory.eINSTANCE.createEntity()
+		
+		ent.setName("TransAction")
+		enm.setName("TransActionZ")
+		
+		fbmodel.elements.add(ent)
+		fbmodel.enums.add(enm)
+		
+		tester.validator().checkEnumNameAgainstEntityName(enm)
+		tester.diagnose().assertOK
+	}
+	
+	@Test
+	def test_Enum_Empty_Literal() {
+		
+		var enum1 = FunctionblockFactory.eINSTANCE.createEnum();
+		enum1.setName("Abc");
+		
+		tester.validator().checkEnum(enum1);
+		tester.diagnose().assertErrorContains(SystemMessage.ERROR_ENUM_CANNOT_BE_EMPTY);
+		
+		var lit = FunctionblockFactory.eINSTANCE.createEnumLiteral;
+		lit.setLiteral("test")
+		
+		enum1.enums.add(lit)
+		
+		tester.validator().checkEnumName(enum1);
+		tester.diagnose().assertOK
+		
+	}
+	
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/.classpath b/bundles/org.eclipse.vorto.fbeditor.ui/.classpath
new file mode 100644
index 0000000..91d2917
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/.classpath
@@ -0,0 +1,8 @@
+<classpath>
+	<classpathentry kind="src" path="src-gen"/>
+	<classpathentry kind="src" path="xtend-gen"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/.gitignore b/bundles/org.eclipse.vorto.fbeditor.ui/.gitignore
new file mode 100644
index 0000000..184cc00
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/.gitignore
@@ -0,0 +1,7 @@
+/target
+/bin
+/src-gen
+/xtend-gen
+.DS_Store
+/model/generated
+plugin.xml_gen
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/.project b/bundles/org.eclipse.vorto.fbeditor.ui/.project
new file mode 100644
index 0000000..c42b2cf
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.fbeditor.ui</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+	</natures>
+</projectDescription>
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/.settings/org.eclipse.core.resources.prefs b/bundles/org.eclipse.vorto.fbeditor.ui/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/.settings/org.eclipse.m2e.core.prefs b/bundles/org.eclipse.vorto.fbeditor.ui/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 0000000..f897a7f
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/.settings/org.eclipse.xtend.core.Xtend.prefs b/bundles/org.eclipse.vorto.fbeditor.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
new file mode 100644
index 0000000..c71588e
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
@@ -0,0 +1,19 @@
+//outlet.DEFAULT_OUTPUT.sourceFolder.src/main/java.directory=xtend-gen
+//outlet.DEFAULT_OUTPUT.sourceFolder.src/main/java.ignore=false
+//outlet.DEFAULT_OUTPUT.sourceFolder.src/test/java.directory=src/test/generated-sources/xtend
+//outlet.DEFAULT_OUTPUT.sourceFolder.src/test/java.ignore=false
+autobuilding=true
+eclipse.preferences.version=1
+is_project_specific=true
+outlet.DEFAULT_OUTPUT.cleanDirectory=false
+outlet.DEFAULT_OUTPUT.cleanupDerived=true
+outlet.DEFAULT_OUTPUT.createDirectory=true
+outlet.DEFAULT_OUTPUT.derived=true
+outlet.DEFAULT_OUTPUT.description=Output folder for generated Java files
+outlet.DEFAULT_OUTPUT.directory=xtend-gen
+outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true
+outlet.DEFAULT_OUTPUT.installDslAsPrimarySource=false
+outlet.DEFAULT_OUTPUT.keepLocalHistory=false
+outlet.DEFAULT_OUTPUT.name=DEFAULT_OUTPUT
+outlet.DEFAULT_OUTPUT.override=true
+outlet.DEFAULT_OUTPUT.userOutputPerSourceFolder=true
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.vorto.fbeditor.ui/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..cb49af9
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,37 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Vorto Functionblock Editor UI
+Bundle-Vendor: Bosch-SI
+Bundle-Version: 0.1.0
+Bundle-SymbolicName: org.eclipse.vorto.fbeditor.ui; singleton:=true
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.vorto.fbeditor;visibility:=reexport,
+ org.eclipse.vorto.metamodel,
+ org.eclipse.vorto.common,
+ org.eclipse.ui.ide;bundle-version="3.9.0",
+ org.eclipse.compare;bundle-version="3.5.0",
+ org.eclipse.xtext.ui;bundle-version="[2.7.0,3.0.0)",
+ org.eclipse.xtext.builder;bundle-version="[2.7.0,3.0.0)",
+ org.eclipse.xtext.xbase.ui;bundle-version="[2.7.0,3.0.0)",
+ org.eclipse.xtext.common.types.ui;bundle-version="[2.7.0,3.0.0)",
+ org.eclipse.xtext.ui.codetemplates.ui;bundle-version="[2.7.0,3.0.0)",
+ org.eclipse.xtext.ui.shared;bundle-version="[2.7.0,3.0.0)",
+ org.apache.log4j;bundle-version="1.2.0",
+ org.eclipse.core.filesystem;bundle-version="1.4.0",
+ org.apache.commons.lang3;bundle-version="3.1.0",
+ org.apache.commons.io;bundle-version="2.0.1",
+ org.eclipse.ui.editors,
+ org.eclipse.ui,
+ org.eclipse.xtext.xbase.lib,
+ org.antlr.runtime
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Export-Package: org.eclipse.vorto.fbeditor.ui.api.project,
+ org.eclipse.vorto.fbeditor.ui.api.perspectives,
+ org.eclipse.vorto.fbeditor.ui.api.serializer,
+ org.eclipse.vorto.fbeditor.ui.contentassist,
+ org.eclipse.vorto.fbeditor.ui.contentassist.antlr,
+ org.eclipse.vorto.fbeditor.ui.internal,
+ org.eclipse.vorto.fbeditor.ui.quickfix
+Bundle-Activator: org.eclipse.vorto.fbeditor.ui.internal.FunctionblockActivator
+Bundle-ClassPath: templates/,.,icons/
+Import-Package: org.apache.log4j
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/about.html b/bundles/org.eclipse.vorto.fbeditor.ui/about.html
new file mode 100644
index 0000000..c258ef5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2006</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/build.properties b/bundles/org.eclipse.vorto.fbeditor.ui/build.properties
new file mode 100644
index 0000000..0c039c5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/build.properties
@@ -0,0 +1,12 @@
+source.. = src/,\
+           src-gen/,\
+           xtend-gen/
+bin.includes = META-INF/,\
+               .,\
+               plugin.xml,\
+               templates/,\
+               icons/,\
+               about.html
+src.includes = templates/,\
+               icons/
+
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/icons/add.gif b/bundles/org.eclipse.vorto.fbeditor.ui/icons/add.gif
new file mode 100644
index 0000000..7380d7a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/icons/add.gif
Binary files differ
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/icons/fb.png b/bundles/org.eclipse.vorto.fbeditor.ui/icons/fb.png
new file mode 100644
index 0000000..f84bad1
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/icons/fb.png
Binary files differ
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/icons/fb_large.png b/bundles/org.eclipse.vorto.fbeditor.ui/icons/fb_large.png
new file mode 100644
index 0000000..de76d09
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/icons/fb_large.png
Binary files differ
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/icons/start.gif b/bundles/org.eclipse.vorto.fbeditor.ui/icons/start.gif
new file mode 100644
index 0000000..57f4102
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/icons/start.gif
Binary files differ
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/plugin.xml b/bundles/org.eclipse.vorto.fbeditor.ui/plugin.xml
new file mode 100644
index 0000000..7998722
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/plugin.xml
@@ -0,0 +1,483 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<plugin>
+     <extension
+           point="org.eclipse.ui.views">
+        <view
+              class="org.eclipse.vorto.fbeditor.ui.internal.VortoTreeViewPart"
+              id="org.eclipse.vorto.perspectives.vortotreeview"
+              name="Function Block Models"
+              icon="icons/fb_large.png"
+              restorable="true">
+        </view> 
+     </extension>     
+     <extension point="org.eclipse.ui.perspectiveExtensions">
+        <perspectiveExtension targetID="org.eclipse.vorto.perspectives.api.VortoPerspective">
+  	         <view
+	               id="org.eclipse.ui.console.ConsoleView"
+	               relationship="bottom"
+	               ratio="0.8"
+	               relative="org.eclipse.ui.editorss"/>  
+        </perspectiveExtension>      
+     </extension>
+     <extension
+            point="org.eclipse.ui.editors">
+        <editor
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.XtextEditor"
+            contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor"
+            default="true"
+            extensions="fbmodel"
+            id="org.eclipse.vorto.fbeditor.Functionblock"
+            name="Functionblock Editor">
+        </editor>
+    </extension>
+    <extension
+        point="org.eclipse.ui.handlers">
+        <handler
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclarationHandler"
+            commandId="org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclaration">
+            <activeWhen>
+                <reference
+                    definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened">
+                </reference>
+            </activeWhen>
+        </handler>
+        <handler
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.handler.ValidateActionHandler"
+            commandId="org.eclipse.vorto.fbeditor.Functionblock.validate">
+         <activeWhen>
+            <reference
+                    definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened">
+            </reference>
+         </activeWhen>
+      	</handler>
+      	<!-- copy qualified name -->
+        <handler
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedNameHandler"
+            commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName">
+            <activeWhen>
+				<reference definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened" />
+            </activeWhen>
+        </handler>
+        <handler
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedNameHandler"
+            commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName">
+            <activeWhen>
+            	<and>
+            		<reference definitionId="org.eclipse.vorto.fbeditor.Functionblock.XtextEditor.opened" />
+	                <iterate>
+						<adapt type="org.eclipse.xtext.ui.editor.outline.IOutlineNode" />
+					</iterate>
+				</and>
+            </activeWhen>
+        </handler>
+    </extension>
+    <extension point="org.eclipse.core.expressions.definitions">
+        <definition id="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened">
+            <and>
+                <reference definitionId="isActiveEditorAnInstanceOfXtextEditor"/>
+                <with variable="activeEditor">
+                    <test property="org.eclipse.xtext.ui.editor.XtextEditor.languageName" 
+                        value="org.eclipse.vorto.fbeditor.Functionblock" 
+                        forcePluginActivation="true"/>
+                </with>        
+            </and>
+        </definition>
+        <definition id="org.eclipse.vorto.fbeditor.Functionblock.XtextEditor.opened">
+            <and>
+                <reference definitionId="isXtextEditorActive"/>
+                <with variable="activeEditor">
+                    <test property="org.eclipse.xtext.ui.editor.XtextEditor.languageName" 
+                        value="org.eclipse.vorto.fbeditor.Functionblock" 
+                        forcePluginActivation="true"/>
+                </with>        
+            </and>
+        </definition>
+    </extension>
+    <extension
+            point="org.eclipse.ui.preferencePages">
+        <page
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"
+            id="org.eclipse.vorto.fbeditor.Functionblock"
+            name="Functionblock">
+            <keywordReference id="org.eclipse.vorto.fbeditor.ui.keyword_Functionblock"/>
+        </page>
+        <page
+            category="org.eclipse.vorto.fbeditor.Functionblock"
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.syntaxcoloring.SyntaxColoringPreferencePage"
+            id="org.eclipse.vorto.fbeditor.Functionblock.coloring"
+            name="Syntax Coloring">
+            <keywordReference id="org.eclipse.vorto.fbeditor.ui.keyword_Functionblock"/>
+        </page>
+        <page
+            category="org.eclipse.vorto.fbeditor.Functionblock"
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.templates.XtextTemplatePreferencePage"
+            id="org.eclipse.vorto.fbeditor.Functionblock.templates"
+            name="Templates">
+            <keywordReference id="org.eclipse.vorto.fbeditor.ui.keyword_Functionblock"/>
+        </page>
+    </extension>
+    <extension
+            point="org.eclipse.ui.propertyPages">
+        <page
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"
+            id="org.eclipse.vorto.fbeditor.Functionblock"
+            name="Functionblock">
+            <keywordReference id="org.eclipse.vorto.fbeditor.ui.keyword_Functionblock"/>
+            <enabledWhen>
+	            <adapt type="org.eclipse.core.resources.IProject"/>
+			</enabledWhen>
+	        <filter name="projectNature" value="org.eclipse.xtext.ui.shared.xtextNature"/>
+        </page>
+    </extension>
+    <extension
+        point="org.eclipse.ui.keywords">
+        <keyword
+            id="org.eclipse.vorto.fbeditor.ui.keyword_Functionblock"
+            label="Functionblock"/>
+    </extension>
+    <extension
+         point="org.eclipse.ui.commands">
+      <command
+            description="Trigger expensive validation"
+            id="org.eclipse.vorto.fbeditor.Functionblock.validate"
+            name="Validate">
+      </command>
+      <!-- copy qualified name -->
+      <command
+            id="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName"
+            categoryId="org.eclipse.ui.category.edit"
+            description="Copy the qualified name for the selected element"
+            name="Copy Qualified Name">
+      </command>
+      <command
+            id="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName"
+            categoryId="org.eclipse.ui.category.edit"
+            description="Copy the qualified name for the selected element"
+            name="Copy Qualified Name">
+      </command>
+    </extension>
+    <extension point="org.eclipse.ui.menus">
+        <menuContribution
+            locationURI="popup:#TextEditorContext?after=group.edit">
+             <command
+                 commandId="org.eclipse.vorto.fbeditor.Functionblock.validate"
+                 style="push"
+                 tooltip="Trigger expensive validation">
+            <visibleWhen checkEnabled="false">
+                <reference
+                    definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened">
+                </reference>
+            </visibleWhen>
+         </command>  
+         </menuContribution>
+         <!-- copy qualified name -->
+         <menuContribution locationURI="popup:#TextEditorContext?after=copy">
+         	<command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName" 
+         		style="push" tooltip="Copy Qualified Name">
+            	<visibleWhen checkEnabled="false">
+                	<reference definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened" />
+            	</visibleWhen>
+         	</command>  
+         </menuContribution>
+         <menuContribution locationURI="menu:edit?after=copy">
+         	<command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.EditorCopyQualifiedName"
+            	style="push" tooltip="Copy Qualified Name">
+            	<visibleWhen checkEnabled="false">
+                	<reference definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened" />
+            	</visibleWhen>
+         	</command>  
+         </menuContribution>
+         <menuContribution locationURI="popup:org.eclipse.xtext.ui.outline?after=additions">
+			<command commandId="org.eclipse.xtext.ui.editor.copyqualifiedname.OutlineCopyQualifiedName" 
+				style="push" tooltip="Copy Qualified Name">
+         		<visibleWhen checkEnabled="false">
+	            	<and>
+	            		<reference definitionId="org.eclipse.vorto.fbeditor.Functionblock.XtextEditor.opened" />
+						<iterate>
+							<adapt type="org.eclipse.xtext.ui.editor.outline.IOutlineNode" />
+						</iterate>
+					</and>
+				</visibleWhen>
+			</command>
+         </menuContribution>
+    </extension>
+    <extension point="org.eclipse.ui.menus">
+		<menuContribution locationURI="popup:#TextEditorContext?endof=group.find">
+			<command commandId="org.eclipse.xtext.ui.editor.FindReferences">
+				<visibleWhen checkEnabled="false">
+                	<reference definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened">
+                	</reference>
+            	</visibleWhen>
+			</command>
+		</menuContribution>
+	</extension>
+	<extension point="org.eclipse.ui.handlers">
+	    <handler
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.findrefs.FindReferencesHandler"
+            commandId="org.eclipse.xtext.ui.editor.FindReferences">
+            <activeWhen>
+                <reference
+                    definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened">
+                </reference>
+            </activeWhen>
+        </handler>
+    </extension>   
+
+<!-- adding resource factories -->
+
+	<extension
+		point="org.eclipse.emf.ecore.extension_parser">
+		<parser
+			class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.resource.IResourceFactory"
+			type="fbmodel">
+		</parser>
+	</extension>
+	<extension point="org.eclipse.xtext.extension_resourceServiceProvider">
+        <resourceServiceProvider
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.resource.IResourceUIServiceProvider"
+            uriExtension="fbmodel">
+        </resourceServiceProvider>
+    </extension>
+
+
+	<!-- marker definitions for org.eclipse.vorto.fbeditor.Functionblock -->
+	<extension
+	        id="functionblock.check.fast"
+	        name="Functionblock Problem"
+	        point="org.eclipse.core.resources.markers">
+	    <super type="org.eclipse.xtext.ui.check.fast"/>
+	    <persistent value="true"/>
+	</extension>
+	<extension
+	        id="functionblock.check.normal"
+	        name="Functionblock Problem"
+	        point="org.eclipse.core.resources.markers">
+	    <super type="org.eclipse.xtext.ui.check.normal"/>
+	    <persistent value="true"/>
+	</extension>
+	<extension
+	        id="functionblock.check.expensive"
+	        name="Functionblock Problem"
+	        point="org.eclipse.core.resources.markers">
+	    <super type="org.eclipse.xtext.ui.check.expensive"/>
+	    <persistent value="true"/>
+	</extension>
+
+   <extension
+         point="org.eclipse.xtext.builder.participant">
+      <participant
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.builder.IXtextBuilderParticipant"
+            fileExtensions="fbmodel"
+            >
+      </participant>
+   </extension>
+   <extension
+            point="org.eclipse.ui.preferencePages">
+        <page
+            category="org.eclipse.vorto.fbeditor.Functionblock"
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.builder.preferences.BuilderPreferencePage"
+            id="org.eclipse.vorto.fbeditor.Functionblock.compiler.preferencePage"
+            name="Compiler">
+            <keywordReference id="org.eclipse.vorto.fbeditor.ui.keyword_Functionblock"/>
+        </page>
+    </extension>
+    <extension
+            point="org.eclipse.ui.propertyPages">
+        <page
+            category="org.eclipse.vorto.fbeditor.Functionblock"
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.builder.preferences.BuilderPreferencePage"
+            id="org.eclipse.vorto.fbeditor.Functionblock.compiler.propertyPage"
+            name="Compiler">
+            <keywordReference id="org.eclipse.vorto.fbeditor.ui.keyword_Functionblock"/>
+            <enabledWhen>
+	            <adapt type="org.eclipse.core.resources.IProject"/>
+			</enabledWhen>
+	        <filter name="projectNature" value="org.eclipse.xtext.ui.shared.xtextNature"/>
+        </page>
+    </extension>
+
+	<!-- Quick Outline -->
+	<extension
+		point="org.eclipse.ui.handlers">
+		<handler 
+			class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.outline.quickoutline.ShowQuickOutlineActionHandler"
+			commandId="org.eclipse.xtext.ui.editor.outline.QuickOutline">
+			<activeWhen>
+				<reference
+					definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened">
+				</reference>
+			</activeWhen>
+		</handler>
+	</extension>
+	<extension
+		point="org.eclipse.ui.commands">
+		<command
+			description="Open the quick outline."
+			id="org.eclipse.xtext.ui.editor.outline.QuickOutline"
+			name="Quick Outline">
+		</command>
+	</extension>
+	<extension point="org.eclipse.ui.menus">
+		<menuContribution
+			locationURI="popup:#TextEditorContext?after=group.open">
+			<command commandId="org.eclipse.xtext.ui.editor.outline.QuickOutline"
+				style="push"
+				tooltip="Open Quick Outline">
+				<visibleWhen checkEnabled="false">
+					<reference definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened"/>
+				</visibleWhen>
+			</command>
+		</menuContribution>
+	</extension>
+    <!-- quickfix marker resolution generator for org.eclipse.vorto.fbeditor.Functionblock -->
+    <extension
+            point="org.eclipse.ui.ide.markerResolution">
+        <markerResolutionGenerator
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator"
+            markerType="org.eclipse.vorto.fbeditor.ui.functionblock.check.fast">
+            <attribute
+                name="FIXABLE_KEY"
+                value="true">
+            </attribute>
+        </markerResolutionGenerator>
+        <markerResolutionGenerator
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator"
+            markerType="org.eclipse.vorto.fbeditor.ui.functionblock.check.normal">
+            <attribute
+                name="FIXABLE_KEY"
+                value="true">
+            </attribute>
+        </markerResolutionGenerator>
+        <markerResolutionGenerator
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator"
+            markerType="org.eclipse.vorto.fbeditor.ui.functionblock.check.expensive">
+            <attribute
+                name="FIXABLE_KEY"
+                value="true">
+            </attribute>
+        </markerResolutionGenerator>
+    </extension>
+   	<!-- Rename Refactoring -->
+	<extension point="org.eclipse.ui.handlers">
+		<handler 
+			class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.refactoring.ui.DefaultRenameElementHandler"
+			commandId="org.eclipse.xtext.ui.refactoring.RenameElement">
+			<activeWhen>
+				<reference
+					definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened">
+				</reference>
+			</activeWhen>
+		</handler>
+	</extension>
+    <extension point="org.eclipse.ui.menus">
+         <menuContribution
+            locationURI="popup:#TextEditorContext?after=group.edit">
+         <command commandId="org.eclipse.xtext.ui.refactoring.RenameElement"
+               style="push">
+            <visibleWhen checkEnabled="false">
+               <reference
+                     definitionId="org.eclipse.vorto.fbeditor.Functionblock.Editor.opened">
+               </reference>
+            </visibleWhen>
+         </command>
+      </menuContribution>
+   </extension>
+   <extension point="org.eclipse.ui.preferencePages">
+	    <page
+	        category="org.eclipse.vorto.fbeditor.Functionblock"
+	        class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.refactoring.ui.RefactoringPreferencePage"
+	        id="org.eclipse.vorto.fbeditor.Functionblock.refactoring"
+	        name="Refactoring">
+	        <keywordReference id="org.eclipse.vorto.fbeditor.ui.keyword_Functionblock"/>
+	    </page>
+	</extension>
+
+  <extension point="org.eclipse.compare.contentViewers">
+    <viewer id="org.eclipse.vorto.fbeditor.Functionblock.compare.contentViewers"
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.compare.InjectableViewerCreator"
+            extensions="fbmodel">
+    </viewer>
+  </extension>
+  <extension point="org.eclipse.compare.contentMergeViewers">
+    <viewer id="org.eclipse.vorto.fbeditor.Functionblock.compare.contentMergeViewers"
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.compare.InjectableViewerCreator"
+            extensions="fbmodel" label="Functionblock Compare">
+     </viewer>
+  </extension>
+  <extension point="org.eclipse.ui.editors.documentProviders">
+    <provider id="org.eclipse.vorto.fbeditor.Functionblock.editors.documentProviders"
+            class="org.eclipse.vorto.fbeditor.ui.FunctionblockExecutableExtensionFactory:org.eclipse.xtext.ui.editor.model.XtextDocumentProvider"
+            extensions="fbmodel">
+    </provider>
+  </extension>
+  
+  <!-- Wizards -->
+  
+     <extension
+         point="org.eclipse.ui.newWizards">
+      <category
+            name="Vorto"
+            id="org.eclipse.vorto.functionblock.ui.wizards">
+      </category>
+      <wizard
+            category="org.eclipse.vorto.functionblock.ui.wizards"
+            class="org.eclipse.vorto.fbeditor.ui.internal.wizards.IoTWizard"
+            finalPerspective="org.eclipse.vorto.perspectives.api.VortoPerspective"
+            icon="icons/fb.png"
+            id="org.eclipse.vorto.fbeditor.ui.wizards.IoTWizard"
+            name="Function Block Model"
+            project="true">
+      </wizard>
+   </extension>	   
+	 <extension
+	       point="org.eclipse.ui.menus">
+	    <menuContribution
+	          allPopups="false"
+	          locationURI="popup:org.eclipse.jdt.ui.PackageExplorer">
+	       <menu
+	       		 id="org.eclipse.vorto.project.menu"
+	             label="Vorto">
+	       </menu>
+	    </menuContribution>
+	 </extension>
+	
+	<extension
+	       point="org.eclipse.ui.menus">
+	    <menuContribution
+	          allPopups="false"
+	          locationURI="popup:org.eclipse.vorto.perspectives.vortotreeview">
+				<command
+			  		commandId="org.eclipse.vorto.fbeditor.ui.command1.newfbproject"
+			  		id="id.package.menu.newfb"
+			  		icon="icons/add.gif"
+			        label="Create new Function Block">           	            
+			  	</command>
+				<separator name="additions1" visible="true"/>
+	    </menuContribution>
+	    
+	 </extension>
+
+
+	<extension
+			point="org.eclipse.ui.menus">
+		<menuContribution
+				locationURI="popup:org.eclipse.vorto.project.menu">	
+				<command
+			  		commandId="org.eclipse.vorto.fbeditor.ui.command1.newfbproject"
+			  		icon="icons/add.gif"
+			        label="Create new Function Block Model">           	            
+			  	</command>	   
+			  	<separator name="additions1" visible="true"/>
+	  	</menuContribution> 	
+		  
+	</extension>
+	
+	<extension 
+			point="org.eclipse.ui.commands">
+	    <command defaultHandler="org.eclipse.vorto.fbeditor.ui.internal.command.NewFunctionBlockProjectCommand"
+	      	id="org.eclipse.vorto.fbeditor.ui.command1.newfbproject" name="NewFunctionBlockProjectCommand">
+	    </command>				
+	</extension>
+</plugin>
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/pom.xml b/bundles/org.eclipse.vorto.fbeditor.ui/pom.xml
new file mode 100644
index 0000000..78a8530
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/pom.xml
@@ -0,0 +1,105 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>bundles</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.fbeditor.ui</artifactId>
+	<packaging>eclipse-plugin</packaging>
+
+	<name>Function Block Designer UI</name>
+
+	<profiles>
+		<profile>
+			<id>copy-plugins</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-dependency-plugin</artifactId>
+						<version>2.8</version>
+						<executions>
+							<execution>
+								<id>copy-kepler</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.fbeditor.ui</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${kepler.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-luna</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.fbeditor.ui</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${luna.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-visualrules</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.fbeditor.ui</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${visualrules.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.xtend</groupId>
+				<artifactId>xtend-maven-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/FunctionblockUiModule.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/FunctionblockUiModule.java
new file mode 100644
index 0000000..aef5a6c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/FunctionblockUiModule.java
@@ -0,0 +1,33 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/*
+ * generated by Xtext
+ */
+package org.eclipse.vorto.fbeditor.ui;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+
+/**
+ *
+ * 
+ *         Use this class to register components to be used within the IDE.
+ */
+public class FunctionblockUiModule extends
+		org.eclipse.vorto.fbeditor.ui.AbstractFunctionblockUiModule {
+	public FunctionblockUiModule(AbstractUIPlugin plugin) {
+		super(plugin);
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/perspectives/VortoPerspective.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/perspectives/VortoPerspective.java
new file mode 100644
index 0000000..637f5c0
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/perspectives/VortoPerspective.java
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.api.perspectives;
+
+import org.eclipse.ui.IPageLayout;
+import org.eclipse.ui.IPerspectiveFactory;
+import org.eclipse.vorto.api.common.ApplicationConstants;
+
+
+public class VortoPerspective implements IPerspectiveFactory {
+
+	@Override
+	public void createInitialLayout(IPageLayout layout) {
+
+		layout.createFolder("left", IPageLayout.LEFT, 0.2f,
+				IPageLayout.ID_EDITOR_AREA);
+		layout.createFolder("right", IPageLayout.RIGHT, 0.6f,
+				IPageLayout.ID_EDITOR_AREA);
+		layout.createFolder("bottom", IPageLayout.BOTTOM, 0.8f,
+				IPageLayout.ID_EDITOR_AREA);
+		layout.createFolder("top", IPageLayout.TOP, 0.6f,
+				IPageLayout.ID_EDITOR_AREA);
+		layout.addView(ApplicationConstants.VORTO_TREE_VIEW_ID, IPageLayout.LEFT,
+				0.25f, layout.getEditorArea());
+
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/project/ProjectCreationTask.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/project/ProjectCreationTask.java
new file mode 100644
index 0000000..376ac16
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/project/ProjectCreationTask.java
@@ -0,0 +1,255 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.api.project;
+
+import java.io.InputStream;
+import java.lang.reflect.InvocationTargetException;
+import java.net.URI;
+import java.net.URISyntaxException;
+
+import org.apache.commons.io.IOUtils;
+import org.apache.commons.lang3.StringUtils;
+import org.apache.log4j.Logger;
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.resources.IFolder;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.IProjectDescription;
+import org.eclipse.core.resources.IResource;
+import org.eclipse.core.resources.IWorkspace;
+import org.eclipse.core.resources.IWorkspaceRoot;
+import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IPath;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.core.runtime.SubProgressMonitor;
+import org.eclipse.core.runtime.URIUtil;
+import org.eclipse.vorto.api.common.generation.FunctionBlockMetaData;
+import org.eclipse.vorto.api.common.project.IoTModelProject;
+import org.eclipse.vorto.api.common.project.nature.IoTProjectNature;
+import org.eclipse.vorto.api.ui.progresstask.IProgressTask;
+import org.eclipse.vorto.api.ui.progresstask.TaskParameter;
+import org.eclipse.vorto.fbeditor.ui.internal.template.FbmodelTemplateFileContent;
+
+ 
+public class ProjectCreationTask implements IProgressTask {
+
+	public static final String SRC_MODELS = "src/models/";
+	public static final String FUNCTION_BLOCK_META_DATA = "FunctionBlockMetaData";
+	public static final String WORK_SPACE = "WorkSpace";
+	public static final String PROJECT_NAME = "ProjectName";
+
+	private String errorMessage = "";
+
+	private String projectName;
+	private String workspaceLocation;
+	private FunctionBlockMetaData userInput;
+	private IWorkspace workspace;
+
+	public static final String XTEXT_NATURE = "org.eclipse.xtext.ui.shared.xtextNature";
+	public static final String JAVA_NATURE = "org.eclipse.jdt.core.javanature";
+	public static final String TARGET_JAVA_CLASS_FOLDER = "target/classes";
+	public static final String ADDITIONAL_SOURCES_FOLDER = "target/generated-sources";
+
+	private IoTModelProject iotproject;
+	
+	private static final Logger logger = Logger.getLogger(ProjectCreationTask.class);
+
+	protected ProjectCreationTask() {
+	}
+
+	public ProjectCreationTask(TaskParameter param) {
+		projectName = (String) param.get(PROJECT_NAME);
+		workspaceLocation = (String) param.get(WORK_SPACE);
+		userInput = (FunctionBlockMetaData) param.get(FUNCTION_BLOCK_META_DATA);
+
+		workspace = ResourcesPlugin.getWorkspace();
+	}
+
+	@Override
+	public void run(IProgressMonitor monitor) throws InvocationTargetException,
+			InterruptedException {
+		try {
+			IProject project = createProjectInWorkspace(monitor);
+			project.open(new SubProgressMonitor(monitor, 1));
+			setProjectNatures(project, monitor);
+
+			monitor.beginTask("Generating project-specific resources", 2);
+
+			generateFolders(project);
+
+			project.refreshLocal(IResource.DEPTH_INFINITE, monitor);
+
+			createTemplateFbmodel(project);
+
+			monitor.worked(1);
+
+			monitor.beginTask("Refreshing Project to reflect changes", 1);
+			monitor.worked(1);
+
+			setIotproject(new IoTModelProject(project));
+
+			getIotproject().refresh(monitor);
+
+		} catch (CoreException e) {
+			this.errorMessage = e.getMessage();
+			throw new RuntimeException("Problem when creating project, error: "
+					+ e.getMessage(), e);
+		} finally {
+			monitor.done();
+		}
+
+	}
+
+	private void createTemplateFbmodel(IProject project) {
+		String fbfilename = userInput.getName() + ".fbmodel";
+
+		FbmodelTemplateFileContent gen = new FbmodelTemplateFileContent(
+				userInput);
+		InputStream ctInputStream = IOUtils.toInputStream(gen
+				.getFbModelContent());
+		IFolder folder = project.getFolder(SRC_MODELS);
+		IFile file = folder.getFile(fbfilename);
+
+		try {
+			file.create(ctInputStream, false, null);
+		} catch (CoreException e) {
+			e.printStackTrace();
+			this.errorMessage = "fbmodel file creation error";
+		}
+	}
+
+	private void generateFolders(IProject project) throws CoreException {
+		String[] folders = { "src", SRC_MODELS };
+
+		for (String f : folders) {
+			createProjectFolders(f, project);
+		}
+	}
+
+	protected IFolder createProjectFolders(String folderPath, IProject project)
+			throws CoreException {
+		IFolder folder = project.getFolder(folderPath);
+		if (!folder.exists()) {
+			boolean created = folder.getLocation().toFile().mkdirs();
+			if(!created) {
+				logger.info("Folder not created at " + folder.getLocation().toFile().getPath());
+				//throw exception here?
+				//this.errorMessage = "Folder not created at " + folder.getLocation().toFile().getPath();
+				//throw new RuntimeException(errorMessage);
+			}
+			folder.refreshLocal(1, null);
+			folder = project.getFolder(folderPath);
+		}
+		return folder;
+	}
+
+	private void setProjectNatures(IProject project, IProgressMonitor monitor)
+			throws CoreException {
+		monitor.beginTask("Setting Project Nature", 1);
+		IProjectDescription description = project.getDescription();
+		description.setNatureIds(resolveProjectNatures());
+		project.setDescription(description, monitor);
+	}
+
+	private String[] resolveProjectNatures() {
+		return new String[] { XTEXT_NATURE, IoTProjectNature.NATURE_ID };
+	}
+
+	private IProject createProjectInWorkspace(IProgressMonitor monitor)
+			throws CoreException {
+		IWorkspaceRoot root = workspace.getRoot();
+		IProject project = root.getProject(projectName);
+		IProjectDescription desc = workspace.newProjectDescription(projectName);
+
+		desc.setLocation(getValidPath());
+
+		if (!isDefaultWorkLocation()) {
+			project.create(desc, new SubProgressMonitor(monitor, 1));
+		} else {
+			project.create(new SubProgressMonitor(monitor, 1));
+		}
+		return project;
+	}
+
+	private IPath getValidPath() {
+		URI uri = null;
+		try {
+			uri = URIUtil.fromString(workspaceLocation + "/" + projectName);
+
+		} catch (URISyntaxException e) {
+			throw new IllegalArgumentException(
+					"Invalid workspace location provided", e);
+		}
+
+		return new Path(uri.toString());
+	}
+
+	private boolean isDefaultWorkLocation() {
+		String defaultWorkspace = workspace.getRoot().getLocation().toString();
+		return StringUtils.equals(defaultWorkspace, workspaceLocation);
+	}
+
+	@Override
+	public String getErrorMessage() {
+		return this.errorMessage;
+	}
+
+	public IoTModelProject getIotproject() {
+		return iotproject;
+	}
+
+	public void setIotproject(IoTModelProject iotproject) {
+		this.iotproject = iotproject;
+	}
+
+	public void setErrorMessage(String errorMessage) {
+		this.errorMessage = errorMessage;
+	}
+
+	public String getProjectName() {
+		return projectName;
+	}
+
+	public void setProjectName(String projectName) {
+		this.projectName = projectName;
+	}
+
+	public String getWorkspaceLocation() {
+		return workspaceLocation;
+	}
+
+	public void setWorkspaceLocation(String workspaceLocation) {
+		this.workspaceLocation = workspaceLocation;
+	}
+
+	public FunctionBlockMetaData getUserInput() {
+		return userInput;
+	}
+
+	public void setUserInput(FunctionBlockMetaData userInput) {
+		this.userInput = userInput;
+	}
+
+	public IWorkspace getWorkspace() {
+		return workspace;
+	}
+
+	public void setWorkspace(IWorkspace workspace) {
+		this.workspace = workspace;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/serializer/FunctionBlockSerializerFactory.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/serializer/FunctionBlockSerializerFactory.java
new file mode 100644
index 0000000..99641cf
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/serializer/FunctionBlockSerializerFactory.java
@@ -0,0 +1,39 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *  
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *  
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.api.serializer;
+
+import org.eclipse.vorto.fbeditor.ui.internal.serializer.FunctionBlockSerializer;
+
+
+public final class FunctionBlockSerializerFactory {
+
+	private static FunctionBlockSerializerFactory inst = null;
+	
+	private FunctionBlockSerializerFactory(){
+		
+	}
+	
+	public static FunctionBlockSerializerFactory getInstance() {
+		if (inst == null) {
+			inst = new FunctionBlockSerializerFactory();
+		}
+		return inst;
+	}
+	
+	public IFunctionBlockSerializer getDefaultSerializer(){
+		return new FunctionBlockSerializer();
+	}
+	
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/serializer/IFunctionBlockSerializer.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/serializer/IFunctionBlockSerializer.java
new file mode 100644
index 0000000..31c807d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/api/serializer/IFunctionBlockSerializer.java
@@ -0,0 +1,32 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.api.serializer;
+
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+
+public interface IFunctionBlockSerializer {
+
+	/**
+	 * Save the domain model into the DSL file.
+	 * 
+	 * @param fbm
+	 * @return
+	 * @throws CoreException
+	 */
+	String serialize(FunctionblockModel fbm) throws CoreException;
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/contentassist/FunctionblockProposalProvider.xtend b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/contentassist/FunctionblockProposalProvider.xtend
new file mode 100644
index 0000000..532b27a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/contentassist/FunctionblockProposalProvider.xtend
@@ -0,0 +1,12 @@
+/*
+ * generated by Xtext
+ */
+package org.eclipse.vorto.fbeditor.ui.contentassist
+
+import org.eclipse.vorto.fbeditor.ui.contentassist.AbstractFunctionblockProposalProvider
+
+/**
+ * see http://www.eclipse.org/Xtext/documentation.html#contentAssist on how to customize content assistant
+ */
+class FunctionblockProposalProvider extends AbstractFunctionblockProposalProvider {
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/highlight/FunctionBlockHighlightConfiguration.xtend b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/highlight/FunctionBlockHighlightConfiguration.xtend
new file mode 100644
index 0000000..d3e3d31
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/highlight/FunctionBlockHighlightConfiguration.xtend
@@ -0,0 +1,42 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+ package org.eclipse.vorto.fbeditor.ui.highlight;
+
+import org.eclipse.swt.graphics.RGB
+import org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
+import org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor
+import org.eclipse.xtext.ui.editor.utils.TextStyle
+
+public class FunctionBlockHighlightConfiguration extends
+		DefaultHighlightingConfiguration {
+	
+	public static final String ENTITY_ID = "Entity ID";
+	
+	override void configure(IHighlightingConfigurationAcceptor acceptor) {
+		acceptor.acceptDefaultHighlighting(ENTITY_ID, "ENTITYID", entityTextStyle());
+		super.configure(acceptor);
+	}
+	
+	def TextStyle entityTextStyle() {
+		var textStyle = defaultTextStyle();
+		textStyle.setBackgroundColor(new RGB(42, 0, 255));
+		textStyle
+	}
+	
+	
+	
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/VortoTreeViewPart.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/VortoTreeViewPart.java
new file mode 100644
index 0000000..e340a7a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/VortoTreeViewPart.java
@@ -0,0 +1,182 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.internal;
+
+import java.io.File;
+import java.net.URL;
+
+import org.eclipse.core.filesystem.EFS;
+import org.eclipse.core.resources.IResourceChangeEvent;
+import org.eclipse.core.resources.IResourceChangeListener;
+import org.eclipse.core.resources.IWorkspace;
+import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.jface.action.MenuManager;
+import org.eclipse.jface.resource.ImageDescriptor;
+import org.eclipse.jface.viewers.ColumnViewerToolTipSupport;
+import org.eclipse.jface.viewers.ISelectionChangedListener;
+import org.eclipse.jface.viewers.IStructuredSelection;
+import org.eclipse.jface.viewers.SelectionChangedEvent;
+import org.eclipse.jface.viewers.TreeViewer;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.widgets.Composite;
+import org.eclipse.swt.widgets.Menu;
+import org.eclipse.ui.PlatformUI;
+import org.eclipse.ui.ide.IDE;
+import org.eclipse.ui.part.ViewPart;
+import org.eclipse.vorto.api.common.project.IoTModelProject;
+import org.eclipse.vorto.api.ui.changeevent.ProjectChangeEvent;
+import org.eclipse.vorto.api.ui.changeevent.ProjectEventListenerRegistry;
+import org.eclipse.vorto.fbeditor.ui.internal.treeview.FBContentProvider;
+import org.eclipse.vorto.fbeditor.ui.internal.treeview.FBLabelProvider;
+
+
+public class VortoTreeViewPart extends ViewPart {
+
+	protected TreeViewer treeViewer;
+	protected FBContentProvider fbContentProvider;
+	protected FBLabelProvider labelProvider;
+
+	public VortoTreeViewPart() {
+
+	}
+
+	public void createPartControl(Composite parent) {
+
+		// Create the tree viewer as a child of the composite parent
+		treeViewer = new TreeViewer(parent, SWT.MULTI | SWT.H_SCROLL
+				| SWT.V_SCROLL);
+
+		this.fbContentProvider = new FBContentProvider();
+		ProjectEventListenerRegistry.getInstance().add(fbContentProvider);
+		treeViewer.setContentProvider(fbContentProvider);
+		labelProvider = new FBLabelProvider();
+		treeViewer.setLabelProvider(labelProvider);
+
+		treeViewer.setUseHashlookup(true);
+
+		hookListeners();
+
+		treeViewer.setInput("Root");
+		ColumnViewerToolTipSupport.enableFor(treeViewer);
+
+		getSite().setSelectionProvider(treeViewer);
+		initContextMenu();
+	}
+
+	private void initContextMenu() {
+		// initalize the context menu
+		MenuManager menuMgr = new MenuManager("#PopupMenu"); //$NON-NLS-1$
+		Menu menu = menuMgr.createContextMenu(this.treeViewer.getTree());
+		this.treeViewer.getTree().setMenu(menu);
+		getSite().registerContextMenu(menuMgr, this.treeViewer);
+	}
+
+	protected void hookListeners() {
+		addSelectionChangedEventListener();
+		addWorkspaceChangeEventListenr();
+	}
+
+	public ImageDescriptor getImage(String imageFileName) {
+
+		URL url;
+		try {
+			url = new URL(
+					"platform:/plugin/org.eclipse.vorto.fbeditor.ui/icons/"
+							+ imageFileName);
+			return ImageDescriptor.createFromURL(url);
+
+		} catch (Exception e) {
+			e.printStackTrace();
+		}
+
+		return null;
+	}
+
+	protected void addWorkspaceChangeEventListenr() {
+		IWorkspace workspace = ResourcesPlugin.getWorkspace();
+
+		/**
+		 * @@TODo Here it seems to fire event for every resource changed, thus
+		 *        creation of one project fire the event multiple times we
+		 *        should filter it to improve performance
+		 */
+		IResourceChangeListener rcl = new IResourceChangeListener() {
+			public void resourceChanged(IResourceChangeEvent event) {
+
+				try {
+					if (event.getDelta() == null
+							|| event.getDelta().getResource() == null) {
+						return;
+					}
+
+					ProjectEventListenerRegistry.getInstance().fire(
+							new ProjectChangeEvent());
+				} catch (Exception e) {
+					e.printStackTrace();
+				}
+			}
+		};
+		workspace.addResourceChangeListener(rcl);
+	}
+
+	protected void addSelectionChangedEventListener() {
+		treeViewer.addSelectionChangedListener(new ISelectionChangedListener() {
+			public void selectionChanged(SelectionChangedEvent event) {
+				// if the selection is empty clear the label
+				if (event.getSelection().isEmpty()) {
+					// text.setText("");
+					return;
+				}
+				if (event.getSelection() instanceof IStructuredSelection) {
+					IStructuredSelection selection = (IStructuredSelection) event
+							.getSelection();
+					if (selection.size() > 0) {
+						if (!(selection.getFirstElement() instanceof IoTModelProject)) {
+							return;
+						}
+						IoTModelProject fbDesignProject = (IoTModelProject) selection
+								.getFirstElement();
+						openFileInEditor(fbDesignProject);
+					}
+				}
+			}
+		});
+	}
+
+	private void openFileInEditor(IoTModelProject project) {
+		File fileToOpen = project.getFbModelFile();
+
+		if (fileToOpen.exists() && fileToOpen.isFile()) {
+			org.eclipse.core.filesystem.IFileStore fileStore = EFS
+					.getLocalFileSystem().getStore(fileToOpen.toURI());
+			org.eclipse.ui.IWorkbenchPage page = PlatformUI.getWorkbench()
+					.getActiveWorkbenchWindow().getActivePage();
+
+			try {
+				IDE.openEditorOnFileStore(page, fileStore);
+			} catch (org.eclipse.ui.PartInitException e) {
+				e.printStackTrace();
+			}
+		} else {
+			System.out.println("File not found for: "
+					+ project.getFbModelFile());
+		}
+	}
+
+	@Override
+	public void setFocus() {
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/command/NewFunctionBlockProjectCommand.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/command/NewFunctionBlockProjectCommand.java
new file mode 100644
index 0000000..550d26d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/command/NewFunctionBlockProjectCommand.java
@@ -0,0 +1,38 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.internal.command;
+
+import org.eclipse.core.commands.AbstractHandler;
+import org.eclipse.core.commands.ExecutionEvent;
+import org.eclipse.core.commands.ExecutionException;
+import org.eclipse.jface.wizard.WizardDialog;
+import org.eclipse.ui.PlatformUI;
+import org.eclipse.vorto.fbeditor.ui.internal.wizards.IoTWizard;
+
+
+public class NewFunctionBlockProjectCommand extends AbstractHandler {
+
+	@Override
+	public Object execute(ExecutionEvent event) throws ExecutionException {
+		IoTWizard wizard = new IoTWizard();
+		WizardDialog dialog = new WizardDialog(PlatformUI.getWorkbench()
+				.getActiveWorkbenchWindow().getShell(), wizard);
+		dialog.create();
+		dialog.open();
+		return null;
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/serializer/FunctionBlockSerializer.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/serializer/FunctionBlockSerializer.java
new file mode 100644
index 0000000..dda43c2
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/serializer/FunctionBlockSerializer.java
@@ -0,0 +1,53 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.internal.serializer;
+
+import java.io.ByteArrayOutputStream;
+import java.io.IOException;
+import java.util.HashMap;
+
+import org.eclipse.emf.common.util.URI;
+import org.eclipse.emf.ecore.resource.Resource;
+import org.eclipse.vorto.fbeditor.FunctionblockRuntimeModule;
+import org.eclipse.vorto.fbeditor.ui.api.serializer.IFunctionBlockSerializer;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.xtext.resource.IResourceFactory;
+
+import com.google.inject.Guice;
+
+
+public class FunctionBlockSerializer implements IFunctionBlockSerializer {
+
+	public String serialize(FunctionblockModel model) {
+		IResourceFactory resourceFactory = Guice.createInjector(
+				new FunctionblockRuntimeModule()).getInstance(
+				IResourceFactory.class);
+		Resource resource = resourceFactory.createResource(URI
+				.createURI("fakeDsl.fbmodel"));
+		resource.getContents().add(model);
+
+		ByteArrayOutputStream baos = new ByteArrayOutputStream();
+
+		try {
+			resource.save(baos, new HashMap<String, String>());
+			return new String(baos.toByteArray(), "utf-8");
+		} catch (IOException e) {
+			throw new RuntimeException(
+					"Something went wrong during serialization", e);
+		}
+
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/template/FbmodelTemplateFileContent.xtend b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/template/FbmodelTemplateFileContent.xtend
new file mode 100644
index 0000000..12b6776
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/template/FbmodelTemplateFileContent.xtend
@@ -0,0 +1,56 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.fbeditor.ui.internal.template
+
+import org.eclipse.vorto.api.common.generation.FunctionBlockMetaData
+
+class FbmodelTemplateFileContent {
+	
+	FunctionBlockMetaData context;
+	
+	new (FunctionBlockMetaData context) {
+		this.context = context;	
+	}
+	
+	public def String getFbModelContent() {
+		return '''
+functionblock «context.name» {
+		displayname "«context.displayName»"
+		description "«context.description»"
+		vendor www.bosch.com
+		category demo
+		version «context.version»
+
+		configuration{ 
+			//Please enter functionblock configuration details.
+		}
+
+		status{ 
+			//Please enter functionblock status details.
+		}
+
+		fault{
+			//Please enter functionblock fault configuration.
+		}
+
+		operations{
+			//Please enter functionblock operations.
+		}
+}	
+		'''
+	}
+	
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/treeview/FBContentProvider.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/treeview/FBContentProvider.java
new file mode 100644
index 0000000..f28eddd
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/treeview/FBContentProvider.java
@@ -0,0 +1,83 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.internal.treeview;
+
+import org.eclipse.jface.viewers.ITreeContentProvider;
+import org.eclipse.jface.viewers.TreeViewer;
+import org.eclipse.jface.viewers.Viewer;
+import org.eclipse.swt.widgets.Display;
+import org.eclipse.vorto.api.ui.changeevent.ProjectChangeEvent;
+import org.eclipse.vorto.api.ui.changeevent.IProjectChangeListener;
+
+
+public class FBContentProvider implements ITreeContentProvider,
+		IProjectChangeListener {
+	TreeViewer treeViewer = null;
+
+	@Override
+	public void dispose() {
+
+	}
+
+	@Override
+	public void inputChanged(Viewer viewer, Object oldInput, Object newInput) {
+		this.treeViewer = (TreeViewer) viewer;
+	}
+
+	/*
+	 * @see IStructuredContentProvider#getElements(Object)
+	 */
+	public Object[] getElements(Object inputElement) {
+		return getChildren(inputElement);
+	}
+
+	/*
+	 * @see ITreeContentProvider#getChildren(Object)
+	 */
+	public Object[] getChildren(Object parentElement) {
+		return new FunctionBlockScanner().readAllFunctionBlocksFromWorkspace()
+				.toArray();
+	}
+
+	@Override
+	public Object getParent(Object element) {
+		return null;
+	}
+
+	@Override
+	public boolean hasChildren(Object element) {
+		return false;
+	}
+
+	@Override
+	public void projectChanged(ProjectChangeEvent event) {
+
+		final Object[] projects = new FunctionBlockScanner()
+				.readAllFunctionBlocksFromWorkspace().toArray();
+
+		Display.getDefault().syncExec(new Runnable() {
+			public void run() {
+				try {
+					treeViewer.setInput(projects);
+				} catch (Exception e) {
+					e.printStackTrace();
+				}
+			}
+		});
+
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/treeview/FBLabelProvider.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/treeview/FBLabelProvider.java
new file mode 100644
index 0000000..f296d00
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/treeview/FBLabelProvider.java
@@ -0,0 +1,80 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.internal.treeview;
+
+import java.net.URL;
+
+import org.eclipse.jface.resource.ImageDescriptor;
+import org.eclipse.jface.viewers.ColumnLabelProvider;
+import org.eclipse.jface.viewers.ILabelProvider;
+import org.eclipse.jface.viewers.ILabelProviderListener;
+import org.eclipse.swt.graphics.Image;
+import org.eclipse.vorto.api.common.project.IoTModelProject;
+
+
+public class FBLabelProvider extends ColumnLabelProvider implements
+		ILabelProvider {
+
+	@Override
+	public void addListener(ILabelProviderListener listener) {
+
+	}
+
+	@Override
+	public void dispose() {
+
+	}
+
+	@Override
+	public boolean isLabelProperty(Object element, String property) {
+		return false;
+	}
+
+	@Override
+	public void removeListener(ILabelProviderListener listener) {
+
+	}
+
+	@Override
+	public Image getImage(Object element) {
+
+		URL url;
+		try {
+			url = new URL(
+					"platform:/plugin/org.eclipse.vorto.fbeditor.ui/icons/fb.png");
+			return ImageDescriptor.createFromURL(url).createImage();
+
+		} catch (Exception e) {
+			e.printStackTrace();
+		}
+
+		return null;
+	}
+
+	@Override
+	public String getText(Object element) {
+		IoTModelProject project = (IoTModelProject) element;
+		return project.getFunctionBlockModel().getFunctionblock()
+				.getDisplayname();
+	}
+
+	@Override
+	public String getToolTipText(Object element) {
+		IoTModelProject project = (IoTModelProject) element;
+		return project.getFunctionBlockModel().getFunctionblock()
+				.getDescription();
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/treeview/FunctionBlockScanner.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/treeview/FunctionBlockScanner.java
new file mode 100644
index 0000000..fcbae2d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/treeview/FunctionBlockScanner.java
@@ -0,0 +1,54 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.internal.treeview;
+
+import java.io.File;
+import java.util.ArrayList;
+import java.util.List;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.vorto.api.common.project.FunctionModelModelFileFinder;
+import org.eclipse.vorto.api.common.project.IoTModelProject;
+
+
+public class FunctionBlockScanner {
+
+	public List<IoTModelProject> readAllFunctionBlocksFromWorkspace() {
+		List<IoTModelProject> fbDesignProjects = new ArrayList<IoTModelProject>();
+
+		IProject[] projects = ResourcesPlugin.getWorkspace().getRoot()
+				.getProjects();
+		for (IProject iProject : projects) {
+			try {
+
+				if (iProject.isOpen() && isFunctionBlockProject(iProject)) {
+					fbDesignProjects.add(new IoTModelProject(iProject));
+				}
+			} catch (Exception e) {
+				e.printStackTrace();
+			}
+		}
+
+		return fbDesignProjects;
+	}
+
+	private boolean isFunctionBlockProject(IProject iProject) {
+		File fbModelFile = FunctionModelModelFileFinder
+				.getFunctionModelFile(iProject);
+		return fbModelFile != null;
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/wizards/IoTWizard.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/wizards/IoTWizard.java
new file mode 100644
index 0000000..8904647
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/wizards/IoTWizard.java
@@ -0,0 +1,153 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.internal.wizards;
+
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.IWorkspace;
+import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IConfigurationElement;
+import org.eclipse.core.runtime.IExecutableExtension;
+import org.eclipse.jface.viewers.IStructuredSelection;
+import org.eclipse.jface.wizard.Wizard;
+import org.eclipse.swt.widgets.Display;
+import org.eclipse.ui.INewWizard;
+import org.eclipse.ui.IWorkbench;
+import org.eclipse.ui.IWorkbenchPage;
+import org.eclipse.ui.IWorkbenchWindow;
+import org.eclipse.ui.PartInitException;
+import org.eclipse.ui.PlatformUI;
+import org.eclipse.ui.ide.IDE;
+import org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard;
+import org.eclipse.vorto.api.common.generation.FunctionBlockMetaData;
+import org.eclipse.vorto.api.common.project.WizardUtil;
+import org.eclipse.vorto.api.ui.changeevent.ProjectChangeEvent;
+import org.eclipse.vorto.api.ui.changeevent.ProjectEventListenerRegistry;
+import org.eclipse.vorto.api.ui.progresstask.TaskParameter;
+import org.eclipse.vorto.api.ui.progresstask.service.ProgressTaskExecutionService;
+import org.eclipse.vorto.fbeditor.ui.api.project.ProjectCreationTask;
+
+
+public class IoTWizard extends Wizard implements INewWizard,
+		IExecutableExtension {
+
+	private IoTWizardPage iotWizardPage;
+	private IConfigurationElement configurationElement;
+
+	@Override
+	public void init(IWorkbench workbench, IStructuredSelection selection) {
+	}
+
+	@Override
+	public void addPages() {
+		iotWizardPage = new IoTWizardPage("wizardPage");
+		iotWizardPage.setTitle("Create Function Block Model");
+		iotWizardPage
+				.setDescription("Please enter the details for creating function block model project.");
+		addPage(iotWizardPage);
+	}
+
+	@Override
+	public boolean performFinish() {
+		TaskParameter param = getTaskParameter();
+
+		ProgressTaskExecutionService progressTaskExecutionService = ProgressTaskExecutionService
+				.getProgressTaskExecutionService();
+		progressTaskExecutionService.syncRun(new ProjectCreationTask(param));
+
+		openFBModelWithDefaultEditor();
+
+		fireRefreshEvent();
+
+		BasicNewProjectResourceWizard
+				.updatePerspective(getConfigurationElement());
+
+		return true;
+	}
+
+	private TaskParameter getTaskParameter() {
+		String projectName = iotWizardPage.getProjectName();
+		String workspaceLocation = iotWizardPage.getWorkspaceLocation();
+		FunctionBlockMetaData userInput = collectFbUserInput();
+
+		TaskParameter param = new TaskParameter();
+		param.add(ProjectCreationTask.PROJECT_NAME, projectName);
+		param.add(ProjectCreationTask.WORK_SPACE, workspaceLocation);
+		param.add(ProjectCreationTask.FUNCTION_BLOCK_META_DATA, userInput);
+		return param;
+	}
+
+	private FunctionBlockMetaData collectFbUserInput() {
+		FunctionBlockMetaData fbUserInput = new FunctionBlockMetaData(
+				iotWizardPage.getFunctionBlockName());
+		fbUserInput.setVersion(iotWizardPage.getFunctionBlockVersion());
+		String description = iotWizardPage.getFunctionBlockDescription();
+		fbUserInput.setDescription(description);
+		return fbUserInput;
+	}
+
+	private void openFBModelWithDefaultEditor() {
+		IWorkspace workspace = ResourcesPlugin.getWorkspace();
+		String fbName = iotWizardPage.getFunctionBlockName();
+		IProject project = workspace.getRoot().getProject(
+				iotWizardPage.getProjectName());
+		final IFile fbfile = project.getFile("/src/models/" + fbName
+				+ ".fbmodel");
+
+		Display.getDefault().asyncExec(new Runnable() {
+			@Override
+			public void run() {
+				IWorkbenchWindow activeWindow = PlatformUI.getWorkbench()
+						.getActiveWorkbenchWindow();
+				if (activeWindow != null) {
+					IWorkbenchPage page = activeWindow.getActivePage();
+					if (page != null) {
+						try {
+							IDE.openEditor(page, fbfile);
+						} catch (PartInitException e) {
+							e.printStackTrace();
+						}
+					}
+				}
+			}
+		});
+
+	}
+
+	public void fireRefreshEvent() {
+		ProjectEventListenerRegistry.getInstance().fire(
+				new ProjectChangeEvent());
+	}
+
+	@Override
+	public void setInitializationData(IConfigurationElement config,
+			String propertyName, Object data) throws CoreException {
+
+		this.configurationElement = config;
+
+	}
+
+	public IConfigurationElement getConfigurationElement() {
+		if (this.configurationElement != null) {
+			return this.configurationElement;
+		} else {
+			return WizardUtil.getWizardConfigurationElement(this.getClass()
+					.getName());
+		}
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/wizards/IoTWizardPage.java b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/wizards/IoTWizardPage.java
new file mode 100644
index 0000000..f9dfb77
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/internal/wizards/IoTWizardPage.java
@@ -0,0 +1,342 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.ui.internal.wizards;
+
+import java.io.IOException;
+import java.util.regex.Pattern;
+
+import org.apache.commons.lang3.StringUtils;
+import org.eclipse.core.resources.IWorkspace;
+import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.core.runtime.IPath;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.jface.wizard.WizardPage;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.events.ModifyEvent;
+import org.eclipse.swt.events.ModifyListener;
+import org.eclipse.swt.events.SelectionAdapter;
+import org.eclipse.swt.events.SelectionEvent;
+import org.eclipse.swt.layout.GridData;
+import org.eclipse.swt.layout.GridLayout;
+import org.eclipse.swt.widgets.Button;
+import org.eclipse.swt.widgets.Composite;
+import org.eclipse.swt.widgets.DirectoryDialog;
+import org.eclipse.swt.widgets.Group;
+import org.eclipse.swt.widgets.Label;
+import org.eclipse.swt.widgets.Text;
+import org.eclipse.vorto.api.common.generation.FunctionBlockMetaData;
+
+import com.google.common.base.Strings;
+
+
+public class IoTWizardPage extends WizardPage {
+
+	public static final String PROJECTNAME_REGEX = "[^a-zA-Z0-9 \\._]";
+
+	public static final String FUNCTIONBLOCK_REGEX = "^[A-Z][a-zA-Z]*$";
+	public static final String VERSION_REGEX = "^\\d+\\.\\d+\\.\\d+(-\\w+)*$";
+	public static final String DEFAULT_DESCRIPTION = "Function block model for ";
+	public static final String DEFAULT_FUNCTIONBLOCK_NAME = "NewFunctionBlock";
+	private Text txtFunctionBlockName;
+	private Text txtVersion;
+	private Text txtProjectName;
+	private Text txtWorkspaceLocation;
+	private Text txtDescription;
+	private String workspaceLocation;
+
+	public IoTWizardPage(String pageName) {
+		super(pageName);
+	}
+
+	/**
+	 * Create contents of the wizard.
+	 * 
+	 * @param parent
+	 */
+	public void createControl(Composite parent) {
+		Composite topContainer = new Composite(parent, SWT.NULL);
+
+		setControl(topContainer);
+		topContainer.setLayout(new GridLayout(1, false));
+
+		Group grpFunctionBlock = new Group(topContainer, SWT.NONE);
+		grpFunctionBlock.setText("Function Block Details");
+		grpFunctionBlock.setLayout(new GridLayout(2, false));
+		GridData gridGroupFunctionBlock = new GridData(SWT.LEFT, SWT.CENTER,
+				false, false, 1, 1);
+		gridGroupFunctionBlock.heightHint = 134;
+		gridGroupFunctionBlock.widthHint = 570;
+		grpFunctionBlock.setLayoutData(gridGroupFunctionBlock);
+
+		Label lblFunctionBlockName = new Label(grpFunctionBlock, SWT.NONE);
+		lblFunctionBlockName.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER,
+				false, false, 1, 1));
+		lblFunctionBlockName.setText("Function Block Name:");
+
+		txtFunctionBlockName = new Text(grpFunctionBlock, SWT.BORDER);
+		GridData gridTxtFunctionBlockName = new GridData(SWT.FILL, SWT.CENTER,
+				false, false, 1, 1);
+		gridTxtFunctionBlockName.widthHint = 400;
+		txtFunctionBlockName.setLayoutData(gridTxtFunctionBlockName);
+		txtFunctionBlockName.addModifyListener(new ModifyListener() {
+			public void modifyText(ModifyEvent e) {
+				fbNameChanged();
+				dialogChanged();
+
+			}
+		});
+
+		Label lblVersion = new Label(grpFunctionBlock, SWT.NONE);
+		lblVersion.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false,
+				false, 1, 1));
+		lblVersion.setText("Version:");
+
+		txtVersion = new Text(grpFunctionBlock, SWT.BORDER);
+		GridData gridTxtVersion = new GridData(SWT.FILL, SWT.CENTER, false,
+				false, 1, 1);
+		gridTxtVersion.widthHint = 411;
+		txtVersion.setLayoutData(gridTxtVersion);
+		txtVersion.addModifyListener(new ModifyListener() {
+			public void modifyText(ModifyEvent e) {
+				fbNameChanged();
+				dialogChanged();
+			}
+		});
+
+		Label lblDescription = new Label(grpFunctionBlock, SWT.NONE);
+		lblDescription.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false,
+				false, 1, 1));
+		lblDescription.setText("Description:");
+
+		txtDescription = new Text(grpFunctionBlock, SWT.BORDER | SWT.V_SCROLL
+				| SWT.MULTI);
+		GridData gridTxtDescription = new GridData(SWT.FILL, SWT.TOP, true,
+				false, 1, 1);
+		gridTxtDescription.heightHint = 53;
+		txtDescription.setLayoutData(gridTxtDescription);
+
+		Group grpProjectDetails = new Group(topContainer, SWT.NONE);
+		grpProjectDetails.setLayout(new GridLayout(3, false));
+		GridData gridGrpProjectDetails = new GridData(SWT.CENTER, SWT.CENTER,
+				false, false, 1, 1);
+		gridGrpProjectDetails.heightHint = 97;
+		gridGrpProjectDetails.widthHint = 575;
+		grpProjectDetails.setLayoutData(gridGrpProjectDetails);
+		grpProjectDetails.setText("Project Details");
+
+		Label lblProjectName = new Label(grpProjectDetails, SWT.NONE);
+		GridData gridLblProjectName = new GridData(SWT.RIGHT, SWT.CENTER,
+				false, false, 1, 1);
+		gridLblProjectName.widthHint = 78;
+		lblProjectName.setLayoutData(gridLblProjectName);
+		lblProjectName.setText("Project Name:");
+
+		txtProjectName = new Text(grpProjectDetails, SWT.BORDER);
+		GridData gridTxtProjectName = new GridData(SWT.FILL, SWT.CENTER, false,
+				false, 1, 1);
+		gridTxtProjectName.widthHint = 370;
+		txtProjectName.setLayoutData(gridTxtProjectName);
+		txtProjectName.addModifyListener(new ModifyListener() {
+			public void modifyText(ModifyEvent e) {
+				projectNameChanged();
+				dialogChanged();
+			}
+		});
+		new Label(grpProjectDetails, SWT.NONE);
+
+		Label lblLocation = new Label(grpProjectDetails, SWT.NONE);
+		GridData gridLblLocation = new GridData(SWT.RIGHT, SWT.CENTER, false,
+				false, 1, 1);
+		gridLblLocation.widthHint = 48;
+		lblLocation.setLayoutData(gridLblLocation);
+		lblLocation.setText("Location:");
+
+		txtWorkspaceLocation = new Text(grpProjectDetails, SWT.BORDER);
+		txtWorkspaceLocation.setEditable(false);
+		GridData gridTxtLocation = new GridData(SWT.LEFT, SWT.CENTER, false,
+				false, 1, 1);
+		gridTxtLocation.widthHint = 385;
+		txtWorkspaceLocation.setLayoutData(gridTxtLocation);
+
+		Button btnBrowse = new Button(grpProjectDetails, SWT.NONE);
+		btnBrowse.setText("Browse...");
+		btnBrowse.addSelectionListener(new SelectionAdapter() {
+			public void widgetSelected(SelectionEvent e) {
+				handleBrowse(e);
+			}
+
+		});
+		initialize();
+		dialogChanged();
+		setControl(topContainer);
+	}
+
+	private void initialize() {
+		txtFunctionBlockName.setText(DEFAULT_FUNCTIONBLOCK_NAME);
+		txtVersion.setText(FunctionBlockMetaData.FB_DEFAULT_VERSION);
+		txtProjectName.setText(DEFAULT_FUNCTIONBLOCK_NAME);
+		txtWorkspaceLocation.setText(getWorkspaceLocation() + "/"
+				+ DEFAULT_FUNCTIONBLOCK_NAME);
+		txtDescription
+				.setText(DEFAULT_DESCRIPTION + DEFAULT_FUNCTIONBLOCK_NAME);
+
+	}
+
+	private void handleBrowse(SelectionEvent e) {
+		DirectoryDialog directoryDialog = new DirectoryDialog(getShell());
+		directoryDialog.setFilterPath(workspaceLocation);
+		directoryDialog.setText("Workspace folder selection");
+		directoryDialog.setMessage("Select a directory for this project");
+
+		String selectedDirectory = directoryDialog.open();
+		selectedDirectory = StringUtils.replace(selectedDirectory, "\\", "/");
+
+		if (selectedDirectory != null) {
+			workspaceLocation = selectedDirectory;
+			updateWorkspaceLocationField(workspaceLocation);
+			dialogChanged();
+		}
+	}
+
+	private void projectNameChanged() {
+		txtWorkspaceLocation.setText(getWorkspaceLocation() + "/"
+				+ getProjectName());
+	}
+
+	public void dialogChanged() {
+		if (this.validateProject()) {
+			this.setErrorMessage(null);
+			setPageComplete(true);
+		} else {
+			setPageComplete(false);
+		}
+
+	}
+
+	private boolean validateProject() {
+		boolean result = true;
+		String projectName = getProjectName();
+		String functionBlockName = getFunctionBlockName();
+		String fbVersion = getFunctionBlockVersion();
+
+		result &= validateStrExist(projectName,
+				"Project name must be specified");
+		result &= validateStrExist(functionBlockName,
+				"Functionblock name must be specified");
+		result &= validateExistingSameProjectName();
+
+		// if(validateNoSpaceForLocation(projectLocation)){
+		// setErrorMessage("Project location should not contain space(s).");
+		// result = false;
+		// }
+		if (checkForRegexPattern(projectName, true, PROJECTNAME_REGEX)) {
+			setErrorMessage("Project name should not contain special characters.");
+			result = false;
+		}
+
+		if (checkForRegexPattern(functionBlockName, false, FUNCTIONBLOCK_REGEX)) {
+			setErrorMessage("Functionblock name should start with a capital letter and must not contain any special characters.");
+			result = false;
+		}
+
+		if (checkForRegexPattern(fbVersion, false, VERSION_REGEX)) {
+			setErrorMessage("Version should follow pattern <MAJOR>.<MINOR>.<PATCH>");
+			result = false;
+		}
+
+		return result;
+	}
+
+	private boolean checkForRegexPattern(String input, boolean expectedBool,
+			String regexPattern) {
+		return Pattern.compile(regexPattern).matcher(input).find() == expectedBool;
+	}
+
+	private boolean validateStrExist(String string, String errorMsgToBeShown) {
+		if (Strings.isNullOrEmpty(string)) {
+			this.setErrorMessage(errorMsgToBeShown);
+			return false;
+		}
+		return true;
+	}
+
+	private boolean validateExistingSameProjectName() {
+		IWorkspace workspace = ResourcesPlugin.getWorkspace();
+		String projectName = getProjectName();
+
+		if (workspace.getRoot().getProject(getProjectName()).exists()) {
+			setErrorMessage("Project " + getProjectName() + " already exists.");
+			return false;
+		}
+
+		IPath projectLocation = ResourcesPlugin.getWorkspace().getRoot()
+				.getLocation().append(projectName);
+		if (projectLocation.toFile().exists()) {
+			try {
+				String canonicalPath = projectLocation.toFile()
+						.getCanonicalPath();
+				projectLocation = new Path(canonicalPath);
+
+				String existingName = projectLocation.lastSegment();
+				if (!existingName.equals(projectName)) {
+					setErrorMessage("Project " + getProjectName()
+							+ " already exists.");
+					return false;
+				}
+			} catch (IOException e) {
+			}
+
+		}
+
+		return true;
+	}
+
+	public void updateWorkspaceLocationField(String directory) {
+		txtWorkspaceLocation.setText(directory + "/" + getProjectName());
+	}
+
+	private void fbNameChanged() {
+		String fbName = getFunctionBlockName();
+		txtProjectName.setText(fbName);
+		txtWorkspaceLocation.setText(getWorkspaceLocation() + "/" + fbName);
+		txtDescription.setText(DEFAULT_DESCRIPTION + fbName);
+	}
+
+	public String getWorkspaceLocation() {
+		IWorkspace workspace = ResourcesPlugin.getWorkspace();
+		if (workspaceLocation == null) {
+			workspaceLocation = workspace.getRoot().getLocation().toString();
+		}
+		return workspaceLocation;
+	}
+
+	public String getProjectName() {
+		return txtProjectName.getText();
+	}
+
+	public String getFunctionBlockVersion() {
+		return txtVersion.getText();
+	}
+
+	public String getFunctionBlockName() {
+		return txtFunctionBlockName.getText();
+	}
+
+	public String getFunctionBlockDescription() {
+		return txtDescription.getText();
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/labeling/FunctionblockDescriptionLabelProvider.xtend b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/labeling/FunctionblockDescriptionLabelProvider.xtend
new file mode 100644
index 0000000..a2a87f1
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/labeling/FunctionblockDescriptionLabelProvider.xtend
@@ -0,0 +1,24 @@
+/*
+* generated by Xtext
+*/
+package org.eclipse.vorto.fbeditor.ui.labeling
+
+//import org.eclipse.xtext.resource.IEObjectDescription
+
+/**
+ * Provides labels for a IEObjectDescriptions and IResourceDescriptions.
+ * 
+ * see http://www.eclipse.org/Xtext/documentation.html#labelProvider
+ */
+class FunctionblockDescriptionLabelProvider extends org.eclipse.xtext.ui.label.DefaultDescriptionLabelProvider {
+
+	// Labels and icons can be computed like this:
+	
+//	override text(IEObjectDescription ele) {
+//		ele.name.toString
+//	}
+//	 
+//	override image(IEObjectDescription ele) {
+//		ele.EClass.name + '.gif'
+//	}	 
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/labeling/FunctionblockLabelProvider.xtend b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/labeling/FunctionblockLabelProvider.xtend
new file mode 100644
index 0000000..990d188
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/labeling/FunctionblockLabelProvider.xtend
@@ -0,0 +1,29 @@
+/*
+* generated by Xtext
+*/
+package org.eclipse.vorto.fbeditor.ui.labeling
+
+import com.google.inject.Inject
+
+/**
+ * Provides labels for a EObjects.
+ * 
+ * see http://www.eclipse.org/Xtext/documentation.html#labelProvider
+ */
+class FunctionblockLabelProvider extends org.eclipse.xtext.ui.label.DefaultEObjectLabelProvider {
+
+	@Inject
+	new(org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider delegate) {
+		super(delegate);
+	}
+
+	// Labels and icons can be computed like this:
+	
+//	def text(Greeting ele) {
+//		'A greeting to ' + ele.name
+//	}
+//
+//	def image(Greeting ele) {
+//		'Greeting.gif'
+//	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/outline/FunctionblockOutlineTreeProvider.xtend b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/outline/FunctionblockOutlineTreeProvider.xtend
new file mode 100644
index 0000000..f4f9bf9
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/outline/FunctionblockOutlineTreeProvider.xtend
@@ -0,0 +1,13 @@
+/*
+* generated by Xtext
+*/
+package org.eclipse.vorto.fbeditor.ui.outline
+
+/**
+ * Customization of the default outline structure.
+ *
+ * see http://www.eclipse.org/Xtext/documentation.html#outline
+ */
+class FunctionblockOutlineTreeProvider extends org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider {
+	
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/outline/InfomodelOutlineTreeProvider.xtend b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/outline/InfomodelOutlineTreeProvider.xtend
new file mode 100644
index 0000000..8be8894
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/outline/InfomodelOutlineTreeProvider.xtend
@@ -0,0 +1,13 @@
+/*
+* generated by Xtext
+*/
+package org.eclipse.vorto.fbeditor.ui.outline
+
+/**
+ * Customization of the default outline structure.
+ *
+ * see http://www.eclipse.org/Xtext/documentation.html#outline
+ */
+class InfomodelOutlineTreeProvider extends org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider {
+	
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/quickfix/FunctionblockQuickfixProvider.xtend b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/quickfix/FunctionblockQuickfixProvider.xtend
new file mode 100644
index 0000000..cf53d3c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/src/org/eclipse/vorto/fbeditor/ui/quickfix/FunctionblockQuickfixProvider.xtend
@@ -0,0 +1,26 @@
+/*
+* generated by Xtext
+*/
+package org.eclipse.vorto.fbeditor.ui.quickfix
+
+//import org.eclipse.xtext.ui.editor.quickfix.Fix
+//import org.eclipse.xtext.ui.editor.quickfix.IssueResolutionAcceptor
+//import org.eclipse.xtext.validation.Issue
+
+/**
+ * Custom quickfixes.
+ *
+ * see http://www.eclipse.org/Xtext/documentation.html#quickfixes
+ */
+class FunctionblockQuickfixProvider extends org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider {
+
+//	@Fix(MyDslValidator::INVALID_NAME)
+//	def capitalizeName(Issue issue, IssueResolutionAcceptor acceptor) {
+//		acceptor.accept(issue, 'Capitalize name', 'Capitalize the name.', 'upcase.png') [
+//			context |
+//			val xtextDocument = context.xtextDocument
+//			val firstLetter = xtextDocument.get(issue.offset, 1)
+//			xtextDocument.replace(issue.offset, 1, firstLetter.toUpperCase)
+//		]
+//	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor.ui/templates/templates.xml b/bundles/org.eclipse.vorto.fbeditor.ui/templates/templates.xml
new file mode 100644
index 0000000..453606b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor.ui/templates/templates.xml
@@ -0,0 +1,8 @@
+<template
+name="Constraint"
+description="Constraint Example"
+id="Constraint"
+context="http://www.boschsi.com/m2m/tool/fbdesigner/FbDsl/Constraint"
+enabled="true">
+${type:CrossReference(’ConstraintIntervalType’)} ${constraintValue}
+</template>
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor/.classpath b/bundles/org.eclipse.vorto.fbeditor/.classpath
new file mode 100644
index 0000000..42eb522
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="xtend-gen"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="src-gen"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/bundles/org.eclipse.vorto.fbeditor/.gitignore b/bundles/org.eclipse.vorto.fbeditor/.gitignore
new file mode 100644
index 0000000..11f5b29
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/.gitignore
@@ -0,0 +1,9 @@
+/target
+/bin
+/src-gen
+/xtend-gen
+.DS_Store
+/model/generated
+plugin.xml_gen
+/model
+/.settings
diff --git a/bundles/org.eclipse.vorto.fbeditor/.project b/bundles/org.eclipse.vorto.fbeditor/.project
new file mode 100644
index 0000000..8a7d985
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.fbeditor</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+	</natures>
+</projectDescription>
diff --git a/bundles/org.eclipse.vorto.fbeditor/META-INF/MANIFEST.MF b/bundles/org.eclipse.vorto.fbeditor/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..3b5b592
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/META-INF/MANIFEST.MF
@@ -0,0 +1,35 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Vorto Functionblock Editor
+Bundle-Vendor: Bosch-SI
+Bundle-Version: 0.1.0
+Bundle-SymbolicName: org.eclipse.vorto.fbeditor; singleton:=true
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.vorto.metamodel,
+ org.apache.log4j;bundle-version="1.2.0",
+ org.eclipse.emf.mwe2.launch;bundle-version="2.7.0";resolution:=optional,
+ org.eclipse.core.runtime;bundle-version="3.9.0",
+ org.eclipse.xtext.xbase;bundle-version="[2.7.0,3.0.0)";resolution:=optional;visibility:=reexport,
+ org.eclipse.xtext.generator;bundle-version="[2.7.0,3.0.0)";resolution:=optional,
+ org.eclipse.xtext,
+ org.eclipse.xtext.util,
+ org.eclipse.xtext.xbase.lib,
+ org.antlr.runtime,
+ org.eclipse.xtext.common.types,
+ org.objectweb.asm;bundle-version="[5.0.1,6.0.0)";resolution:=optional
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Export-Package: org.eclipse.vorto.fbeditor,
+ org.eclipse.vorto.fbeditor.formatting,
+ org.eclipse.vorto.fbeditor.generator,
+ org.eclipse.vorto.fbeditor.internal.validation;x-friends:="org.eclipse.vorto.fbeditor.tests",
+ org.eclipse.vorto.fbeditor.internal.validation.validator;x-friends:="org.eclipse.vorto.fbeditor.tests",
+ org.eclipse.vorto.fbeditor.internal.validation.validator.impl;x-friends:="org.eclipse.vorto.fbeditor.tests",
+ org.eclipse.vorto.fbeditor.jvmmodel,
+ org.eclipse.vorto.fbeditor.parser.antlr,
+ org.eclipse.vorto.fbeditor.parser.antlr.internal,
+ org.eclipse.vorto.fbeditor.scoping,
+ org.eclipse.vorto.fbeditor.serializer,
+ org.eclipse.vorto.fbeditor.services,
+ org.eclipse.vorto.fbeditor.validation
+Bundle-ClassPath: .
+Import-Package: org.apache.log4j
diff --git a/bundles/org.eclipse.vorto.fbeditor/about.html b/bundles/org.eclipse.vorto.fbeditor/about.html
new file mode 100644
index 0000000..c258ef5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2006</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor/build.properties b/bundles/org.eclipse.vorto.fbeditor/build.properties
new file mode 100644
index 0000000..cf0693c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/build.properties
@@ -0,0 +1,8 @@
+source.. = src/,\
+          src-gen/,\
+          xtend-gen/
+bin.includes = META-INF/,\
+               .,\
+               about.html
+               
+
diff --git a/bundles/org.eclipse.vorto.fbeditor/pom.xml b/bundles/org.eclipse.vorto.fbeditor/pom.xml
new file mode 100644
index 0000000..b422ec5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/pom.xml
@@ -0,0 +1,152 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>bundles</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.fbeditor</artifactId>
+	<packaging>eclipse-plugin</packaging>
+	<name>Function Block Editor Plugin</name>
+	<description>The designer plugin lets users create a function block
+		definition.</description>
+
+	<properties>
+		<test.project>org.eclipse.vorto.fbeditor.tests</test.project>
+	</properties>
+
+	<profiles>
+		<profile>
+			<id>copy-plugins</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-dependency-plugin</artifactId>
+						<version>2.8</version>
+						<executions>
+							<execution>
+								<id>copy-kepler</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.fbeditor</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${kepler.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-luna</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.fbeditor</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${luna.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-visualrules</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.fbeditor</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${visualrules.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>exec-maven-plugin</artifactId>
+				<version>1.2.1</version>
+				<executions>
+					<execution>
+						<phase>generate-sources</phase>
+						<goals>
+							<goal>java</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<includeProjectDependencies>false</includeProjectDependencies>
+					<includePluginDependencies>true</includePluginDependencies>
+					<mainClass>org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher</mainClass>
+					<arguments>
+						<argument>file://${project.basedir}/src/org/eclipse/vorto/fbeditor/GenerateFunctionblock.mwe2</argument>
+						<argument>
+							-p
+						</argument>
+						<argument>
+							runtimeProject=/${project.basedir}
+						</argument>
+					</arguments>
+				</configuration>
+				<dependencies>
+					<dependency>
+						<groupId>org.eclipse.xtext</groupId>
+						<artifactId>org.eclipse.xtext.xtext</artifactId>
+						<version>${xtext.version}</version>
+					</dependency>
+					<dependency>
+						<groupId>org.eclipse.xtext</groupId>
+						<artifactId>org.eclipse.xtext.xbase</artifactId>
+						<version>${xtext.version}</version>
+					</dependency>
+					<dependency>
+						<groupId>org.eclipse.vorto</groupId>
+						<artifactId>org.eclipse.vorto.metamodel</artifactId>
+						<version>${project.version}</version>
+					</dependency>
+				</dependencies>
+			</plugin>
+			<plugin>
+				<groupId>org.eclipse.xtend</groupId>
+				<artifactId>xtend-maven-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
+</project>
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/Functionblock.xtext b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/Functionblock.xtext
new file mode 100644
index 0000000..351678b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/Functionblock.xtext
@@ -0,0 +1,170 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+grammar org.eclipse.vorto.fbeditor.Functionblock with org.eclipse.xtext.common.Terminals
+
+import "http://www.eclipse.org/vorto/metamodel/Functionblock"
+
+FunctionblockModel:
+	'functionblock' name= ID '{'
+		functionblock = FunctionBlock
+	'}'	
+	(elements += Entity)*
+	(enums+=Enum)* ;
+
+FunctionBlock:
+	'displayname' displayname=STRING
+	('description' description=STRING)?
+	'vendor' vendor=VENDOR
+	'category' category=CATEGORY
+	'version' version=VERSION
+	('configuration' '{' 
+		configuration = FBFeature
+	'}')?
+	('status' '{' 
+		status = FBFeature
+	'}')?
+	('fault' '{'
+		fault = FBFeature 
+	'}')?
+	
+	('events' '{'
+		(events+=Event)*
+	'}')?
+		
+	('operations' '{'
+		(features += Operation)*
+	'}')?
+			
+;
+
+Event :
+	 name = ID '{'
+		feature = FBFeature
+	'}'
+;
+
+terminal VERSION : ('0'..'9')* '.' ('0'..'9')* '.' ('0'..'9')*('-'ID)?;
+
+terminal VENDOR : ('a'..'z')+ "." ('a'..'z')+ ("." ('a'..'z')+)?;
+
+CATEGORY : ID ('/' ID)*;
+  	
+FBFeature:
+	(properties += Property)*	
+;
+
+enum PrimitiveType: string = 'string' | int = 'int' | float =  'float' | boolean =  'boolean' | datetime = 'dateTime' | double = 'double' | long = 'long' | short = 'short' | base64Binary ='base64Binary' | byte = 'byte';
+
+ObjectType:
+    Entity | Enum
+;
+
+Property:
+	PrimitiveProperty | ObjectProperty
+;
+
+  	
+Entity:
+  'entity' name = ID ('extends' superType = [Entity])? '{' 
+  	 properties = FBFeature 
+   '}'
+;
+
+Presence:
+	mandatory = 'mandatory' | optional = 'optional'	
+;
+ 
+PrimitiveProperty:
+	presence = Presence (multiplicity = 'multiple')? propName = ID 'as' type = PrimitiveType 
+	('<' Constraints += Constraint ("," Constraints += Constraint)*  '>')?
+	(description=STRING)?
+;
+
+ObjectProperty:
+	presence = Presence (multiplicity = 'multiple')? propName = ID 'as' type = [ObjectType]
+	(description=STRING)?
+;
+
+enum ConstraintIntervalType: min = 'MIN' | max = 'MAX' | strlen = 'STRLEN' | regex = 'REGEX' ;
+
+terminal FLOAT: ('-')?('0'..'9')*'.'('0'..'9')*;
+
+terminal DATE: 
+	('0'..'9')('0'..'9')('0'..'9')('0'..'9')('-')('0'..'9')('0'..'9')('-')('0'..'9')('0'..'9')
+;
+
+terminal TIME: 
+	('0'..'9')('0'..'9')(':')('0'..'9')('0'..'9')(':')('0'..'9')('0'..'9')(TIMEZONE)?
+;
+
+terminal fragment TIMEZONE: 
+	'Z'|(('+'|'-')('0'..'9')('0'..'9')(':')('0'..'9')('0'..'9'))
+;
+
+terminal DATETIME: 
+	DATE('T')TIME
+;
+
+terminal SIGNEDINT :
+	'-'INT
+;
+
+IntervalType:
+	INT | SIGNEDINT | FLOAT | DATETIME | STRING
+;
+
+Constraint:
+	type = ConstraintIntervalType constraintValues = IntervalType
+;
+
+Operation :
+	 methodName=ID '(' (params += Parameter (',' params+=Parameter)*)?')' ('returns'  returnType = ReturnType)? (description=STRING)?
+;
+
+ReturnType :
+	ReturnObjectType | ReturnPrimitiveType
+;
+
+ReturnObjectType :
+	 (multiplicity = 'multiple')? returnType = [ObjectType]
+;
+
+ReturnPrimitiveType :
+	 (multiplicity = 'multiple')? returnType = PrimitiveType
+;
+
+Parameter:
+	PrimitiveParam | ObjectParam
+;
+
+ObjectParam : 
+	(multiplicity = 'multiple')? paramName = ID 'as' paramType = [ObjectType]
+;
+
+PrimitiveParam : 
+	(multiplicity = 'multiple')? paramName = ID 'as' paramType = PrimitiveType
+;
+
+Enum:
+	'enum' name = ID '{'
+		( enums += EnumLiteral (',' enums += EnumLiteral)* )?
+	'}'
+;
+
+EnumLiteral:
+	literal = ID
+;
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/FunctionblockRuntimeModule.java b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/FunctionblockRuntimeModule.java
new file mode 100644
index 0000000..7c5ecbd
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/FunctionblockRuntimeModule.java
@@ -0,0 +1,47 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/*
+ * generated by Xtext
+ */
+package org.eclipse.vorto.fbeditor;
+
+import org.eclipse.vorto.fbeditor.generator.FbOutputConfigurationProvider;
+import org.eclipse.vorto.fbeditor.scoping.FunctionblockScopeProvider;
+import org.eclipse.xtext.generator.IOutputConfigurationProvider;
+import org.eclipse.xtext.scoping.IScopeProvider;
+
+import com.google.inject.Binder;
+import com.google.inject.Singleton;
+
+/**
+ * Use this class to register components to be used at runtime / without the
+ * Equinox extension registry.
+ */
+public class FunctionblockRuntimeModule extends
+		org.eclipse.vorto.fbeditor.AbstractFunctionblockRuntimeModule {
+
+	@Override
+	public void configure(Binder binder) {
+		super.configure(binder);
+		binder.bind(IOutputConfigurationProvider.class)
+				.to(FbOutputConfigurationProvider.class).in(Singleton.class);
+	}
+
+	@Override
+	public Class<? extends IScopeProvider> bindIScopeProvider() {
+		return FunctionblockScopeProvider.class;
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/FunctionblockStandaloneSetup.java b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/FunctionblockStandaloneSetup.java
new file mode 100644
index 0000000..901f886
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/FunctionblockStandaloneSetup.java
@@ -0,0 +1,31 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/*
+* generated by Xtext
+*/
+package org.eclipse.vorto.fbeditor;
+
+/**
+ * Initialization support for running Xtext languages 
+ * without equinox extension registry
+ */
+public class FunctionblockStandaloneSetup extends FunctionblockStandaloneSetupGenerated{
+
+	public static void doSetup() {
+		new FunctionblockStandaloneSetup().createInjectorAndDoEMFRegistration();
+	}
+}
+
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/GenerateFunctionblock.mwe2 b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/GenerateFunctionblock.mwe2
new file mode 100644
index 0000000..374bc96
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/GenerateFunctionblock.mwe2
@@ -0,0 +1,145 @@
+module org.eclipse.vorto.fbeditor.GenerateFunctionblock
+
+import org.eclipse.emf.mwe.utils.*
+import org.eclipse.xtext.generator.*
+import org.eclipse.xtext.ui.generator.*
+
+var grammarURI = "platform:/resource/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/Functionblock.xtext"
+var fileExtensions = "fbmodel"
+var projectName = "org.eclipse.vorto.fbeditor"
+var runtimeProject = "../${projectName}"
+var generateXtendStub = true
+var encoding = "UTF-8"
+
+Workflow {
+    bean = StandaloneSetup {
+    	resourceSet = org.eclipse.xtext.resource.XtextResourceSet:theResourceSet {}
+    	
+    	// add mappings from platform:/resource to classpath:/
+    	uriMap = {
+    		from = "platform:/resource/org.eclipse.xtext.common.types/"
+    		to = "classpath:/"
+    	}
+    	    	
+//    	scanClassPath = true
+    	platformUri = "${runtimeProject}/.."
+    	
+    	// The following two lines can be removed, if Xbase is not used.
+    	registerGeneratedEPackage = "org.eclipse.vorto.functionblock.FunctionblockPackage"
+		registerGenModelFile = "platform:/resource/org.eclipse.vorto.metamodel/model/generated/Functionblock.genmodel"
+    }
+    
+    component = DirectoryCleaner {
+    	directory = "${runtimeProject}/src-gen"
+    }
+        
+    component = DirectoryCleaner {
+    	directory = "${runtimeProject}.ui/src-gen"
+    }
+    
+    component = DirectoryCleaner {
+    	directory = "${runtimeProject}.tests/src-gen"
+    }
+    
+    component = Generator {
+    	pathRtProject = runtimeProject
+    	pathUiProject = "${runtimeProject}.ui"
+    	pathTestProject = "${runtimeProject}.tests"
+    	projectNameRt = projectName
+    	projectNameUi = "${projectName}.ui"
+    	encoding = encoding
+    	language = auto-inject {
+    		forcedResourceSet = theResourceSet
+    		
+    		uri = grammarURI
+    
+    		// Java API to access grammar elements (required by several other fragments)
+    		fragment = grammarAccess.GrammarAccessFragment auto-inject {}
+    		
+    		// generates Java API for the generated EPackages
+//			fragment = ecore.EMFGeneratorFragment auto-inject {
+//				basePackage = "com.boschsi.m2m.tool"
+//               	javaModelDirectory = "${metamodelProject}/src"
+//            }
+        
+    		// the old serialization component
+    		// fragment = parseTreeConstructor.ParseTreeConstructorFragment auto-inject {}    
+    
+    		// serializer 2.0
+    		fragment = serializer.SerializerFragment auto-inject {
+    			generateStub = false
+    		}
+    
+    		// a custom ResourceFactory for use with EMF
+    		fragment = resourceFactory.ResourceFactoryFragment auto-inject {}
+    
+    		// The antlr parser generator fragment.
+    		fragment = parser.antlr.XtextAntlrGeneratorFragment auto-inject {
+    		//  options = {
+    		//      backtrack = true
+    		//  }
+    		}
+    
+    		// Xtend-based API for validation
+    		fragment = validation.ValidatorFragment auto-inject {
+    		//    composedCheck = "org.eclipse.xtext.validation.ImportUriValidator"
+    		//    composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator"
+    		}
+    
+    		// old scoping and exporting API
+    		// fragment = scoping.ImportURIScopingFragment auto-inject {}
+    		// fragment = exporting.SimpleNamesFragment auto-inject {}
+    
+    		// scoping and exporting API
+    		fragment = scoping.ImportNamespacesScopingFragment auto-inject {
+    			generateStub = false
+    		}
+    		fragment = exporting.QualifiedNamesFragment auto-inject {}
+    		fragment = builder.BuilderIntegrationFragment auto-inject {}
+    
+    		// generator API
+    		fragment = generator.GeneratorFragment auto-inject {}
+    
+    		// formatter API
+    		fragment = formatting.FormatterFragment auto-inject {}
+    
+    		// labeling API
+    		fragment = labeling.LabelProviderFragment auto-inject {}
+    
+    		// outline API
+    		fragment = outline.OutlineTreeProviderFragment auto-inject {}
+    		fragment = outline.QuickOutlineFragment auto-inject {}
+    
+    		// quickfix API
+    		fragment = quickfix.QuickfixProviderFragment auto-inject {}
+    
+    		// content assist API
+    		fragment = contentAssist.ContentAssistFragment auto-inject {}
+    
+    		// generates a more lightweight Antlr parser and lexer tailored for content assist
+    		fragment = parser.antlr.XtextAntlrUiGeneratorFragment auto-inject {}
+    
+    		// generates junit test support classes into Generator#pathTestProject
+//    		fragment = junit.Junit4Fragment auto-inject {}
+    
+    		// rename refactoring
+    		fragment = refactoring.RefactorElementNameFragment auto-inject {}
+    
+    		// provides the necessary bindings for java types integration
+    		fragment = types.TypesGeneratorFragment auto-inject {}
+    
+    		// generates the required bindings only if the grammar inherits from Xbase
+    		fragment = xbase.XbaseGeneratorFragment auto-inject {}
+    		
+    		// generates the required bindings only if the grammar inherits from Xtype
+//    		fragment = xbase.XtypeGeneratorFragment auto-inject {}
+    
+    		// provides a preference page for template proposals
+    		fragment = templates.CodetemplatesGeneratorFragment auto-inject {}
+    
+    		// provides a compare view
+    		fragment = compare.CompareFragment auto-inject {}
+    	}
+    }
+}
+
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/formatting/FunctionblockFormatter.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/formatting/FunctionblockFormatter.xtend
new file mode 100644
index 0000000..55c5545
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/formatting/FunctionblockFormatter.xtend
@@ -0,0 +1,77 @@
+/*
+ * generated by Xtext
+ */
+package org.eclipse.vorto.fbeditor.formatting
+
+import javax.inject.Inject
+import org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
+import org.eclipse.xtext.formatting.impl.FormattingConfig
+import org.eclipse.vorto.fbeditor.services.FunctionblockGrammarAccess
+
+
+class FunctionblockFormatter extends AbstractDeclarativeFormatter {
+
+	@Inject extension FunctionblockGrammarAccess f
+	
+	override protected void configureFormatting(FormattingConfig c) {
+		// formatting for Comments
+		c.setLinewrap(1, 1, 2).before(SL_COMMENTRule)
+		c.setLinewrap(1, 1, 2).before(ML_COMMENTRule)
+		c.setLinewrap(1, 1, 1).after(ML_COMMENTRule)
+		c.setAutoLinewrap(120)
+
+		// Line wrap for all basic function block info, like displayname, description etc. 
+		c.setLinewrap(1).after(f.functionBlockAccess.displaynameAssignment_1)
+		c.setLinewrap(1).after(f.functionBlockAccess.descriptionAssignment_2_1)
+		c.setLinewrap(1).after(f.functionBlockAccess.vendorAssignment_4)
+		c.setLinewrap(1).after(f.functionBlockAccess.categoryAssignment_6)
+		c.setLinewrap(2).after(f.functionBlockAccess.versionAssignment_8)
+
+		//Line wrap for every property entries in all function block constructs like configuration, status etc. 
+		c.setLinewrap(1).after(f.FBFeatureAccess.propertiesAssignment)
+		c.setLinewrap(1).before(f.findKeywords("mandatory").get(0))
+		c.setLinewrap(1).before(f.findKeywords("optional").get(0))
+		
+		// Line wrap and indentation between function block sub elements.
+		findKeywordPairs("{","}").forEach[
+			c.setLinewrap(1).after(first)
+			c.setLinewrap(1).before(second)
+			c.setLinewrap(2).after(second)
+			c.setIndentationIncrement().after(first)
+			c.setIndentationDecrement().before(second)
+		]
+
+		//Formatting for operation paranthesis
+		findKeywordPairs("(",")").forEach[
+			c.setNoSpace().before(first)
+			c.setNoSpace().after(first)
+			c.setNoSpace().before(second)
+		]
+
+		//Formatting for constraint block
+		findKeywordPairs("<",">").forEach[
+			c.setSpace(" ").before(first)
+			c.setNoSpace().after(first)
+			c.setNoSpace().before(second)
+		]
+
+		//Line wrap for each operation.
+		c.setLinewrap(1).after(f.operationAccess.group)
+		
+		//Remove space between enum values. Make enum into separate line.
+		c.setNoSpace().before(f.enumAccess.commaKeyword_3_1_0)
+		c.setLinewrap(1).after(f.enumAccess.commaKeyword_3_1_0)
+		
+		//Remove extra spaces between constraint parameters.
+		c.setNoSpace().before(f.primitivePropertyAccess.commaKeyword_5_2_0)
+		c.setNoSpace().after(f.primitivePropertyAccess.commaKeyword_5_2_0)
+		
+		//Remove extra spaces between method parameters.
+		c.setNoSpace().before(f.operationAccess.commaKeyword_2_1_0)
+		c.setNoSpace().after(f.operationAccess.commaKeyword_2_1_0)
+		
+		
+		
+		
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/generator/FbOutputConfigurationProvider.java b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/generator/FbOutputConfigurationProvider.java
new file mode 100644
index 0000000..10a71e5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/generator/FbOutputConfigurationProvider.java
@@ -0,0 +1,57 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.generator;
+
+import static com.google.common.collect.Sets.newHashSet;
+
+import java.util.Set;
+
+import org.eclipse.xtext.generator.IFileSystemAccess;
+import org.eclipse.xtext.generator.IOutputConfigurationProvider;
+import org.eclipse.xtext.generator.OutputConfiguration;
+
+
+public class FbOutputConfigurationProvider implements
+		IOutputConfigurationProvider {
+
+	public static final String FB_OUTPUT = "src-gen";
+
+	@Override
+	public Set<OutputConfiguration> getOutputConfigurations() {
+		OutputConfiguration defaultOutput = new OutputConfiguration(
+				IFileSystemAccess.DEFAULT_OUTPUT);
+		defaultOutput
+				.setDescription("Output folder for generated XML, XSD and binding files");
+		defaultOutput.setOutputDirectory(FB_OUTPUT);
+		defaultOutput.setOverrideExistingResources(true);
+		defaultOutput.setCreateOutputDirectory(true);
+		defaultOutput.setCanClearOutputDirectory(true);
+		defaultOutput.setCleanUpDerivedResources(true);
+		defaultOutput.setSetDerivedProperty(false);
+
+		OutputConfiguration rootOutput = new OutputConfiguration("root_Output");
+		rootOutput.setDescription("Output folder for generated POM");
+		rootOutput.setOutputDirectory(".");
+		rootOutput.setOverrideExistingResources(true);
+		rootOutput.setCreateOutputDirectory(true);
+		rootOutput.setCanClearOutputDirectory(false);
+		rootOutput.setCleanUpDerivedResources(false);
+		rootOutput.setSetDerivedProperty(false);
+
+		return newHashSet(defaultOutput, rootOutput);
+	}
+
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/generator/FunctionblockGenerator.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/generator/FunctionblockGenerator.xtend
new file mode 100644
index 0000000..cfba48b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/generator/FunctionblockGenerator.xtend
@@ -0,0 +1,19 @@
+/*
+ * generated by Xtext
+ */
+package org.eclipse.vorto.fbeditor.generator
+
+import org.eclipse.emf.ecore.resource.Resource
+import org.eclipse.xtext.generator.IGenerator
+import org.eclipse.xtext.generator.IFileSystemAccess
+
+/**
+ * Generates code from your model files on save.
+ * 
+ * see http://www.eclipse.org/Xtext/documentation.html#TutorialCodeGeneration
+ */
+class FunctionblockGenerator implements IGenerator {
+	
+	override void doGenerate(Resource resource, IFileSystemAccess fsa) {
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/ConstraintValidatorFactory.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/ConstraintValidatorFactory.xtend
new file mode 100644
index 0000000..97f96d9
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/ConstraintValidatorFactory.xtend
@@ -0,0 +1,43 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+ package org.eclipse.vorto.fbeditor.internal.validation
+
+import org.eclipse.vorto.fbeditor.internal.validation.validator.ConstraintValueValidator
+import org.eclipse.vorto.fbeditor.internal.validation.validator.impl.AccordinglyValueValidator
+import org.eclipse.vorto.fbeditor.internal.validation.validator.impl.RegexValueValidator
+import org.eclipse.vorto.fbeditor.internal.validation.validator.impl.ScalarValueValidator
+import org.eclipse.vorto.functionblock.ConstraintIntervalType
+
+
+class ConstraintValidatorFactory {
+	
+	def static ConstraintValueValidator getValueValidator(ConstraintIntervalType type){
+		var typeStr = type.literal.toString
+		switch typeStr{
+				case 'MAX' :
+					new AccordinglyValueValidator
+				case 'MIN' :
+					new AccordinglyValueValidator
+				case 'REGEX' :
+					new RegexValueValidator
+				case 'STRLEN' :
+					new ScalarValueValidator
+				default:
+					throw new IllegalArgumentException('Not supported constraint type')
+			}
+	}
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/SystemMessage.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/SystemMessage.xtend
new file mode 100644
index 0000000..e1d69f5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/SystemMessage.xtend
@@ -0,0 +1,50 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+ package org.eclipse.vorto.fbeditor.internal.validation
+
+
+class SystemMessage {
+	public static final String ERROR_DUPLICATED_ENTITY_NAME = 'Entity name has been defined'
+	public static final String ERROR_DUPLICATED_PROPERTY_NAME = 'Property name has been defined'
+	public static final String ERROR_DUPLICATED_PARAMETER_NAME = 'Parameter name has been defined'
+	public static final String ERROR_DUPLICATED_METHOD_NAME = 'Method name has been defined'
+	public static final String ERROR_FBNAME_INVALID = 'Function block name must begin with a capital letter'
+	public static final String ERROR_ENTITYNAME_INVALID_CAMELCASE = 'Entity name must begin with a capital letter'
+	public static final String ERROR_PROPNAME_SUFFIX_TS = 'Invalid property name with suffix "TS"'
+	public static final String ERROR_ENTITYNAME_SUFFIX_REPLY = 'Invalid property name with suffix "Reply"'
+	public static final String ERROR_OPERATION_SAME_ENTITYNAME = 'Operation name cannot be same as entity name'
+	public static final String ERROR_DUPLICATED_CONSTRAINT = 'Constraint Type has been defined'
+	public static final String ERROR_CONSTRAINT_ENTITY = 'Constraint cannot be imposed on Entity or Enum'
+
+	public static final String ERROR_CONSTRAINT_VALUE_INT = 'This constraint value must be of an Integer'
+	public static final String ERROR_CONSTRAINT_VALUE_FLOAT = 'This constraint value must be of a Float'
+	public static final String ERROR_CONSTRAINT_VALUE_LONG = 'This constraint value must be of a Long'
+	public static final String ERROR_CONSTRAINT_VALUE_SHORT = 'This constraint value must be of a Short'
+	public static final String ERROR_CONSTRAINT_VALUE_DOUBLE= 'This constraint value must be of a Double'
+	public static final String ERROR_CONSTRAINT_VALUE_BYTE= 'This constraint value must be of a Byte'
+	public static final String ERROR_CONSTRAINT_VALUE= 'This constraint value must be same type of property'
+	public static final String ERROR_CONSTRAINT_VALUE_DATETIME = 'Value expected should be in ISO 8196 Date Format e.g: 2002-05-30T09:30:10+06:00'
+	public static final String ERROR_CONSTRAINTTYPE_INVALID = "Constraint cannot apply on this property's datatype"
+	
+	public static final String ERROR_VERSION_PATTERN = "Version is not matching the following pattern: <MAJOR>.<MINOR>.<PATCH>-<QUALIFIER>"
+	public static final String ERROR_DUPLICATED_ENUM_LITERAL = 'Enumeration literal has been defined'
+	public static final String ERROR_DUPLICATED_ENUM_NAME = 'Enumeration has been defined'
+	public static final String ERROR_ENUMNAME_INVALID_CAMELCASE = 'Enum name must begin with a capital letter'
+	public static final String ERROR_OPERATION_SAME_ENUMNAME = 'Operation name cannot be same as enumeration name'
+	public static final String ERROR_ENTITY_SAME_ENUMNAME = 'Enumeration name cannot be same as entity name'
+	public static final String ERROR_ENUM_CANNOT_BE_EMPTY = 'Enumeration cannot have zero literals'
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/ConstraintValueValidator.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/ConstraintValueValidator.xtend
new file mode 100644
index 0000000..8b69bd7
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/ConstraintValueValidator.xtend
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+package org.eclipse.vorto.fbeditor.internal.validation.validator
+
+import org.eclipse.vorto.functionblock.Constraint
+import org.eclipse.vorto.functionblock.PrimitiveType
+
+
+abstract class ConstraintValueValidator {
+	
+	var errorMsg = "" ;
+	
+	def boolean evaluateValueType(PrimitiveType type,Constraint constraint)
+	
+	def String getErrorMessage(){
+		errorMsg
+	}
+	
+	protected def String setErrorMessage(String err){
+		errorMsg = err
+	}
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/PropertyConstraintMappingValidation.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/PropertyConstraintMappingValidation.xtend
new file mode 100644
index 0000000..013b809
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/PropertyConstraintMappingValidation.xtend
@@ -0,0 +1,61 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+package org.eclipse.vorto.fbeditor.internal.validation.validator
+
+import org.eclipse.vorto.fbeditor.internal.validation.SystemMessage
+import org.eclipse.vorto.functionblock.Constraint
+import org.eclipse.vorto.functionblock.PrimitiveType
+
+
+class PropertyConstraintMappingValidation {
+
+	var errorMsg = SystemMessage.ERROR_CONSTRAINTTYPE_INVALID ;
+
+	val String[] intervalArr = #["MAX", "MIN"]
+	val String[] strArr = #["STRLEN", "REGEX"]
+	val String[] empty = #[]
+
+	private val valueTypeMap = <String, String[]>newHashMap(
+		'int' -> intervalArr,
+		'byte' -> intervalArr,
+		'float' -> intervalArr,
+		'long' -> intervalArr,
+		'short' -> intervalArr,
+		'double' -> intervalArr,
+		'dateTime' -> intervalArr,
+		'string' -> strArr,
+		'boolean' -> empty,
+		'base64Binary' -> empty
+	);
+
+	def final boolean checkPropertyConstraints(PrimitiveType type, Constraint cons) {
+		var arr = valueTypeMap.get(type.literal)
+		if (arr == null || !arr.contains(cons.type.literal)) {
+			setErrorMessage(SystemMessage.ERROR_CONSTRAINTTYPE_INVALID)
+			return false
+		}
+		true
+	}
+
+	def String getErrorMessage() {
+		errorMsg
+	}
+
+	private def String setErrorMessage(String err) {
+		errorMsg = err
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/impl/AccordinglyValueValidator.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/impl/AccordinglyValueValidator.xtend
new file mode 100644
index 0000000..2434691
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/impl/AccordinglyValueValidator.xtend
@@ -0,0 +1,94 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+package org.eclipse.vorto.fbeditor.internal.validation.validator.impl
+
+import org.eclipse.vorto.fbeditor.internal.validation.SystemMessage
+import org.eclipse.vorto.fbeditor.internal.validation.validator.ConstraintValueValidator
+import org.eclipse.vorto.functionblock.Constraint
+import org.eclipse.vorto.functionblock.PrimitiveType
+import java.text.ParseException
+import java.text.SimpleDateFormat
+
+
+class AccordinglyValueValidator extends ConstraintValueValidator {
+	
+	override evaluateValueType(PrimitiveType type, Constraint constraint) {
+		var rawValue = constraint.constraintValues
+		var typeStr = type.literal
+		
+		switch typeStr{
+				case 'int' :
+					try {
+						Integer.parseInt(rawValue)
+					}catch (NumberFormatException ex){
+						this.setErrorMessage(SystemMessage.ERROR_CONSTRAINT_VALUE_INT)
+						return false
+					}
+					
+				case 'long' :
+					try{
+						Long.parseLong(rawValue)
+					}catch(NumberFormatException ex){
+						this.setErrorMessage(SystemMessage.ERROR_CONSTRAINT_VALUE_LONG)
+						return false
+					}	
+					
+				case 'short' :
+					try{
+						Short.parseShort(rawValue)
+					}catch(NumberFormatException ex){
+						this.setErrorMessage(SystemMessage.ERROR_CONSTRAINT_VALUE_SHORT)
+						return false
+					}	
+					
+				case 'double' :
+					try{
+						Double.parseDouble(rawValue)
+					}catch(NumberFormatException ex){
+						this.setErrorMessage(SystemMessage.ERROR_CONSTRAINT_VALUE_DOUBLE)
+						return false
+					}	
+					
+				case 'float' :
+					try {
+						Float.parseFloat(rawValue)
+					}catch (NumberFormatException ex){
+						this.setErrorMessage(SystemMessage.ERROR_CONSTRAINT_VALUE_FLOAT)
+						return false
+					}
+					
+				case 'dateTime' :
+					try {
+						new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssX").parse(rawValue); 
+					}catch (ParseException ex){
+						this.setErrorMessage(SystemMessage.ERROR_CONSTRAINT_VALUE_DATETIME)
+						return false
+					}
+				case 'byte' :
+					try {
+						Byte.parseByte(rawValue)
+					}catch (NumberFormatException ex){
+						this.setErrorMessage(SystemMessage.ERROR_CONSTRAINT_VALUE_BYTE)
+						return false
+					}
+		}
+		true
+	}
+	
+	
+	
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/impl/RegexValueValidator.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/impl/RegexValueValidator.xtend
new file mode 100644
index 0000000..959f78b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/impl/RegexValueValidator.xtend
@@ -0,0 +1,30 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.fbeditor.internal.validation.validator.impl
+
+import org.eclipse.vorto.fbeditor.internal.validation.validator.ConstraintValueValidator
+import org.eclipse.vorto.functionblock.Constraint
+import org.eclipse.vorto.functionblock.PrimitiveType
+
+
+class RegexValueValidator extends ConstraintValueValidator {
+	
+	override evaluateValueType(PrimitiveType type, Constraint constraint) {
+		//currently no known restriction on this content
+		true
+	}
+	
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/impl/ScalarValueValidator.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/impl/ScalarValueValidator.xtend
new file mode 100644
index 0000000..d26f229
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/internal/validation/validator/impl/ScalarValueValidator.xtend
@@ -0,0 +1,42 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+package org.eclipse.vorto.fbeditor.internal.validation.validator.impl
+
+import org.eclipse.vorto.fbeditor.internal.validation.SystemMessage
+import org.eclipse.vorto.fbeditor.internal.validation.validator.ConstraintValueValidator
+import org.eclipse.vorto.functionblock.Constraint
+import org.eclipse.vorto.functionblock.PrimitiveType
+import org.apache.log4j.Logger
+
+
+class ScalarValueValidator extends ConstraintValueValidator {
+	
+	private static final Logger logger = Logger.getLogger(ScalarValueValidator.canonicalName)
+	
+	override evaluateValueType(PrimitiveType type, Constraint constraint) {
+		try {
+			Integer.parseInt(constraint.constraintValues)
+		}catch (NumberFormatException ex){
+			logger.info(ex.message)
+			this.setErrorMessage(SystemMessage.ERROR_CONSTRAINT_VALUE_INT)
+			return false
+		}
+		
+		true
+	}
+	
+}
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/jvmmodel/FunctionblockJvmModelInferrer.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/jvmmodel/FunctionblockJvmModelInferrer.xtend
new file mode 100644
index 0000000..ae5b7fd
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/jvmmodel/FunctionblockJvmModelInferrer.xtend
@@ -0,0 +1,80 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ 
+package org.eclipse.vorto.fbeditor.jvmmodel
+
+import com.google.inject.Inject
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.xtext.common.types.JvmDeclaredType
+import org.eclipse.xtext.xbase.jvmmodel.AbstractModelInferrer
+import org.eclipse.xtext.xbase.jvmmodel.IJvmDeclaredTypeAcceptor
+import org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder
+
+/**
+ * <p>Infers a JVM model from the source model.</p> 
+ *
+ * <p>The JVM model should contain all elements that would appear in the Java code 
+ * which is generated from the source model. Other models link against the JVM model rather than the source model.</p>     
+ */
+class FunctionblockJvmModelInferrer extends AbstractModelInferrer {
+
+    /**
+     * convenience API to build and initialize JVM types and their members.
+     */
+	@Inject extension JvmTypesBuilder
+
+	/**
+	 * The dispatch method {@code infer} is called for each instance of the
+	 * given element's type that is contained in a resource.
+	 * 
+	 * @param element
+	 *            the model to create one or more
+	 *            {@link JvmDeclaredType declared
+	 *            types} from.
+	 * @param acceptor
+	 *            each created
+	 *            {@link JvmDeclaredType type}
+	 *            without a container should be passed to the acceptor in order
+	 *            get attached to the current resource. The acceptor's
+	 *            {@link IJvmDeclaredTypeAcceptor#accept(org.eclipse.xtext.common.types.JvmDeclaredType)
+	 *            accept(..)} method takes the constructed empty type for the
+	 *            pre-indexing phase. This one is further initialized in the
+	 *            indexing phase using the closure you pass to the returned
+	 *            {@link IPostIndexingInitializing#initializeLater(org.eclipse.xtext.xbase.lib.Procedures.Procedure1)
+	 *            initializeLater(..)}.
+	 * @param isPreIndexingPhase
+	 *            whether the method is called in a pre-indexing phase, i.e.
+	 *            when the global index is not yet fully updated. You must not
+	 *            rely on linking using the index if isPreIndexingPhase is
+	 *            <code>true</code>.
+	 */
+   	def dispatch void infer(FunctionblockModel element, IJvmDeclaredTypeAcceptor acceptor, boolean isPreIndexingPhase) {
+   		// Here you explain how your model is mapped to Java elements, by writing the actual translation code.
+   		
+   		// An implementation for the initial hello world example could look like this:
+//   		acceptor.accept(element.toClass("my.company.greeting.MyGreetings"))
+//   			.initializeLater([
+//   				for (greeting : element.greetings) {
+//   					members += greeting.toMethod("hello" + greeting.name, greeting.newTypeRef(typeof(String))) [
+//   						body = [
+//   							append('''return "Hello «greeting.name»";''')
+//   						]
+//   					]
+//   				}
+//   			])
+   	}
+}
+
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/scoping/FunctionblockScopeProvider.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/scoping/FunctionblockScopeProvider.xtend
new file mode 100644
index 0000000..86ac377
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/scoping/FunctionblockScopeProvider.xtend
@@ -0,0 +1,47 @@
+/*
+ * generated by Xtext
+ */
+package org.eclipse.vorto.fbeditor.scoping
+
+import org.eclipse.vorto.functionblock.Entity
+import org.eclipse.vorto.functionblock.Enum
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.functionblock.ObjectProperty
+import java.util.ArrayList
+import javax.inject.Inject
+import org.eclipse.emf.ecore.EReference
+import org.eclipse.xtext.EcoreUtil2
+import org.eclipse.xtext.naming.IQualifiedNameProvider
+import org.eclipse.xtext.resource.EObjectDescription
+import org.eclipse.xtext.resource.IEObjectDescription
+import org.eclipse.xtext.scoping.IScope
+import org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
+import org.eclipse.xtext.scoping.impl.SimpleScope
+
+/**
+ * This class contains custom scoping description.
+ * 
+ * see : http://www.eclipse.org/Xtext/documentation.html#scoping
+ * on how and when to use it 
+ *
+ */
+class FunctionblockScopeProvider extends AbstractDeclarativeScopeProvider {
+
+	@Inject
+	IQualifiedNameProvider nameProvider;
+	
+	def IScope scope_Property_type(ObjectProperty o, EReference r) {
+		var objects = new ArrayList<IEObjectDescription>();
+		var model = EcoreUtil2.getContainerOfType(o, typeof(FunctionblockModel));
+		for (Entity entity : model.elements) {
+			objects.add(EObjectDescription.create(nameProvider.getFullyQualifiedName(entity),entity));
+		}
+		
+		for (Enum enumeration : model.enums) {
+			objects.add(EObjectDescription.create(nameProvider.getFullyQualifiedName(enumeration),enumeration));
+		}
+		
+		
+		return new SimpleScope(IScope.NULLSCOPE, objects);
+	}
+}
diff --git a/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/validation/FunctionblockValidator.xtend b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/validation/FunctionblockValidator.xtend
new file mode 100644
index 0000000..a1e0bf3
--- /dev/null
+++ b/bundles/org.eclipse.vorto.fbeditor/src/org/eclipse/vorto/fbeditor/validation/FunctionblockValidator.xtend
@@ -0,0 +1,248 @@
+/*
+ * generated by Xtext
+ */
+package org.eclipse.vorto.fbeditor.validation
+
+import org.eclipse.vorto.fbeditor.internal.validation.validator.PropertyConstraintMappingValidation
+import org.eclipse.vorto.functionblock.Entity
+import org.eclipse.vorto.functionblock.Enum
+import org.eclipse.vorto.functionblock.FBFeature
+import org.eclipse.vorto.functionblock.FunctionBlock
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.functionblock.FunctionblockPackage
+import org.eclipse.vorto.functionblock.Operation
+import org.eclipse.vorto.functionblock.PrimitiveProperty
+import org.eclipse.vorto.functionblock.Property
+import java.util.HashSet
+import java.util.LinkedList
+import org.eclipse.xtext.validation.Check
+import org.eclipse.vorto.fbeditor.internal.validation.SystemMessage
+import org.eclipse.vorto.fbeditor.internal.validation.ConstraintValidatorFactory
+
+/**
+ * Custom validation rules. 
+ *
+ * see http://www.eclipse.org/Xtext/documentation.html#validation
+ */
+class FunctionblockValidator extends AbstractFunctionblockValidator {
+
+	public val propertyValidator = new PropertyConstraintMappingValidation
+
+	@Check
+	def checkConstraint(PrimitiveProperty prop) {
+		var list = prop.constraints
+		
+		if(list.length == 0) return;
+		
+			var primi = prop.type
+			for (i : list.size >.. 0) {
+				var constraint = list.get(i)
+				if (!propertyValidator.checkPropertyConstraints(primi, constraint)) {
+					error(propertyValidator.errorMessage, constraint, FunctionblockPackage.Literals.CONSTRAINT__TYPE)
+				}else{
+					var validator = ConstraintValidatorFactory.getValueValidator(constraint.type)
+					if (!validator.evaluateValueType(primi, constraint)) {
+						error(validator.errorMessage, constraint, FunctionblockPackage.Literals.CONSTRAINT__CONSTRAINT_VALUES)
+					}
+				}
+			}
+	}
+
+	@Check
+	def checkDuplicatedConstraint(PrimitiveProperty feature) {
+		var set = new HashSet<String>();
+		var list = feature.constraints;
+		for (var i = 0; i < list.length; i ++) {
+			var con = list.get(i);
+			if (!set.add(con.type.literal)) {
+				error(SystemMessage.ERROR_DUPLICATED_CONSTRAINT, con, FunctionblockPackage.Literals.CONSTRAINT__TYPE)
+			}
+		}
+	}
+
+	@Check
+	def checkDuplicateEntityName(Entity ent) {
+		var superEntity = ent.eContainer() as FunctionblockModel;
+		var set = new HashSet<String>();
+		var elems = superEntity.elements
+
+		for (var i = 0; i < elems.length; i ++) {
+			var elem = elems.get(i);
+			if (!set.add(elem.name)) {
+				error(SystemMessage.ERROR_DUPLICATED_ENTITY_NAME, elem, FunctionblockPackage.Literals.OBJECT_TYPE__NAME)
+			}
+		}
+
+	}
+
+	@Check
+	def checkFunctionBlockName(FunctionblockModel model) {
+		val name = model.name
+		if (isCamelCasedName(name)) {
+			error(SystemMessage.ERROR_FBNAME_INVALID, model, FunctionblockPackage.Literals.FUNCTIONBLOCK_MODEL__NAME)
+		}
+	}
+
+	@Check
+	def checkEntityName(Entity entity) {
+		val name = entity.name
+		if (isCamelCasedName(name)) {
+			error(SystemMessage.ERROR_ENTITYNAME_INVALID_CAMELCASE, entity, FunctionblockPackage.Literals.OBJECT_TYPE__NAME)
+		}
+		if (name.toLowerCase.endsWith('reply')) {
+			error(SystemMessage.ERROR_ENTITYNAME_SUFFIX_REPLY, entity, FunctionblockPackage.Literals.OBJECT_TYPE__NAME)
+		}
+	}
+
+	def boolean isCamelCasedName(String name) {
+		!Character.isUpperCase((name).charAt(0))
+	}
+
+	@Check
+	def checkProperty(Property feature) {
+		var set = new HashSet<String>();
+		var features = feature.eContainer() as FBFeature;
+		var props = features.properties
+		for (var i = 0; i < props.length; i++) {
+			var feat = props.get(i)
+			if (!set.add(feat.propName)) {
+				error(SystemMessage.ERROR_DUPLICATED_PROPERTY_NAME, feat, FunctionblockPackage.Literals.PROPERTY__PROP_NAME)
+			}
+		}
+
+	}
+	
+	@Check
+	def checkDuplicateParameter(Operation operation) {
+		var set = new HashSet<String>();
+		for (var i = 0; i < operation.params.length; i++) {
+			var param = operation.params.get(i)
+			if (!set.add(param.paramName)) {
+				error(SystemMessage.ERROR_DUPLICATED_PARAMETER_NAME, param, FunctionblockPackage.Literals.PARAMETER__PARAM_NAME)
+			}
+		}
+	}
+
+	@Check
+	def checkDuplicateOperation(Operation op) {
+		var set = new HashSet<String>();
+		var fb = op.eContainer() as FunctionBlock;
+		var ops = fb.features
+
+		for (var i = 0; i < ops.length; i++) {
+			var method = ops.get(i)
+			if (!set.add(method.methodName)) {
+				error(SystemMessage.ERROR_DUPLICATED_METHOD_NAME, method, FunctionblockPackage.Literals.OPERATION__METHOD_NAME)
+			}
+		}
+	}
+
+	@Check
+	def checkPropertyName(Property feature) {
+		var name = feature.propName
+		if (name.endsWith('TS')) {
+			error(SystemMessage.ERROR_PROPNAME_SUFFIX_TS, feature, FunctionblockPackage.Literals.PROPERTY__PROP_NAME)
+		}
+	}
+	
+	@Check
+	def checkOpNameAgainstEntityName(Operation op) {
+		var fb = op.eContainer() as FunctionBlock
+		var fbm = fb.eContainer() as FunctionblockModel
+		var elems = fbm.elements
+		var enums = fbm.enums
+
+		var entLs = new LinkedList<String>;
+		for (i : elems.size >.. 0) {
+			entLs.add(elems.get(i).name.toLowerCase)
+		}
+		
+		var enmLs = new LinkedList<String>;
+		for (i : enums.size >.. 0) {
+			enmLs.add(enums.get(i).name.toLowerCase)
+		}
+
+		var arr = entLs.toArray
+		var arr2 = enmLs.toArray
+		
+		var ops = fb.features
+		for (i : ops.size >.. 0) {
+			if (arr.contains(ops.get(i).methodName.toLowerCase)) {
+				error(SystemMessage.ERROR_OPERATION_SAME_ENTITYNAME, ops.get(i),
+					FunctionblockPackage.Literals.OPERATION__METHOD_NAME)
+			}
+			if (arr2.contains(ops.get(i).methodName.toLowerCase)) {
+				error(SystemMessage.ERROR_OPERATION_SAME_ENUMNAME, ops.get(i),
+					FunctionblockPackage.Literals.OPERATION__METHOD_NAME)
+			}
+		}
+
+	}
+	
+	@Check
+	def checkEnumNameAgainstEntityName(Enum enm) {
+		var fbm = enm.eContainer() as FunctionblockModel
+		var elems = fbm.elements
+		
+		var entLs = new LinkedList<String>;
+		for (i : elems.size >.. 0) {
+			entLs.add(elems.get(i).name.toLowerCase)
+		}
+		
+		var arr = entLs.toArray
+		
+		if(arr.contains(enm.name.toLowerCase)){
+			error(SystemMessage.ERROR_ENTITY_SAME_ENUMNAME, enm,
+					FunctionblockPackage.Literals.OBJECT_TYPE__NAME)
+		}
+	}
+	
+	@Check
+	def checkVersionPattern(FunctionBlock functionblock){
+		if(!functionblock.version.matches("\\d+\\.\\d+\\.\\d+(\\-.+)?")){
+			error(SystemMessage.ERROR_VERSION_PATTERN, functionblock, FunctionblockPackage.Literals.FUNCTION_BLOCK__VERSION)
+		}
+	}
+	
+	@Check
+	def checkDuplicatedLiteral(Enum enu){
+		var list = enu.enums
+		var set = new HashSet<String>();
+		for (var i = 0; i < list.length; i++) {
+			if(!set.add(list.get(i).literal)){
+				error(SystemMessage.ERROR_DUPLICATED_ENUM_LITERAL, list.get(i), FunctionblockPackage.Literals.ENUM_LITERAL__LITERAL)
+			}
+		}
+	}
+	
+	@Check
+	def checkDuplicateEnumName(Enum ent) {
+		var superEntity = ent.eContainer() as FunctionblockModel;
+		var set = new HashSet<String>();
+		var enums = superEntity.enums
+
+		for (var i = 0; i < enums.length; i ++) {
+			var elem = enums.get(i);
+			if (!set.add(elem.name)) {
+				error(SystemMessage.ERROR_DUPLICATED_ENUM_NAME, elem, FunctionblockPackage.Literals.OBJECT_TYPE__NAME)
+			}
+		}
+
+	}
+	
+	@Check
+	def checkEnumName(Enum ent) {
+		val name = ent.name
+		if (isCamelCasedName(name)) {
+			error(SystemMessage.ERROR_ENUMNAME_INVALID_CAMELCASE, ent, FunctionblockPackage.Literals.OBJECT_TYPE__NAME)
+		}
+	}
+	
+	@Check
+	def checkEnum(Enum ent) {
+		if(ent.getEnums().empty){
+			error(SystemMessage.ERROR_ENUM_CANNOT_BE_EMPTY, ent, FunctionblockPackage.Literals.ENUM__ENUMS)
+		}
+	}
+}
+
diff --git a/bundles/org.eclipse.vorto.metamodel/.classpath b/bundles/org.eclipse.vorto.metamodel/.classpath
new file mode 100644
index 0000000..c1ecbb3
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="model/generated"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/bundles/org.eclipse.vorto.metamodel/.gitignore b/bundles/org.eclipse.vorto.metamodel/.gitignore
new file mode 100644
index 0000000..5e56e04
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/.gitignore
@@ -0,0 +1 @@
+/bin
diff --git a/bundles/org.eclipse.vorto.metamodel/.project b/bundles/org.eclipse.vorto.metamodel/.project
new file mode 100644
index 0000000..4ec668b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.metamodel</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+	</natures>
+</projectDescription>
diff --git a/bundles/org.eclipse.vorto.metamodel/META-INF/MANIFEST.MF b/bundles/org.eclipse.vorto.metamodel/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..b0a07ea
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/META-INF/MANIFEST.MF
@@ -0,0 +1,26 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Vorto Information Meta-Model
+Bundle-Vendor: Bosch-SI
+Bundle-Version: 0.1.0
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-SymbolicName: org.eclipse.vorto.metamodel;singleton:=true
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.10.0"
+Export-Package: 
+ org.eclipse.vorto.functionblock;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util",
+ org.eclipse.vorto.functionblock.impl;
+  uses:="org.eclipse.vorto.functionblock,
+   org.eclipse.emf.ecore,
+   org.eclipse.emf.common.util,
+   org.eclipse.emf.ecore.impl,
+   org.eclipse.emf.common.notify",
+ org.eclipse.vorto.functionblock.util;
+  uses:="org.eclipse.vorto.functionblock,
+   org.eclipse.emf.ecore.util,
+   org.eclipse.emf.ecore,
+   org.eclipse.emf.common.notify.impl,
+   org.eclipse.emf.common.notify",
+ org.eclipse.vorto.functionblock.validation
+Bundle-ClassPath: .
+
diff --git a/bundles/org.eclipse.vorto.metamodel/about.html b/bundles/org.eclipse.vorto.metamodel/about.html
new file mode 100644
index 0000000..c258ef5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2006</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.metamodel/build.properties b/bundles/org.eclipse.vorto.metamodel/build.properties
new file mode 100644
index 0000000..508931a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/build.properties
@@ -0,0 +1,8 @@
+source.. = src/,\
+           model/generated
+bin.includes = META-INF/,\
+               .,\
+               model/,\
+               plugin.xml,\
+               about.html
+
diff --git a/bundles/org.eclipse.vorto.metamodel/model/generated/Functionblock.ecore b/bundles/org.eclipse.vorto.metamodel/model/generated/Functionblock.ecore
new file mode 100644
index 0000000..a4f9531
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/model/generated/Functionblock.ecore
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="functionblock" nsURI="http://www.eclipse.org/vorto/metamodel/Functionblock"
+    nsPrefix="functionblock">
+  <eClassifiers xsi:type="ecore:EClass" name="FunctionblockModel">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="functionblock" eType="#//FunctionBlock"
+        containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
+        eType="#//Entity" containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="enums" upperBound="-1"
+        eType="#//Enum" containment="true"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="FunctionBlock">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="vendor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//FBFeature"
+        containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="status" eType="#//FBFeature"
+        containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="fault" eType="#//FBFeature"
+        containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
+        eType="#//Operation" containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
+        eType="#//Event" containment="true"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="FBFeature">
+    <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
+        eType="#//Property" containment="true"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveType">
+    <eLiterals name="string" literal="string"/>
+    <eLiterals name="int" value="1" literal="int"/>
+    <eLiterals name="float" value="2" literal="float"/>
+    <eLiterals name="boolean" value="3" literal="boolean"/>
+    <eLiterals name="datetime" value="4" literal="dateTime"/>
+    <eLiterals name="double" value="5" literal="double"/>
+    <eLiterals name="long" value="6" literal="long"/>
+    <eLiterals name="short" value="7" literal="short"/>
+    <eLiterals name="base64Binary" value="8" literal="base64Binary"/>
+    <eLiterals name="byte" value="9" literal="byte"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="ObjectType">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="Property">
+    <eStructuralFeatures xsi:type="ecore:EReference" name="presence" eType="#//Presence"
+        containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="propName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//ObjectType">
+    <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//FBFeature"
+        containment="true"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="Presence">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="PrimitiveProperty" eSuperTypes="#//Property">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//PrimitiveType"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="Constraints" upperBound="-1"
+        eType="#//Constraint" containment="true"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="ObjectProperty" eSuperTypes="#//Property">
+    <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ObjectType"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EEnum" name="ConstraintIntervalType">
+    <eLiterals name="min" literal="MIN"/>
+    <eLiterals name="max" value="1" literal="MAX"/>
+    <eLiterals name="strlen" value="2" literal="STRLEN"/>
+    <eLiterals name="regex" value="3" literal="REGEX"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="Constraint">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ConstraintIntervalType"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="Operation">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
+        eType="#//Parameter" containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//ReturnType"
+        containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="ReturnType">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="ReturnObjectType" eSuperTypes="#//ReturnType">
+    <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//ObjectType"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="ReturnPrimitiveType" eSuperTypes="#//ReturnType">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="#//PrimitiveType"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="Parameter">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="ObjectParam" eSuperTypes="#//Parameter">
+    <eStructuralFeatures xsi:type="ecore:EReference" name="paramType" eType="#//ObjectType"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="PrimitiveParam" eSuperTypes="#//Parameter">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramType" eType="#//PrimitiveType"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="#//ObjectType">
+    <eStructuralFeatures xsi:type="ecore:EReference" name="enums" upperBound="-1"
+        eType="#//EnumLiteral" containment="true"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="EnumLiteral">
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+  </eClassifiers>
+  <eClassifiers xsi:type="ecore:EClass" name="Event">
+    <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//FBFeature"
+        containment="true"/>
+    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+  </eClassifiers>
+</ecore:EPackage>
diff --git a/bundles/org.eclipse.vorto.metamodel/model/generated/Functionblock.genmodel b/bundles/org.eclipse.vorto.metamodel/model/generated/Functionblock.genmodel
new file mode 100644
index 0000000..117586e
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/model/generated/Functionblock.genmodel
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
+    xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.eclipse.vorto.metamodel/src" editDirectory="/org.eclipse.vorto.fbeditor.edit/src"
+    editorDirectory="/org.eclipse.vorto.fbeditor.editor/src" modelPluginID="org.eclipse.vorto.fbeditor"
+    forceOverwrite="true" modelName="Functionblock" updateClasspath="false" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
+    complianceLevel="5.0" copyrightFields="false" editPluginID="org.eclipse.vorto.fbeditor.edit"
+    editorPluginID="org.eclipse.vorto.fbeditor.editor" runtimeVersion="2.10">
+  <genPackages prefix="Functionblock" basePackage="org.eclipse.vorto"
+      disposableProviderFactory="true" fileExtensions="fbmodel" ecorePackage="Functionblock.ecore#/">
+    <genEnums typeSafeEnumCompatible="false" ecoreEnum="Functionblock.ecore#//PrimitiveType">
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/string"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/int"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/float"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/boolean"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/datetime"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/double"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/long"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/short"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/base64Binary"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//PrimitiveType/byte"/>
+    </genEnums>
+    <genEnums typeSafeEnumCompatible="false" ecoreEnum="Functionblock.ecore#//ConstraintIntervalType">
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//ConstraintIntervalType/min"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//ConstraintIntervalType/max"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//ConstraintIntervalType/strlen"/>
+      <genEnumLiterals ecoreEnumLiteral="Functionblock.ecore#//ConstraintIntervalType/regex"/>
+    </genEnums>
+    <genClasses ecoreClass="Functionblock.ecore#//FunctionblockModel">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//FunctionblockModel/name"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//FunctionblockModel/functionblock"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//FunctionblockModel/elements"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//FunctionblockModel/enums"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//FunctionBlock">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//FunctionBlock/displayname"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//FunctionBlock/description"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//FunctionBlock/vendor"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//FunctionBlock/category"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//FunctionBlock/version"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//FunctionBlock/configuration"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//FunctionBlock/status"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//FunctionBlock/fault"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//FunctionBlock/features"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//FBFeature">
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//FBFeature/properties"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//ObjectType">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//ObjectType/name"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//Property">
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//Property/presence"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Property/multiplicity"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Property/propName"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Property/description"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//Entity">
+      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference Functionblock.ecore#//Entity/superType"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//Entity/properties"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//Presence">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Presence/mandatory"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Presence/optional"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//PrimitiveProperty">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//PrimitiveProperty/type"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//PrimitiveProperty/Constraints"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//ObjectProperty">
+      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference Functionblock.ecore#//ObjectProperty/type"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//Constraint">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Constraint/type"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Constraint/constraintValues"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//Operation">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Operation/methodName"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//Operation/params"/>
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//Operation/returnType"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Operation/description"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//ReturnType">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//ReturnType/multiplicity"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//ReturnObjectType">
+      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference Functionblock.ecore#//ReturnObjectType/returnType"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//ReturnPrimitiveType">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//ReturnPrimitiveType/returnType"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//Parameter">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Parameter/multiplicity"/>
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//Parameter/paramName"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//ObjectParam">
+      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference Functionblock.ecore#//ObjectParam/paramType"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//PrimitiveParam">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//PrimitiveParam/paramType"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//Enum">
+      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Functionblock.ecore#//Enum/enums"/>
+    </genClasses>
+    <genClasses ecoreClass="Functionblock.ecore#//EnumLiteral">
+      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Functionblock.ecore#//EnumLiteral/literal"/>
+    </genClasses>
+  </genPackages>
+</genmodel:GenModel>
diff --git a/bundles/org.eclipse.vorto.metamodel/plugin.xml b/bundles/org.eclipse.vorto.metamodel/plugin.xml
new file mode 100644
index 0000000..2450be9
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/plugin.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<plugin>
+ <extension point="org.eclipse.emf.ecore.generated_package">
+    <package 
+       uri = "http://www.eclipse.org/vorto/metamodel/Functionblock" 
+       class = "org.eclipse.vorto.functionblock.FunctionblockPackage"
+       genModel = "model/generated/Functionblock.genmodel" /> 
+  </extension>
+</plugin>
diff --git a/bundles/org.eclipse.vorto.metamodel/pom.xml b/bundles/org.eclipse.vorto.metamodel/pom.xml
new file mode 100644
index 0000000..3c9444b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/pom.xml
@@ -0,0 +1,94 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>bundles</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.metamodel</artifactId>
+	<packaging>eclipse-plugin</packaging>
+
+	<name>Functionblock Meta-Model</name>
+
+	<profiles>
+		<profile>
+			<id>copy-plugins</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-dependency-plugin</artifactId>
+						<version>2.8</version>
+						<executions>
+							<execution>
+								<id>copy-kepler</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.metamodel</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${kepler.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-luna</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.metamodel</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${luna.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-visualrules</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.metamodel</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${visualrules.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+</project>
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Constraint.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Constraint.java
new file mode 100644
index 0000000..f9e3984
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Constraint.java
@@ -0,0 +1,95 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Constraint</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.Constraint#getType <em>Type</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Constraint#getConstraintValues <em>Constraint Values</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getConstraint()
+ * @model
+ * @generated
+ */
+public interface Constraint extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Type</b></em>' attribute.
+	 * The literals are from the enumeration {@link org.eclipse.vorto.functionblock.ConstraintIntervalType}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Type</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Type</em>' attribute.
+	 * @see org.eclipse.vorto.functionblock.ConstraintIntervalType
+	 * @see #setType(ConstraintIntervalType)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getConstraint_Type()
+	 * @model
+	 * @generated
+	 */
+	ConstraintIntervalType getType();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Constraint#getType <em>Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Type</em>' attribute.
+	 * @see org.eclipse.vorto.functionblock.ConstraintIntervalType
+	 * @see #getType()
+	 * @generated
+	 */
+	void setType(ConstraintIntervalType value);
+
+	/**
+	 * Returns the value of the '<em><b>Constraint Values</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Constraint Values</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Constraint Values</em>' attribute.
+	 * @see #setConstraintValues(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getConstraint_ConstraintValues()
+	 * @model
+	 * @generated
+	 */
+	String getConstraintValues();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Constraint#getConstraintValues <em>Constraint Values</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Constraint Values</em>' attribute.
+	 * @see #getConstraintValues()
+	 * @generated
+	 */
+	void setConstraintValues(String value);
+
+} // Constraint
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ConstraintIntervalType.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ConstraintIntervalType.java
new file mode 100644
index 0000000..dd1d013
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ConstraintIntervalType.java
@@ -0,0 +1,277 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.List;
+
+import org.eclipse.emf.common.util.Enumerator;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the literals of the enumeration '<em><b>Constraint Interval Type</b></em>',
+ * and utility methods for working with them.
+ * <!-- end-user-doc -->
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getConstraintIntervalType()
+ * @model
+ * @generated
+ */
+public enum ConstraintIntervalType implements Enumerator {
+	/**
+	 * The '<em><b>Min</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #MIN_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	MIN(0, "min", "MIN"),
+
+	/**
+	 * The '<em><b>Max</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #MAX_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	MAX(1, "max", "MAX"),
+
+	/**
+	 * The '<em><b>Strlen</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #STRLEN_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	STRLEN(2, "strlen", "STRLEN"),
+
+	/**
+	 * The '<em><b>Regex</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #REGEX_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	REGEX(3, "regex", "REGEX");
+
+	/**
+	 * The '<em><b>Min</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Min</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #MIN
+	 * @model name="min" literal="MIN"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int MIN_VALUE = 0;
+
+	/**
+	 * The '<em><b>Max</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Max</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #MAX
+	 * @model name="max" literal="MAX"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int MAX_VALUE = 1;
+
+	/**
+	 * The '<em><b>Strlen</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Strlen</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #STRLEN
+	 * @model name="strlen" literal="STRLEN"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int STRLEN_VALUE = 2;
+
+	/**
+	 * The '<em><b>Regex</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Regex</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #REGEX
+	 * @model name="regex" literal="REGEX"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int REGEX_VALUE = 3;
+
+	/**
+	 * An array of all the '<em><b>Constraint Interval Type</b></em>' enumerators.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private static final ConstraintIntervalType[] VALUES_ARRAY =
+		new ConstraintIntervalType[] {
+			MIN,
+			MAX,
+			STRLEN,
+			REGEX,
+		};
+
+	/**
+	 * A public read-only list of all the '<em><b>Constraint Interval Type</b></em>' enumerators.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public static final List<ConstraintIntervalType> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
+
+	/**
+	 * Returns the '<em><b>Constraint Interval Type</b></em>' literal with the specified literal value.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public static ConstraintIntervalType get(String literal) {
+		for (int i = 0; i < VALUES_ARRAY.length; ++i) {
+			ConstraintIntervalType result = VALUES_ARRAY[i];
+			if (result.toString().equals(literal)) {
+				return result;
+			}
+		}
+		return null;
+	}
+
+	/**
+	 * Returns the '<em><b>Constraint Interval Type</b></em>' literal with the specified name.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public static ConstraintIntervalType getByName(String name) {
+		for (int i = 0; i < VALUES_ARRAY.length; ++i) {
+			ConstraintIntervalType result = VALUES_ARRAY[i];
+			if (result.getName().equals(name)) {
+				return result;
+			}
+		}
+		return null;
+	}
+
+	/**
+	 * Returns the '<em><b>Constraint Interval Type</b></em>' literal with the specified integer value.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public static ConstraintIntervalType get(int value) {
+		switch (value) {
+			case MIN_VALUE: return MIN;
+			case MAX_VALUE: return MAX;
+			case STRLEN_VALUE: return STRLEN;
+			case REGEX_VALUE: return REGEX;
+		}
+		return null;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private final int value;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private final String name;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private final String literal;
+
+	/**
+	 * Only this class can construct instances.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private ConstraintIntervalType(int value, String name, String literal) {
+		this.value = value;
+		this.name = name;
+		this.literal = literal;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public int getValue() {
+	  return value;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getName() {
+	  return name;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getLiteral() {
+	  return literal;
+	}
+
+	/**
+	 * Returns the literal value of the enumerator, which is its string representation.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		return literal;
+	}
+	
+} //ConstraintIntervalType
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Entity.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Entity.java
new file mode 100644
index 0000000..6285618
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Entity.java
@@ -0,0 +1,91 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Entity</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.Entity#getSuperType <em>Super Type</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Entity#getProperties <em>Properties</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEntity()
+ * @model
+ * @generated
+ */
+public interface Entity extends ObjectType {
+	/**
+	 * Returns the value of the '<em><b>Super Type</b></em>' reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Super Type</em>' reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Super Type</em>' reference.
+	 * @see #setSuperType(Entity)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEntity_SuperType()
+	 * @model
+	 * @generated
+	 */
+	Entity getSuperType();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Entity#getSuperType <em>Super Type</em>}' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Super Type</em>' reference.
+	 * @see #getSuperType()
+	 * @generated
+	 */
+	void setSuperType(Entity value);
+
+	/**
+	 * Returns the value of the '<em><b>Properties</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Properties</em>' containment reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Properties</em>' containment reference.
+	 * @see #setProperties(FBFeature)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEntity_Properties()
+	 * @model containment="true"
+	 * @generated
+	 */
+	FBFeature getProperties();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Entity#getProperties <em>Properties</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Properties</em>' containment reference.
+	 * @see #getProperties()
+	 * @generated
+	 */
+	void setProperties(FBFeature value);
+
+} // Entity
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Enum.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Enum.java
new file mode 100644
index 0000000..df6a073
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Enum.java
@@ -0,0 +1,55 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.common.util.EList;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Enum</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.Enum#getEnums <em>Enums</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEnum()
+ * @model
+ * @generated
+ */
+public interface Enum extends ObjectType {
+	/**
+	 * Returns the value of the '<em><b>Enums</b></em>' containment reference list.
+	 * The list contents are of type {@link org.eclipse.vorto.functionblock.EnumLiteral}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Enums</em>' containment reference list isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Enums</em>' containment reference list.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEnum_Enums()
+	 * @model containment="true"
+	 * @generated
+	 */
+	EList<EnumLiteral> getEnums();
+
+} // Enum
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/EnumLiteral.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/EnumLiteral.java
new file mode 100644
index 0000000..8a139a9
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/EnumLiteral.java
@@ -0,0 +1,65 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Enum Literal</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.EnumLiteral#getLiteral <em>Literal</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEnumLiteral()
+ * @model
+ * @generated
+ */
+public interface EnumLiteral extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Literal</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Literal</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Literal</em>' attribute.
+	 * @see #setLiteral(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEnumLiteral_Literal()
+	 * @model
+	 * @generated
+	 */
+	String getLiteral();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.EnumLiteral#getLiteral <em>Literal</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Literal</em>' attribute.
+	 * @see #getLiteral()
+	 * @generated
+	 */
+	void setLiteral(String value);
+
+} // EnumLiteral
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Event.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Event.java
new file mode 100644
index 0000000..7948733
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Event.java
@@ -0,0 +1,92 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Event</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.Event#getFeature <em>Feature</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Event#getName <em>Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEvent()
+ * @model
+ * @generated
+ */
+public interface Event extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Feature</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Feature</em>' containment reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Feature</em>' containment reference.
+	 * @see #setFeature(FBFeature)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEvent_Feature()
+	 * @model containment="true"
+	 * @generated
+	 */
+	FBFeature getFeature();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Event#getFeature <em>Feature</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Feature</em>' containment reference.
+	 * @see #getFeature()
+	 * @generated
+	 */
+	void setFeature(FBFeature value);
+
+	/**
+	 * Returns the value of the '<em><b>Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Name</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Name</em>' attribute.
+	 * @see #setName(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getEvent_Name()
+	 * @model
+	 * @generated
+	 */
+	String getName();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Event#getName <em>Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Name</em>' attribute.
+	 * @see #getName()
+	 * @generated
+	 */
+	void setName(String value);
+
+} // Event
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FBFeature.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FBFeature.java
new file mode 100644
index 0000000..8debc90
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FBFeature.java
@@ -0,0 +1,57 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>FB Feature</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.FBFeature#getProperties <em>Properties</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFBFeature()
+ * @model
+ * @generated
+ */
+public interface FBFeature extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Properties</b></em>' containment reference list.
+	 * The list contents are of type {@link org.eclipse.vorto.functionblock.Property}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Properties</em>' containment reference list isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Properties</em>' containment reference list.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFBFeature_Properties()
+	 * @model containment="true"
+	 * @generated
+	 */
+	EList<Property> getProperties();
+
+} // FBFeature
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionBlock.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionBlock.java
new file mode 100644
index 0000000..bee6e09
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionBlock.java
@@ -0,0 +1,290 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Function Block</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getDisplayname <em>Displayname</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getDescription <em>Description</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getVendor <em>Vendor</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getCategory <em>Category</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getVersion <em>Version</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getConfiguration <em>Configuration</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getStatus <em>Status</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getFault <em>Fault</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getFeatures <em>Features</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getEvents <em>Events</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock()
+ * @model
+ * @generated
+ */
+public interface FunctionBlock extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Displayname</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Displayname</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Displayname</em>' attribute.
+	 * @see #setDisplayname(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Displayname()
+	 * @model
+	 * @generated
+	 */
+	String getDisplayname();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getDisplayname <em>Displayname</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Displayname</em>' attribute.
+	 * @see #getDisplayname()
+	 * @generated
+	 */
+	void setDisplayname(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Description</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Description</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Description</em>' attribute.
+	 * @see #setDescription(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Description()
+	 * @model
+	 * @generated
+	 */
+	String getDescription();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getDescription <em>Description</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Description</em>' attribute.
+	 * @see #getDescription()
+	 * @generated
+	 */
+	void setDescription(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Vendor</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Vendor</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Vendor</em>' attribute.
+	 * @see #setVendor(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Vendor()
+	 * @model
+	 * @generated
+	 */
+	String getVendor();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getVendor <em>Vendor</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Vendor</em>' attribute.
+	 * @see #getVendor()
+	 * @generated
+	 */
+	void setVendor(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Category</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Category</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Category</em>' attribute.
+	 * @see #setCategory(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Category()
+	 * @model
+	 * @generated
+	 */
+	String getCategory();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getCategory <em>Category</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Category</em>' attribute.
+	 * @see #getCategory()
+	 * @generated
+	 */
+	void setCategory(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Version</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Version</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Version</em>' attribute.
+	 * @see #setVersion(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Version()
+	 * @model
+	 * @generated
+	 */
+	String getVersion();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getVersion <em>Version</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Version</em>' attribute.
+	 * @see #getVersion()
+	 * @generated
+	 */
+	void setVersion(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Configuration</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Configuration</em>' containment reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Configuration</em>' containment reference.
+	 * @see #setConfiguration(FBFeature)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Configuration()
+	 * @model containment="true"
+	 * @generated
+	 */
+	FBFeature getConfiguration();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getConfiguration <em>Configuration</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Configuration</em>' containment reference.
+	 * @see #getConfiguration()
+	 * @generated
+	 */
+	void setConfiguration(FBFeature value);
+
+	/**
+	 * Returns the value of the '<em><b>Status</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Status</em>' containment reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Status</em>' containment reference.
+	 * @see #setStatus(FBFeature)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Status()
+	 * @model containment="true"
+	 * @generated
+	 */
+	FBFeature getStatus();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getStatus <em>Status</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Status</em>' containment reference.
+	 * @see #getStatus()
+	 * @generated
+	 */
+	void setStatus(FBFeature value);
+
+	/**
+	 * Returns the value of the '<em><b>Fault</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Fault</em>' containment reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Fault</em>' containment reference.
+	 * @see #setFault(FBFeature)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Fault()
+	 * @model containment="true"
+	 * @generated
+	 */
+	FBFeature getFault();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getFault <em>Fault</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Fault</em>' containment reference.
+	 * @see #getFault()
+	 * @generated
+	 */
+	void setFault(FBFeature value);
+
+	/**
+	 * Returns the value of the '<em><b>Features</b></em>' containment reference list.
+	 * The list contents are of type {@link org.eclipse.vorto.functionblock.Operation}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Features</em>' containment reference list isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Features</em>' containment reference list.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Features()
+	 * @model containment="true"
+	 * @generated
+	 */
+	EList<Operation> getFeatures();
+
+	/**
+	 * Returns the value of the '<em><b>Events</b></em>' containment reference list.
+	 * The list contents are of type {@link org.eclipse.vorto.functionblock.Event}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Events</em>' containment reference list isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Events</em>' containment reference list.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Events()
+	 * @model containment="true"
+	 * @generated
+	 */
+	EList<Event> getEvents();
+
+} // FunctionBlock
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionblockFactory.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionblockFactory.java
new file mode 100644
index 0000000..197161f
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionblockFactory.java
@@ -0,0 +1,228 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EFactory;
+
+/**
+ * <!-- begin-user-doc -->
+ * The <b>Factory</b> for the model.
+ * It provides a create method for each non-abstract class of the model.
+ * <!-- end-user-doc -->
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage
+ * @generated
+ */
+public interface FunctionblockFactory extends EFactory {
+	/**
+	 * The singleton instance of the factory.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	FunctionblockFactory eINSTANCE = org.eclipse.vorto.functionblock.impl.FunctionblockFactoryImpl.init();
+
+	/**
+	 * Returns a new object of class '<em>Model</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Model</em>'.
+	 * @generated
+	 */
+	FunctionblockModel createFunctionblockModel();
+
+	/**
+	 * Returns a new object of class '<em>Function Block</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Function Block</em>'.
+	 * @generated
+	 */
+	FunctionBlock createFunctionBlock();
+
+	/**
+	 * Returns a new object of class '<em>FB Feature</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>FB Feature</em>'.
+	 * @generated
+	 */
+	FBFeature createFBFeature();
+
+	/**
+	 * Returns a new object of class '<em>Object Type</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Object Type</em>'.
+	 * @generated
+	 */
+	ObjectType createObjectType();
+
+	/**
+	 * Returns a new object of class '<em>Property</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Property</em>'.
+	 * @generated
+	 */
+	Property createProperty();
+
+	/**
+	 * Returns a new object of class '<em>Entity</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Entity</em>'.
+	 * @generated
+	 */
+	Entity createEntity();
+
+	/**
+	 * Returns a new object of class '<em>Presence</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Presence</em>'.
+	 * @generated
+	 */
+	Presence createPresence();
+
+	/**
+	 * Returns a new object of class '<em>Primitive Property</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Primitive Property</em>'.
+	 * @generated
+	 */
+	PrimitiveProperty createPrimitiveProperty();
+
+	/**
+	 * Returns a new object of class '<em>Object Property</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Object Property</em>'.
+	 * @generated
+	 */
+	ObjectProperty createObjectProperty();
+
+	/**
+	 * Returns a new object of class '<em>Constraint</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Constraint</em>'.
+	 * @generated
+	 */
+	Constraint createConstraint();
+
+	/**
+	 * Returns a new object of class '<em>Operation</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Operation</em>'.
+	 * @generated
+	 */
+	Operation createOperation();
+
+	/**
+	 * Returns a new object of class '<em>Return Type</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Return Type</em>'.
+	 * @generated
+	 */
+	ReturnType createReturnType();
+
+	/**
+	 * Returns a new object of class '<em>Return Object Type</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Return Object Type</em>'.
+	 * @generated
+	 */
+	ReturnObjectType createReturnObjectType();
+
+	/**
+	 * Returns a new object of class '<em>Return Primitive Type</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Return Primitive Type</em>'.
+	 * @generated
+	 */
+	ReturnPrimitiveType createReturnPrimitiveType();
+
+	/**
+	 * Returns a new object of class '<em>Parameter</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Parameter</em>'.
+	 * @generated
+	 */
+	Parameter createParameter();
+
+	/**
+	 * Returns a new object of class '<em>Object Param</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Object Param</em>'.
+	 * @generated
+	 */
+	ObjectParam createObjectParam();
+
+	/**
+	 * Returns a new object of class '<em>Primitive Param</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Primitive Param</em>'.
+	 * @generated
+	 */
+	PrimitiveParam createPrimitiveParam();
+
+	/**
+	 * Returns a new object of class '<em>Enum</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Enum</em>'.
+	 * @generated
+	 */
+	Enum createEnum();
+
+	/**
+	 * Returns a new object of class '<em>Enum Literal</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Enum Literal</em>'.
+	 * @generated
+	 */
+	EnumLiteral createEnumLiteral();
+
+	/**
+	 * Returns a new object of class '<em>Event</em>'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return a new object of class '<em>Event</em>'.
+	 * @generated
+	 */
+	Event createEvent();
+
+	/**
+	 * Returns the package supported by this factory.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the package supported by this factory.
+	 * @generated
+	 */
+	FunctionblockPackage getFunctionblockPackage();
+
+} //FunctionblockFactory
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionblockModel.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionblockModel.java
new file mode 100644
index 0000000..05e7d11
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionblockModel.java
@@ -0,0 +1,128 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Model</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionblockModel#getName <em>Name</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionblockModel#getFunctionblock <em>Functionblock</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionblockModel#getElements <em>Elements</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.FunctionblockModel#getEnums <em>Enums</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionblockModel()
+ * @model
+ * @generated
+ */
+public interface FunctionblockModel extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Name</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Name</em>' attribute.
+	 * @see #setName(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionblockModel_Name()
+	 * @model
+	 * @generated
+	 */
+	String getName();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionblockModel#getName <em>Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Name</em>' attribute.
+	 * @see #getName()
+	 * @generated
+	 */
+	void setName(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Functionblock</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Functionblock</em>' containment reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Functionblock</em>' containment reference.
+	 * @see #setFunctionblock(FunctionBlock)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionblockModel_Functionblock()
+	 * @model containment="true"
+	 * @generated
+	 */
+	FunctionBlock getFunctionblock();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionblockModel#getFunctionblock <em>Functionblock</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Functionblock</em>' containment reference.
+	 * @see #getFunctionblock()
+	 * @generated
+	 */
+	void setFunctionblock(FunctionBlock value);
+
+	/**
+	 * Returns the value of the '<em><b>Elements</b></em>' containment reference list.
+	 * The list contents are of type {@link org.eclipse.vorto.functionblock.Entity}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Elements</em>' containment reference list isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Elements</em>' containment reference list.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionblockModel_Elements()
+	 * @model containment="true"
+	 * @generated
+	 */
+	EList<Entity> getElements();
+
+	/**
+	 * Returns the value of the '<em><b>Enums</b></em>' containment reference list.
+	 * The list contents are of type {@link org.eclipse.vorto.functionblock.Enum}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Enums</em>' containment reference list isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Enums</em>' containment reference list.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionblockModel_Enums()
+	 * @model containment="true"
+	 * @generated
+	 */
+	EList<org.eclipse.vorto.functionblock.Enum> getEnums();
+
+} // FunctionblockModel
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionblockPackage.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionblockPackage.java
new file mode 100644
index 0000000..0a1012f
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/FunctionblockPackage.java
@@ -0,0 +1,2315 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EAttribute;
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.EEnum;
+import org.eclipse.emf.ecore.EPackage;
+import org.eclipse.emf.ecore.EReference;
+
+/**
+ * <!-- begin-user-doc -->
+ * The <b>Package</b> for the model.
+ * It contains accessors for the meta objects to represent
+ * <ul>
+ *   <li>each class,</li>
+ *   <li>each feature of each class,</li>
+ *   <li>each enum,</li>
+ *   <li>and each data type</li>
+ * </ul>
+ * <!-- end-user-doc -->
+ * @see org.eclipse.vorto.functionblock.FunctionblockFactory
+ * @model kind="package"
+ * @generated
+ */
+public interface FunctionblockPackage extends EPackage {
+	/**
+	 * The package name.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	String eNAME = "functionblock";
+
+	/**
+	 * The package namespace URI.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	String eNS_URI = "http://www.eclipse.org/vorto/metamodel/Functionblock";
+
+	/**
+	 * The package namespace name.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	String eNS_PREFIX = "functionblock";
+
+	/**
+	 * The singleton instance of the package.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	FunctionblockPackage eINSTANCE = org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl.init();
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.FunctionblockModelImpl <em>Model</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockModelImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getFunctionblockModel()
+	 * @generated
+	 */
+	int FUNCTIONBLOCK_MODEL = 0;
+
+	/**
+	 * The feature id for the '<em><b>Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTIONBLOCK_MODEL__NAME = 0;
+
+	/**
+	 * The feature id for the '<em><b>Functionblock</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK = 1;
+
+	/**
+	 * The feature id for the '<em><b>Elements</b></em>' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTIONBLOCK_MODEL__ELEMENTS = 2;
+
+	/**
+	 * The feature id for the '<em><b>Enums</b></em>' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTIONBLOCK_MODEL__ENUMS = 3;
+
+	/**
+	 * The number of structural features of the '<em>Model</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTIONBLOCK_MODEL_FEATURE_COUNT = 4;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl <em>Function Block</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionBlockImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getFunctionBlock()
+	 * @generated
+	 */
+	int FUNCTION_BLOCK = 1;
+
+	/**
+	 * The feature id for the '<em><b>Displayname</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__DISPLAYNAME = 0;
+
+	/**
+	 * The feature id for the '<em><b>Description</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__DESCRIPTION = 1;
+
+	/**
+	 * The feature id for the '<em><b>Vendor</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__VENDOR = 2;
+
+	/**
+	 * The feature id for the '<em><b>Category</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__CATEGORY = 3;
+
+	/**
+	 * The feature id for the '<em><b>Version</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__VERSION = 4;
+
+	/**
+	 * The feature id for the '<em><b>Configuration</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__CONFIGURATION = 5;
+
+	/**
+	 * The feature id for the '<em><b>Status</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__STATUS = 6;
+
+	/**
+	 * The feature id for the '<em><b>Fault</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__FAULT = 7;
+
+	/**
+	 * The feature id for the '<em><b>Features</b></em>' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__FEATURES = 8;
+
+	/**
+	 * The feature id for the '<em><b>Events</b></em>' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK__EVENTS = 9;
+
+	/**
+	 * The number of structural features of the '<em>Function Block</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FUNCTION_BLOCK_FEATURE_COUNT = 10;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.FBFeatureImpl <em>FB Feature</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.FBFeatureImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getFBFeature()
+	 * @generated
+	 */
+	int FB_FEATURE = 2;
+
+	/**
+	 * The feature id for the '<em><b>Properties</b></em>' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FB_FEATURE__PROPERTIES = 0;
+
+	/**
+	 * The number of structural features of the '<em>FB Feature</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int FB_FEATURE_FEATURE_COUNT = 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.ObjectTypeImpl <em>Object Type</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.ObjectTypeImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getObjectType()
+	 * @generated
+	 */
+	int OBJECT_TYPE = 3;
+
+	/**
+	 * The feature id for the '<em><b>Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_TYPE__NAME = 0;
+
+	/**
+	 * The number of structural features of the '<em>Object Type</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_TYPE_FEATURE_COUNT = 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.PropertyImpl <em>Property</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.PropertyImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getProperty()
+	 * @generated
+	 */
+	int PROPERTY = 4;
+
+	/**
+	 * The feature id for the '<em><b>Presence</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PROPERTY__PRESENCE = 0;
+
+	/**
+	 * The feature id for the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PROPERTY__MULTIPLICITY = 1;
+
+	/**
+	 * The feature id for the '<em><b>Prop Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PROPERTY__PROP_NAME = 2;
+
+	/**
+	 * The feature id for the '<em><b>Description</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PROPERTY__DESCRIPTION = 3;
+
+	/**
+	 * The number of structural features of the '<em>Property</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PROPERTY_FEATURE_COUNT = 4;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.EntityImpl <em>Entity</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.EntityImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getEntity()
+	 * @generated
+	 */
+	int ENTITY = 5;
+
+	/**
+	 * The feature id for the '<em><b>Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int ENTITY__NAME = OBJECT_TYPE__NAME;
+
+	/**
+	 * The feature id for the '<em><b>Super Type</b></em>' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int ENTITY__SUPER_TYPE = OBJECT_TYPE_FEATURE_COUNT + 0;
+
+	/**
+	 * The feature id for the '<em><b>Properties</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int ENTITY__PROPERTIES = OBJECT_TYPE_FEATURE_COUNT + 1;
+
+	/**
+	 * The number of structural features of the '<em>Entity</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int ENTITY_FEATURE_COUNT = OBJECT_TYPE_FEATURE_COUNT + 2;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.PresenceImpl <em>Presence</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.PresenceImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getPresence()
+	 * @generated
+	 */
+	int PRESENCE = 6;
+
+	/**
+	 * The feature id for the '<em><b>Mandatory</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRESENCE__MANDATORY = 0;
+
+	/**
+	 * The feature id for the '<em><b>Optional</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRESENCE__OPTIONAL = 1;
+
+	/**
+	 * The number of structural features of the '<em>Presence</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRESENCE_FEATURE_COUNT = 2;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.PrimitivePropertyImpl <em>Primitive Property</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.PrimitivePropertyImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getPrimitiveProperty()
+	 * @generated
+	 */
+	int PRIMITIVE_PROPERTY = 7;
+
+	/**
+	 * The feature id for the '<em><b>Presence</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PROPERTY__PRESENCE = PROPERTY__PRESENCE;
+
+	/**
+	 * The feature id for the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PROPERTY__MULTIPLICITY = PROPERTY__MULTIPLICITY;
+
+	/**
+	 * The feature id for the '<em><b>Prop Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PROPERTY__PROP_NAME = PROPERTY__PROP_NAME;
+
+	/**
+	 * The feature id for the '<em><b>Description</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PROPERTY__DESCRIPTION = PROPERTY__DESCRIPTION;
+
+	/**
+	 * The feature id for the '<em><b>Type</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PROPERTY__TYPE = PROPERTY_FEATURE_COUNT + 0;
+
+	/**
+	 * The feature id for the '<em><b>Constraints</b></em>' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PROPERTY__CONSTRAINTS = PROPERTY_FEATURE_COUNT + 1;
+
+	/**
+	 * The number of structural features of the '<em>Primitive Property</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PROPERTY_FEATURE_COUNT = PROPERTY_FEATURE_COUNT + 2;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.ObjectPropertyImpl <em>Object Property</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.ObjectPropertyImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getObjectProperty()
+	 * @generated
+	 */
+	int OBJECT_PROPERTY = 8;
+
+	/**
+	 * The feature id for the '<em><b>Presence</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PROPERTY__PRESENCE = PROPERTY__PRESENCE;
+
+	/**
+	 * The feature id for the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PROPERTY__MULTIPLICITY = PROPERTY__MULTIPLICITY;
+
+	/**
+	 * The feature id for the '<em><b>Prop Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PROPERTY__PROP_NAME = PROPERTY__PROP_NAME;
+
+	/**
+	 * The feature id for the '<em><b>Description</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PROPERTY__DESCRIPTION = PROPERTY__DESCRIPTION;
+
+	/**
+	 * The feature id for the '<em><b>Type</b></em>' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PROPERTY__TYPE = PROPERTY_FEATURE_COUNT + 0;
+
+	/**
+	 * The number of structural features of the '<em>Object Property</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PROPERTY_FEATURE_COUNT = PROPERTY_FEATURE_COUNT + 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.ConstraintImpl <em>Constraint</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.ConstraintImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getConstraint()
+	 * @generated
+	 */
+	int CONSTRAINT = 9;
+
+	/**
+	 * The feature id for the '<em><b>Type</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int CONSTRAINT__TYPE = 0;
+
+	/**
+	 * The feature id for the '<em><b>Constraint Values</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int CONSTRAINT__CONSTRAINT_VALUES = 1;
+
+	/**
+	 * The number of structural features of the '<em>Constraint</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int CONSTRAINT_FEATURE_COUNT = 2;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.OperationImpl <em>Operation</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.OperationImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getOperation()
+	 * @generated
+	 */
+	int OPERATION = 10;
+
+	/**
+	 * The feature id for the '<em><b>Method Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OPERATION__METHOD_NAME = 0;
+
+	/**
+	 * The feature id for the '<em><b>Params</b></em>' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OPERATION__PARAMS = 1;
+
+	/**
+	 * The feature id for the '<em><b>Return Type</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OPERATION__RETURN_TYPE = 2;
+
+	/**
+	 * The feature id for the '<em><b>Description</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OPERATION__DESCRIPTION = 3;
+
+	/**
+	 * The number of structural features of the '<em>Operation</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OPERATION_FEATURE_COUNT = 4;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.ReturnTypeImpl <em>Return Type</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.ReturnTypeImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getReturnType()
+	 * @generated
+	 */
+	int RETURN_TYPE = 11;
+
+	/**
+	 * The feature id for the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int RETURN_TYPE__MULTIPLICITY = 0;
+
+	/**
+	 * The number of structural features of the '<em>Return Type</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int RETURN_TYPE_FEATURE_COUNT = 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.ReturnObjectTypeImpl <em>Return Object Type</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.ReturnObjectTypeImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getReturnObjectType()
+	 * @generated
+	 */
+	int RETURN_OBJECT_TYPE = 12;
+
+	/**
+	 * The feature id for the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int RETURN_OBJECT_TYPE__MULTIPLICITY = RETURN_TYPE__MULTIPLICITY;
+
+	/**
+	 * The feature id for the '<em><b>Return Type</b></em>' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int RETURN_OBJECT_TYPE__RETURN_TYPE = RETURN_TYPE_FEATURE_COUNT + 0;
+
+	/**
+	 * The number of structural features of the '<em>Return Object Type</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int RETURN_OBJECT_TYPE_FEATURE_COUNT = RETURN_TYPE_FEATURE_COUNT + 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.ReturnPrimitiveTypeImpl <em>Return Primitive Type</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.ReturnPrimitiveTypeImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getReturnPrimitiveType()
+	 * @generated
+	 */
+	int RETURN_PRIMITIVE_TYPE = 13;
+
+	/**
+	 * The feature id for the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int RETURN_PRIMITIVE_TYPE__MULTIPLICITY = RETURN_TYPE__MULTIPLICITY;
+
+	/**
+	 * The feature id for the '<em><b>Return Type</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int RETURN_PRIMITIVE_TYPE__RETURN_TYPE = RETURN_TYPE_FEATURE_COUNT + 0;
+
+	/**
+	 * The number of structural features of the '<em>Return Primitive Type</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int RETURN_PRIMITIVE_TYPE_FEATURE_COUNT = RETURN_TYPE_FEATURE_COUNT + 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.ParameterImpl <em>Parameter</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.ParameterImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getParameter()
+	 * @generated
+	 */
+	int PARAMETER = 14;
+
+	/**
+	 * The feature id for the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PARAMETER__MULTIPLICITY = 0;
+
+	/**
+	 * The feature id for the '<em><b>Param Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PARAMETER__PARAM_NAME = 1;
+
+	/**
+	 * The number of structural features of the '<em>Parameter</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PARAMETER_FEATURE_COUNT = 2;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.ObjectParamImpl <em>Object Param</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.ObjectParamImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getObjectParam()
+	 * @generated
+	 */
+	int OBJECT_PARAM = 15;
+
+	/**
+	 * The feature id for the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PARAM__MULTIPLICITY = PARAMETER__MULTIPLICITY;
+
+	/**
+	 * The feature id for the '<em><b>Param Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PARAM__PARAM_NAME = PARAMETER__PARAM_NAME;
+
+	/**
+	 * The feature id for the '<em><b>Param Type</b></em>' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PARAM__PARAM_TYPE = PARAMETER_FEATURE_COUNT + 0;
+
+	/**
+	 * The number of structural features of the '<em>Object Param</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int OBJECT_PARAM_FEATURE_COUNT = PARAMETER_FEATURE_COUNT + 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.PrimitiveParamImpl <em>Primitive Param</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.PrimitiveParamImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getPrimitiveParam()
+	 * @generated
+	 */
+	int PRIMITIVE_PARAM = 16;
+
+	/**
+	 * The feature id for the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PARAM__MULTIPLICITY = PARAMETER__MULTIPLICITY;
+
+	/**
+	 * The feature id for the '<em><b>Param Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PARAM__PARAM_NAME = PARAMETER__PARAM_NAME;
+
+	/**
+	 * The feature id for the '<em><b>Param Type</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PARAM__PARAM_TYPE = PARAMETER_FEATURE_COUNT + 0;
+
+	/**
+	 * The number of structural features of the '<em>Primitive Param</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int PRIMITIVE_PARAM_FEATURE_COUNT = PARAMETER_FEATURE_COUNT + 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.EnumImpl <em>Enum</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.EnumImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getEnum()
+	 * @generated
+	 */
+	int ENUM = 17;
+
+	/**
+	 * The feature id for the '<em><b>Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int ENUM__NAME = OBJECT_TYPE__NAME;
+
+	/**
+	 * The feature id for the '<em><b>Enums</b></em>' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int ENUM__ENUMS = OBJECT_TYPE_FEATURE_COUNT + 0;
+
+	/**
+	 * The number of structural features of the '<em>Enum</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int ENUM_FEATURE_COUNT = OBJECT_TYPE_FEATURE_COUNT + 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.EnumLiteralImpl <em>Enum Literal</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.EnumLiteralImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getEnumLiteral()
+	 * @generated
+	 */
+	int ENUM_LITERAL = 18;
+
+	/**
+	 * The feature id for the '<em><b>Literal</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int ENUM_LITERAL__LITERAL = 0;
+
+	/**
+	 * The number of structural features of the '<em>Enum Literal</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int ENUM_LITERAL_FEATURE_COUNT = 1;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.impl.EventImpl <em>Event</em>}' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.impl.EventImpl
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getEvent()
+	 * @generated
+	 */
+	int EVENT = 19;
+
+	/**
+	 * The feature id for the '<em><b>Feature</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int EVENT__FEATURE = 0;
+
+	/**
+	 * The feature id for the '<em><b>Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int EVENT__NAME = 1;
+
+	/**
+	 * The number of structural features of the '<em>Event</em>' class.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 * @ordered
+	 */
+	int EVENT_FEATURE_COUNT = 2;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.PrimitiveType <em>Primitive Type</em>}' enum.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.PrimitiveType
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getPrimitiveType()
+	 * @generated
+	 */
+	int PRIMITIVE_TYPE = 20;
+
+	/**
+	 * The meta object id for the '{@link org.eclipse.vorto.functionblock.ConstraintIntervalType <em>Constraint Interval Type</em>}' enum.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.vorto.functionblock.ConstraintIntervalType
+	 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getConstraintIntervalType()
+	 * @generated
+	 */
+	int CONSTRAINT_INTERVAL_TYPE = 21;
+
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.FunctionblockModel <em>Model</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Model</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockModel
+	 * @generated
+	 */
+	EClass getFunctionblockModel();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.FunctionblockModel#getName <em>Name</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Name</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockModel#getName()
+	 * @see #getFunctionblockModel()
+	 * @generated
+	 */
+	EAttribute getFunctionblockModel_Name();
+
+	/**
+	 * Returns the meta object for the containment reference '{@link org.eclipse.vorto.functionblock.FunctionblockModel#getFunctionblock <em>Functionblock</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference '<em>Functionblock</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockModel#getFunctionblock()
+	 * @see #getFunctionblockModel()
+	 * @generated
+	 */
+	EReference getFunctionblockModel_Functionblock();
+
+	/**
+	 * Returns the meta object for the containment reference list '{@link org.eclipse.vorto.functionblock.FunctionblockModel#getElements <em>Elements</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference list '<em>Elements</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockModel#getElements()
+	 * @see #getFunctionblockModel()
+	 * @generated
+	 */
+	EReference getFunctionblockModel_Elements();
+
+	/**
+	 * Returns the meta object for the containment reference list '{@link org.eclipse.vorto.functionblock.FunctionblockModel#getEnums <em>Enums</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference list '<em>Enums</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockModel#getEnums()
+	 * @see #getFunctionblockModel()
+	 * @generated
+	 */
+	EReference getFunctionblockModel_Enums();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.FunctionBlock <em>Function Block</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Function Block</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock
+	 * @generated
+	 */
+	EClass getFunctionBlock();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.FunctionBlock#getDisplayname <em>Displayname</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Displayname</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getDisplayname()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EAttribute getFunctionBlock_Displayname();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.FunctionBlock#getDescription <em>Description</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Description</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getDescription()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EAttribute getFunctionBlock_Description();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.FunctionBlock#getVendor <em>Vendor</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Vendor</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getVendor()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EAttribute getFunctionBlock_Vendor();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.FunctionBlock#getCategory <em>Category</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Category</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getCategory()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EAttribute getFunctionBlock_Category();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.FunctionBlock#getVersion <em>Version</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Version</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getVersion()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EAttribute getFunctionBlock_Version();
+
+	/**
+	 * Returns the meta object for the containment reference '{@link org.eclipse.vorto.functionblock.FunctionBlock#getConfiguration <em>Configuration</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference '<em>Configuration</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getConfiguration()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EReference getFunctionBlock_Configuration();
+
+	/**
+	 * Returns the meta object for the containment reference '{@link org.eclipse.vorto.functionblock.FunctionBlock#getStatus <em>Status</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference '<em>Status</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getStatus()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EReference getFunctionBlock_Status();
+
+	/**
+	 * Returns the meta object for the containment reference '{@link org.eclipse.vorto.functionblock.FunctionBlock#getFault <em>Fault</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference '<em>Fault</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getFault()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EReference getFunctionBlock_Fault();
+
+	/**
+	 * Returns the meta object for the containment reference list '{@link org.eclipse.vorto.functionblock.FunctionBlock#getFeatures <em>Features</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference list '<em>Features</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getFeatures()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EReference getFunctionBlock_Features();
+
+	/**
+	 * Returns the meta object for the containment reference list '{@link org.eclipse.vorto.functionblock.FunctionBlock#getEvents <em>Events</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference list '<em>Events</em>'.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock#getEvents()
+	 * @see #getFunctionBlock()
+	 * @generated
+	 */
+	EReference getFunctionBlock_Events();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.FBFeature <em>FB Feature</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>FB Feature</em>'.
+	 * @see org.eclipse.vorto.functionblock.FBFeature
+	 * @generated
+	 */
+	EClass getFBFeature();
+
+	/**
+	 * Returns the meta object for the containment reference list '{@link org.eclipse.vorto.functionblock.FBFeature#getProperties <em>Properties</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference list '<em>Properties</em>'.
+	 * @see org.eclipse.vorto.functionblock.FBFeature#getProperties()
+	 * @see #getFBFeature()
+	 * @generated
+	 */
+	EReference getFBFeature_Properties();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.ObjectType <em>Object Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Object Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.ObjectType
+	 * @generated
+	 */
+	EClass getObjectType();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.ObjectType#getName <em>Name</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Name</em>'.
+	 * @see org.eclipse.vorto.functionblock.ObjectType#getName()
+	 * @see #getObjectType()
+	 * @generated
+	 */
+	EAttribute getObjectType_Name();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.Property <em>Property</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Property</em>'.
+	 * @see org.eclipse.vorto.functionblock.Property
+	 * @generated
+	 */
+	EClass getProperty();
+
+	/**
+	 * Returns the meta object for the containment reference '{@link org.eclipse.vorto.functionblock.Property#getPresence <em>Presence</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference '<em>Presence</em>'.
+	 * @see org.eclipse.vorto.functionblock.Property#getPresence()
+	 * @see #getProperty()
+	 * @generated
+	 */
+	EReference getProperty_Presence();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Property#getMultiplicity <em>Multiplicity</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Multiplicity</em>'.
+	 * @see org.eclipse.vorto.functionblock.Property#getMultiplicity()
+	 * @see #getProperty()
+	 * @generated
+	 */
+	EAttribute getProperty_Multiplicity();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Property#getPropName <em>Prop Name</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Prop Name</em>'.
+	 * @see org.eclipse.vorto.functionblock.Property#getPropName()
+	 * @see #getProperty()
+	 * @generated
+	 */
+	EAttribute getProperty_PropName();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Property#getDescription <em>Description</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Description</em>'.
+	 * @see org.eclipse.vorto.functionblock.Property#getDescription()
+	 * @see #getProperty()
+	 * @generated
+	 */
+	EAttribute getProperty_Description();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.Entity <em>Entity</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Entity</em>'.
+	 * @see org.eclipse.vorto.functionblock.Entity
+	 * @generated
+	 */
+	EClass getEntity();
+
+	/**
+	 * Returns the meta object for the reference '{@link org.eclipse.vorto.functionblock.Entity#getSuperType <em>Super Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the reference '<em>Super Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.Entity#getSuperType()
+	 * @see #getEntity()
+	 * @generated
+	 */
+	EReference getEntity_SuperType();
+
+	/**
+	 * Returns the meta object for the containment reference '{@link org.eclipse.vorto.functionblock.Entity#getProperties <em>Properties</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference '<em>Properties</em>'.
+	 * @see org.eclipse.vorto.functionblock.Entity#getProperties()
+	 * @see #getEntity()
+	 * @generated
+	 */
+	EReference getEntity_Properties();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.Presence <em>Presence</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Presence</em>'.
+	 * @see org.eclipse.vorto.functionblock.Presence
+	 * @generated
+	 */
+	EClass getPresence();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Presence#getMandatory <em>Mandatory</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Mandatory</em>'.
+	 * @see org.eclipse.vorto.functionblock.Presence#getMandatory()
+	 * @see #getPresence()
+	 * @generated
+	 */
+	EAttribute getPresence_Mandatory();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Presence#getOptional <em>Optional</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Optional</em>'.
+	 * @see org.eclipse.vorto.functionblock.Presence#getOptional()
+	 * @see #getPresence()
+	 * @generated
+	 */
+	EAttribute getPresence_Optional();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.PrimitiveProperty <em>Primitive Property</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Primitive Property</em>'.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveProperty
+	 * @generated
+	 */
+	EClass getPrimitiveProperty();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.PrimitiveProperty#getType <em>Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveProperty#getType()
+	 * @see #getPrimitiveProperty()
+	 * @generated
+	 */
+	EAttribute getPrimitiveProperty_Type();
+
+	/**
+	 * Returns the meta object for the containment reference list '{@link org.eclipse.vorto.functionblock.PrimitiveProperty#getConstraints <em>Constraints</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference list '<em>Constraints</em>'.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveProperty#getConstraints()
+	 * @see #getPrimitiveProperty()
+	 * @generated
+	 */
+	EReference getPrimitiveProperty_Constraints();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.ObjectProperty <em>Object Property</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Object Property</em>'.
+	 * @see org.eclipse.vorto.functionblock.ObjectProperty
+	 * @generated
+	 */
+	EClass getObjectProperty();
+
+	/**
+	 * Returns the meta object for the reference '{@link org.eclipse.vorto.functionblock.ObjectProperty#getType <em>Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the reference '<em>Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.ObjectProperty#getType()
+	 * @see #getObjectProperty()
+	 * @generated
+	 */
+	EReference getObjectProperty_Type();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.Constraint <em>Constraint</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Constraint</em>'.
+	 * @see org.eclipse.vorto.functionblock.Constraint
+	 * @generated
+	 */
+	EClass getConstraint();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Constraint#getType <em>Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.Constraint#getType()
+	 * @see #getConstraint()
+	 * @generated
+	 */
+	EAttribute getConstraint_Type();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Constraint#getConstraintValues <em>Constraint Values</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Constraint Values</em>'.
+	 * @see org.eclipse.vorto.functionblock.Constraint#getConstraintValues()
+	 * @see #getConstraint()
+	 * @generated
+	 */
+	EAttribute getConstraint_ConstraintValues();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.Operation <em>Operation</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Operation</em>'.
+	 * @see org.eclipse.vorto.functionblock.Operation
+	 * @generated
+	 */
+	EClass getOperation();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Operation#getMethodName <em>Method Name</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Method Name</em>'.
+	 * @see org.eclipse.vorto.functionblock.Operation#getMethodName()
+	 * @see #getOperation()
+	 * @generated
+	 */
+	EAttribute getOperation_MethodName();
+
+	/**
+	 * Returns the meta object for the containment reference list '{@link org.eclipse.vorto.functionblock.Operation#getParams <em>Params</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference list '<em>Params</em>'.
+	 * @see org.eclipse.vorto.functionblock.Operation#getParams()
+	 * @see #getOperation()
+	 * @generated
+	 */
+	EReference getOperation_Params();
+
+	/**
+	 * Returns the meta object for the containment reference '{@link org.eclipse.vorto.functionblock.Operation#getReturnType <em>Return Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference '<em>Return Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.Operation#getReturnType()
+	 * @see #getOperation()
+	 * @generated
+	 */
+	EReference getOperation_ReturnType();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Operation#getDescription <em>Description</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Description</em>'.
+	 * @see org.eclipse.vorto.functionblock.Operation#getDescription()
+	 * @see #getOperation()
+	 * @generated
+	 */
+	EAttribute getOperation_Description();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.ReturnType <em>Return Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Return Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.ReturnType
+	 * @generated
+	 */
+	EClass getReturnType();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.ReturnType#getMultiplicity <em>Multiplicity</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Multiplicity</em>'.
+	 * @see org.eclipse.vorto.functionblock.ReturnType#getMultiplicity()
+	 * @see #getReturnType()
+	 * @generated
+	 */
+	EAttribute getReturnType_Multiplicity();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.ReturnObjectType <em>Return Object Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Return Object Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.ReturnObjectType
+	 * @generated
+	 */
+	EClass getReturnObjectType();
+
+	/**
+	 * Returns the meta object for the reference '{@link org.eclipse.vorto.functionblock.ReturnObjectType#getReturnType <em>Return Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the reference '<em>Return Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.ReturnObjectType#getReturnType()
+	 * @see #getReturnObjectType()
+	 * @generated
+	 */
+	EReference getReturnObjectType_ReturnType();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.ReturnPrimitiveType <em>Return Primitive Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Return Primitive Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.ReturnPrimitiveType
+	 * @generated
+	 */
+	EClass getReturnPrimitiveType();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.ReturnPrimitiveType#getReturnType <em>Return Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Return Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.ReturnPrimitiveType#getReturnType()
+	 * @see #getReturnPrimitiveType()
+	 * @generated
+	 */
+	EAttribute getReturnPrimitiveType_ReturnType();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.Parameter <em>Parameter</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Parameter</em>'.
+	 * @see org.eclipse.vorto.functionblock.Parameter
+	 * @generated
+	 */
+	EClass getParameter();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Parameter#getMultiplicity <em>Multiplicity</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Multiplicity</em>'.
+	 * @see org.eclipse.vorto.functionblock.Parameter#getMultiplicity()
+	 * @see #getParameter()
+	 * @generated
+	 */
+	EAttribute getParameter_Multiplicity();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Parameter#getParamName <em>Param Name</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Param Name</em>'.
+	 * @see org.eclipse.vorto.functionblock.Parameter#getParamName()
+	 * @see #getParameter()
+	 * @generated
+	 */
+	EAttribute getParameter_ParamName();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.ObjectParam <em>Object Param</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Object Param</em>'.
+	 * @see org.eclipse.vorto.functionblock.ObjectParam
+	 * @generated
+	 */
+	EClass getObjectParam();
+
+	/**
+	 * Returns the meta object for the reference '{@link org.eclipse.vorto.functionblock.ObjectParam#getParamType <em>Param Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the reference '<em>Param Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.ObjectParam#getParamType()
+	 * @see #getObjectParam()
+	 * @generated
+	 */
+	EReference getObjectParam_ParamType();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.PrimitiveParam <em>Primitive Param</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Primitive Param</em>'.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveParam
+	 * @generated
+	 */
+	EClass getPrimitiveParam();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.PrimitiveParam#getParamType <em>Param Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Param Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveParam#getParamType()
+	 * @see #getPrimitiveParam()
+	 * @generated
+	 */
+	EAttribute getPrimitiveParam_ParamType();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.Enum <em>Enum</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Enum</em>'.
+	 * @see org.eclipse.vorto.functionblock.Enum
+	 * @generated
+	 */
+	EClass getEnum();
+
+	/**
+	 * Returns the meta object for the containment reference list '{@link org.eclipse.vorto.functionblock.Enum#getEnums <em>Enums</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference list '<em>Enums</em>'.
+	 * @see org.eclipse.vorto.functionblock.Enum#getEnums()
+	 * @see #getEnum()
+	 * @generated
+	 */
+	EReference getEnum_Enums();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.EnumLiteral <em>Enum Literal</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Enum Literal</em>'.
+	 * @see org.eclipse.vorto.functionblock.EnumLiteral
+	 * @generated
+	 */
+	EClass getEnumLiteral();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.EnumLiteral#getLiteral <em>Literal</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Literal</em>'.
+	 * @see org.eclipse.vorto.functionblock.EnumLiteral#getLiteral()
+	 * @see #getEnumLiteral()
+	 * @generated
+	 */
+	EAttribute getEnumLiteral_Literal();
+
+	/**
+	 * Returns the meta object for class '{@link org.eclipse.vorto.functionblock.Event <em>Event</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for class '<em>Event</em>'.
+	 * @see org.eclipse.vorto.functionblock.Event
+	 * @generated
+	 */
+	EClass getEvent();
+
+	/**
+	 * Returns the meta object for the containment reference '{@link org.eclipse.vorto.functionblock.Event#getFeature <em>Feature</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the containment reference '<em>Feature</em>'.
+	 * @see org.eclipse.vorto.functionblock.Event#getFeature()
+	 * @see #getEvent()
+	 * @generated
+	 */
+	EReference getEvent_Feature();
+
+	/**
+	 * Returns the meta object for the attribute '{@link org.eclipse.vorto.functionblock.Event#getName <em>Name</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for the attribute '<em>Name</em>'.
+	 * @see org.eclipse.vorto.functionblock.Event#getName()
+	 * @see #getEvent()
+	 * @generated
+	 */
+	EAttribute getEvent_Name();
+
+	/**
+	 * Returns the meta object for enum '{@link org.eclipse.vorto.functionblock.PrimitiveType <em>Primitive Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for enum '<em>Primitive Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveType
+	 * @generated
+	 */
+	EEnum getPrimitiveType();
+
+	/**
+	 * Returns the meta object for enum '{@link org.eclipse.vorto.functionblock.ConstraintIntervalType <em>Constraint Interval Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the meta object for enum '<em>Constraint Interval Type</em>'.
+	 * @see org.eclipse.vorto.functionblock.ConstraintIntervalType
+	 * @generated
+	 */
+	EEnum getConstraintIntervalType();
+
+	/**
+	 * Returns the factory that creates the instances of the model.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the factory that creates the instances of the model.
+	 * @generated
+	 */
+	FunctionblockFactory getFunctionblockFactory();
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * Defines literals for the meta objects that represent
+	 * <ul>
+	 *   <li>each class,</li>
+	 *   <li>each feature of each class,</li>
+	 *   <li>each enum,</li>
+	 *   <li>and each data type</li>
+	 * </ul>
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	interface Literals {
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.FunctionblockModelImpl <em>Model</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockModelImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getFunctionblockModel()
+		 * @generated
+		 */
+		EClass FUNCTIONBLOCK_MODEL = eINSTANCE.getFunctionblockModel();
+
+		/**
+		 * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute FUNCTIONBLOCK_MODEL__NAME = eINSTANCE.getFunctionblockModel_Name();
+
+		/**
+		 * The meta object literal for the '<em><b>Functionblock</b></em>' containment reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK = eINSTANCE.getFunctionblockModel_Functionblock();
+
+		/**
+		 * The meta object literal for the '<em><b>Elements</b></em>' containment reference list feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference FUNCTIONBLOCK_MODEL__ELEMENTS = eINSTANCE.getFunctionblockModel_Elements();
+
+		/**
+		 * The meta object literal for the '<em><b>Enums</b></em>' containment reference list feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference FUNCTIONBLOCK_MODEL__ENUMS = eINSTANCE.getFunctionblockModel_Enums();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl <em>Function Block</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionBlockImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getFunctionBlock()
+		 * @generated
+		 */
+		EClass FUNCTION_BLOCK = eINSTANCE.getFunctionBlock();
+
+		/**
+		 * The meta object literal for the '<em><b>Displayname</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute FUNCTION_BLOCK__DISPLAYNAME = eINSTANCE.getFunctionBlock_Displayname();
+
+		/**
+		 * The meta object literal for the '<em><b>Description</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute FUNCTION_BLOCK__DESCRIPTION = eINSTANCE.getFunctionBlock_Description();
+
+		/**
+		 * The meta object literal for the '<em><b>Vendor</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute FUNCTION_BLOCK__VENDOR = eINSTANCE.getFunctionBlock_Vendor();
+
+		/**
+		 * The meta object literal for the '<em><b>Category</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute FUNCTION_BLOCK__CATEGORY = eINSTANCE.getFunctionBlock_Category();
+
+		/**
+		 * The meta object literal for the '<em><b>Version</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute FUNCTION_BLOCK__VERSION = eINSTANCE.getFunctionBlock_Version();
+
+		/**
+		 * The meta object literal for the '<em><b>Configuration</b></em>' containment reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference FUNCTION_BLOCK__CONFIGURATION = eINSTANCE.getFunctionBlock_Configuration();
+
+		/**
+		 * The meta object literal for the '<em><b>Status</b></em>' containment reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference FUNCTION_BLOCK__STATUS = eINSTANCE.getFunctionBlock_Status();
+
+		/**
+		 * The meta object literal for the '<em><b>Fault</b></em>' containment reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference FUNCTION_BLOCK__FAULT = eINSTANCE.getFunctionBlock_Fault();
+
+		/**
+		 * The meta object literal for the '<em><b>Features</b></em>' containment reference list feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference FUNCTION_BLOCK__FEATURES = eINSTANCE.getFunctionBlock_Features();
+
+		/**
+		 * The meta object literal for the '<em><b>Events</b></em>' containment reference list feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference FUNCTION_BLOCK__EVENTS = eINSTANCE.getFunctionBlock_Events();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.FBFeatureImpl <em>FB Feature</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.FBFeatureImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getFBFeature()
+		 * @generated
+		 */
+		EClass FB_FEATURE = eINSTANCE.getFBFeature();
+
+		/**
+		 * The meta object literal for the '<em><b>Properties</b></em>' containment reference list feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference FB_FEATURE__PROPERTIES = eINSTANCE.getFBFeature_Properties();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.ObjectTypeImpl <em>Object Type</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.ObjectTypeImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getObjectType()
+		 * @generated
+		 */
+		EClass OBJECT_TYPE = eINSTANCE.getObjectType();
+
+		/**
+		 * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute OBJECT_TYPE__NAME = eINSTANCE.getObjectType_Name();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.PropertyImpl <em>Property</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.PropertyImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getProperty()
+		 * @generated
+		 */
+		EClass PROPERTY = eINSTANCE.getProperty();
+
+		/**
+		 * The meta object literal for the '<em><b>Presence</b></em>' containment reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference PROPERTY__PRESENCE = eINSTANCE.getProperty_Presence();
+
+		/**
+		 * The meta object literal for the '<em><b>Multiplicity</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute PROPERTY__MULTIPLICITY = eINSTANCE.getProperty_Multiplicity();
+
+		/**
+		 * The meta object literal for the '<em><b>Prop Name</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute PROPERTY__PROP_NAME = eINSTANCE.getProperty_PropName();
+
+		/**
+		 * The meta object literal for the '<em><b>Description</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute PROPERTY__DESCRIPTION = eINSTANCE.getProperty_Description();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.EntityImpl <em>Entity</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.EntityImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getEntity()
+		 * @generated
+		 */
+		EClass ENTITY = eINSTANCE.getEntity();
+
+		/**
+		 * The meta object literal for the '<em><b>Super Type</b></em>' reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference ENTITY__SUPER_TYPE = eINSTANCE.getEntity_SuperType();
+
+		/**
+		 * The meta object literal for the '<em><b>Properties</b></em>' containment reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference ENTITY__PROPERTIES = eINSTANCE.getEntity_Properties();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.PresenceImpl <em>Presence</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.PresenceImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getPresence()
+		 * @generated
+		 */
+		EClass PRESENCE = eINSTANCE.getPresence();
+
+		/**
+		 * The meta object literal for the '<em><b>Mandatory</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute PRESENCE__MANDATORY = eINSTANCE.getPresence_Mandatory();
+
+		/**
+		 * The meta object literal for the '<em><b>Optional</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute PRESENCE__OPTIONAL = eINSTANCE.getPresence_Optional();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.PrimitivePropertyImpl <em>Primitive Property</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.PrimitivePropertyImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getPrimitiveProperty()
+		 * @generated
+		 */
+		EClass PRIMITIVE_PROPERTY = eINSTANCE.getPrimitiveProperty();
+
+		/**
+		 * The meta object literal for the '<em><b>Type</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute PRIMITIVE_PROPERTY__TYPE = eINSTANCE.getPrimitiveProperty_Type();
+
+		/**
+		 * The meta object literal for the '<em><b>Constraints</b></em>' containment reference list feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference PRIMITIVE_PROPERTY__CONSTRAINTS = eINSTANCE.getPrimitiveProperty_Constraints();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.ObjectPropertyImpl <em>Object Property</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.ObjectPropertyImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getObjectProperty()
+		 * @generated
+		 */
+		EClass OBJECT_PROPERTY = eINSTANCE.getObjectProperty();
+
+		/**
+		 * The meta object literal for the '<em><b>Type</b></em>' reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference OBJECT_PROPERTY__TYPE = eINSTANCE.getObjectProperty_Type();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.ConstraintImpl <em>Constraint</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.ConstraintImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getConstraint()
+		 * @generated
+		 */
+		EClass CONSTRAINT = eINSTANCE.getConstraint();
+
+		/**
+		 * The meta object literal for the '<em><b>Type</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute CONSTRAINT__TYPE = eINSTANCE.getConstraint_Type();
+
+		/**
+		 * The meta object literal for the '<em><b>Constraint Values</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute CONSTRAINT__CONSTRAINT_VALUES = eINSTANCE.getConstraint_ConstraintValues();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.OperationImpl <em>Operation</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.OperationImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getOperation()
+		 * @generated
+		 */
+		EClass OPERATION = eINSTANCE.getOperation();
+
+		/**
+		 * The meta object literal for the '<em><b>Method Name</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute OPERATION__METHOD_NAME = eINSTANCE.getOperation_MethodName();
+
+		/**
+		 * The meta object literal for the '<em><b>Params</b></em>' containment reference list feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference OPERATION__PARAMS = eINSTANCE.getOperation_Params();
+
+		/**
+		 * The meta object literal for the '<em><b>Return Type</b></em>' containment reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference OPERATION__RETURN_TYPE = eINSTANCE.getOperation_ReturnType();
+
+		/**
+		 * The meta object literal for the '<em><b>Description</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute OPERATION__DESCRIPTION = eINSTANCE.getOperation_Description();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.ReturnTypeImpl <em>Return Type</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.ReturnTypeImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getReturnType()
+		 * @generated
+		 */
+		EClass RETURN_TYPE = eINSTANCE.getReturnType();
+
+		/**
+		 * The meta object literal for the '<em><b>Multiplicity</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute RETURN_TYPE__MULTIPLICITY = eINSTANCE.getReturnType_Multiplicity();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.ReturnObjectTypeImpl <em>Return Object Type</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.ReturnObjectTypeImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getReturnObjectType()
+		 * @generated
+		 */
+		EClass RETURN_OBJECT_TYPE = eINSTANCE.getReturnObjectType();
+
+		/**
+		 * The meta object literal for the '<em><b>Return Type</b></em>' reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference RETURN_OBJECT_TYPE__RETURN_TYPE = eINSTANCE.getReturnObjectType_ReturnType();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.ReturnPrimitiveTypeImpl <em>Return Primitive Type</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.ReturnPrimitiveTypeImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getReturnPrimitiveType()
+		 * @generated
+		 */
+		EClass RETURN_PRIMITIVE_TYPE = eINSTANCE.getReturnPrimitiveType();
+
+		/**
+		 * The meta object literal for the '<em><b>Return Type</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute RETURN_PRIMITIVE_TYPE__RETURN_TYPE = eINSTANCE.getReturnPrimitiveType_ReturnType();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.ParameterImpl <em>Parameter</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.ParameterImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getParameter()
+		 * @generated
+		 */
+		EClass PARAMETER = eINSTANCE.getParameter();
+
+		/**
+		 * The meta object literal for the '<em><b>Multiplicity</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute PARAMETER__MULTIPLICITY = eINSTANCE.getParameter_Multiplicity();
+
+		/**
+		 * The meta object literal for the '<em><b>Param Name</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute PARAMETER__PARAM_NAME = eINSTANCE.getParameter_ParamName();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.ObjectParamImpl <em>Object Param</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.ObjectParamImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getObjectParam()
+		 * @generated
+		 */
+		EClass OBJECT_PARAM = eINSTANCE.getObjectParam();
+
+		/**
+		 * The meta object literal for the '<em><b>Param Type</b></em>' reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference OBJECT_PARAM__PARAM_TYPE = eINSTANCE.getObjectParam_ParamType();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.PrimitiveParamImpl <em>Primitive Param</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.PrimitiveParamImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getPrimitiveParam()
+		 * @generated
+		 */
+		EClass PRIMITIVE_PARAM = eINSTANCE.getPrimitiveParam();
+
+		/**
+		 * The meta object literal for the '<em><b>Param Type</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute PRIMITIVE_PARAM__PARAM_TYPE = eINSTANCE.getPrimitiveParam_ParamType();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.EnumImpl <em>Enum</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.EnumImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getEnum()
+		 * @generated
+		 */
+		EClass ENUM = eINSTANCE.getEnum();
+
+		/**
+		 * The meta object literal for the '<em><b>Enums</b></em>' containment reference list feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference ENUM__ENUMS = eINSTANCE.getEnum_Enums();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.EnumLiteralImpl <em>Enum Literal</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.EnumLiteralImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getEnumLiteral()
+		 * @generated
+		 */
+		EClass ENUM_LITERAL = eINSTANCE.getEnumLiteral();
+
+		/**
+		 * The meta object literal for the '<em><b>Literal</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute ENUM_LITERAL__LITERAL = eINSTANCE.getEnumLiteral_Literal();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.impl.EventImpl <em>Event</em>}' class.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.impl.EventImpl
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getEvent()
+		 * @generated
+		 */
+		EClass EVENT = eINSTANCE.getEvent();
+
+		/**
+		 * The meta object literal for the '<em><b>Feature</b></em>' containment reference feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EReference EVENT__FEATURE = eINSTANCE.getEvent_Feature();
+
+		/**
+		 * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @generated
+		 */
+		EAttribute EVENT__NAME = eINSTANCE.getEvent_Name();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.PrimitiveType <em>Primitive Type</em>}' enum.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.PrimitiveType
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getPrimitiveType()
+		 * @generated
+		 */
+		EEnum PRIMITIVE_TYPE = eINSTANCE.getPrimitiveType();
+
+		/**
+		 * The meta object literal for the '{@link org.eclipse.vorto.functionblock.ConstraintIntervalType <em>Constraint Interval Type</em>}' enum.
+		 * <!-- begin-user-doc -->
+		 * <!-- end-user-doc -->
+		 * @see org.eclipse.vorto.functionblock.ConstraintIntervalType
+		 * @see org.eclipse.vorto.functionblock.impl.FunctionblockPackageImpl#getConstraintIntervalType()
+		 * @generated
+		 */
+		EEnum CONSTRAINT_INTERVAL_TYPE = eINSTANCE.getConstraintIntervalType();
+
+	}
+
+} //FunctionblockPackage
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ObjectParam.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ObjectParam.java
new file mode 100644
index 0000000..17ef2f8
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ObjectParam.java
@@ -0,0 +1,64 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Object Param</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.ObjectParam#getParamType <em>Param Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getObjectParam()
+ * @model
+ * @generated
+ */
+public interface ObjectParam extends Parameter {
+	/**
+	 * Returns the value of the '<em><b>Param Type</b></em>' reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Param Type</em>' reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Param Type</em>' reference.
+	 * @see #setParamType(ObjectType)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getObjectParam_ParamType()
+	 * @model
+	 * @generated
+	 */
+	ObjectType getParamType();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.ObjectParam#getParamType <em>Param Type</em>}' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Param Type</em>' reference.
+	 * @see #getParamType()
+	 * @generated
+	 */
+	void setParamType(ObjectType value);
+
+} // ObjectParam
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ObjectProperty.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ObjectProperty.java
new file mode 100644
index 0000000..63adb9f
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ObjectProperty.java
@@ -0,0 +1,64 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Object Property</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.ObjectProperty#getType <em>Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getObjectProperty()
+ * @model
+ * @generated
+ */
+public interface ObjectProperty extends Property {
+	/**
+	 * Returns the value of the '<em><b>Type</b></em>' reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Type</em>' reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Type</em>' reference.
+	 * @see #setType(ObjectType)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getObjectProperty_Type()
+	 * @model
+	 * @generated
+	 */
+	ObjectType getType();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.ObjectProperty#getType <em>Type</em>}' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Type</em>' reference.
+	 * @see #getType()
+	 * @generated
+	 */
+	void setType(ObjectType value);
+
+} // ObjectProperty
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ObjectType.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ObjectType.java
new file mode 100644
index 0000000..915dd24
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ObjectType.java
@@ -0,0 +1,65 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Object Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.ObjectType#getName <em>Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getObjectType()
+ * @model
+ * @generated
+ */
+public interface ObjectType extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Name</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Name</em>' attribute.
+	 * @see #setName(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getObjectType_Name()
+	 * @model
+	 * @generated
+	 */
+	String getName();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.ObjectType#getName <em>Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Name</em>' attribute.
+	 * @see #getName()
+	 * @generated
+	 */
+	void setName(String value);
+
+} // ObjectType
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Operation.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Operation.java
new file mode 100644
index 0000000..317af66
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Operation.java
@@ -0,0 +1,138 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Operation</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.Operation#getMethodName <em>Method Name</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Operation#getParams <em>Params</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Operation#getReturnType <em>Return Type</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Operation#getDescription <em>Description</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getOperation()
+ * @model
+ * @generated
+ */
+public interface Operation extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Method Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Method Name</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Method Name</em>' attribute.
+	 * @see #setMethodName(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getOperation_MethodName()
+	 * @model
+	 * @generated
+	 */
+	String getMethodName();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Operation#getMethodName <em>Method Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Method Name</em>' attribute.
+	 * @see #getMethodName()
+	 * @generated
+	 */
+	void setMethodName(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Params</b></em>' containment reference list.
+	 * The list contents are of type {@link org.eclipse.vorto.functionblock.Parameter}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Params</em>' containment reference list isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Params</em>' containment reference list.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getOperation_Params()
+	 * @model containment="true"
+	 * @generated
+	 */
+	EList<Parameter> getParams();
+
+	/**
+	 * Returns the value of the '<em><b>Return Type</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Return Type</em>' containment reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Return Type</em>' containment reference.
+	 * @see #setReturnType(ReturnType)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getOperation_ReturnType()
+	 * @model containment="true"
+	 * @generated
+	 */
+	ReturnType getReturnType();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Operation#getReturnType <em>Return Type</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Return Type</em>' containment reference.
+	 * @see #getReturnType()
+	 * @generated
+	 */
+	void setReturnType(ReturnType value);
+
+	/**
+	 * Returns the value of the '<em><b>Description</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Description</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Description</em>' attribute.
+	 * @see #setDescription(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getOperation_Description()
+	 * @model
+	 * @generated
+	 */
+	String getDescription();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Operation#getDescription <em>Description</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Description</em>' attribute.
+	 * @see #getDescription()
+	 * @generated
+	 */
+	void setDescription(String value);
+
+} // Operation
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Parameter.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Parameter.java
new file mode 100644
index 0000000..01d0234
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Parameter.java
@@ -0,0 +1,92 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Parameter</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.Parameter#getMultiplicity <em>Multiplicity</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Parameter#getParamName <em>Param Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getParameter()
+ * @model
+ * @generated
+ */
+public interface Parameter extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Multiplicity</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Multiplicity</em>' attribute.
+	 * @see #setMultiplicity(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getParameter_Multiplicity()
+	 * @model
+	 * @generated
+	 */
+	String getMultiplicity();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Parameter#getMultiplicity <em>Multiplicity</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Multiplicity</em>' attribute.
+	 * @see #getMultiplicity()
+	 * @generated
+	 */
+	void setMultiplicity(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Param Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Param Name</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Param Name</em>' attribute.
+	 * @see #setParamName(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getParameter_ParamName()
+	 * @model
+	 * @generated
+	 */
+	String getParamName();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Parameter#getParamName <em>Param Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Param Name</em>' attribute.
+	 * @see #getParamName()
+	 * @generated
+	 */
+	void setParamName(String value);
+
+} // Parameter
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Presence.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Presence.java
new file mode 100644
index 0000000..00c1729
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Presence.java
@@ -0,0 +1,92 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Presence</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.Presence#getMandatory <em>Mandatory</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Presence#getOptional <em>Optional</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getPresence()
+ * @model
+ * @generated
+ */
+public interface Presence extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Mandatory</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Mandatory</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Mandatory</em>' attribute.
+	 * @see #setMandatory(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getPresence_Mandatory()
+	 * @model
+	 * @generated
+	 */
+	String getMandatory();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Presence#getMandatory <em>Mandatory</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Mandatory</em>' attribute.
+	 * @see #getMandatory()
+	 * @generated
+	 */
+	void setMandatory(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Optional</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Optional</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Optional</em>' attribute.
+	 * @see #setOptional(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getPresence_Optional()
+	 * @model
+	 * @generated
+	 */
+	String getOptional();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Presence#getOptional <em>Optional</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Optional</em>' attribute.
+	 * @see #getOptional()
+	 * @generated
+	 */
+	void setOptional(String value);
+
+} // Presence
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/PrimitiveParam.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/PrimitiveParam.java
new file mode 100644
index 0000000..6e866c9
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/PrimitiveParam.java
@@ -0,0 +1,67 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Primitive Param</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.PrimitiveParam#getParamType <em>Param Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getPrimitiveParam()
+ * @model
+ * @generated
+ */
+public interface PrimitiveParam extends Parameter {
+	/**
+	 * Returns the value of the '<em><b>Param Type</b></em>' attribute.
+	 * The literals are from the enumeration {@link org.eclipse.vorto.functionblock.PrimitiveType}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Param Type</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Param Type</em>' attribute.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveType
+	 * @see #setParamType(PrimitiveType)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getPrimitiveParam_ParamType()
+	 * @model
+	 * @generated
+	 */
+	PrimitiveType getParamType();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.PrimitiveParam#getParamType <em>Param Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Param Type</em>' attribute.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveType
+	 * @see #getParamType()
+	 * @generated
+	 */
+	void setParamType(PrimitiveType value);
+
+} // PrimitiveParam
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/PrimitiveProperty.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/PrimitiveProperty.java
new file mode 100644
index 0000000..213b70c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/PrimitiveProperty.java
@@ -0,0 +1,85 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.common.util.EList;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Primitive Property</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.PrimitiveProperty#getType <em>Type</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.PrimitiveProperty#getConstraints <em>Constraints</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getPrimitiveProperty()
+ * @model
+ * @generated
+ */
+public interface PrimitiveProperty extends Property {
+	/**
+	 * Returns the value of the '<em><b>Type</b></em>' attribute.
+	 * The literals are from the enumeration {@link org.eclipse.vorto.functionblock.PrimitiveType}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Type</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Type</em>' attribute.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveType
+	 * @see #setType(PrimitiveType)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getPrimitiveProperty_Type()
+	 * @model
+	 * @generated
+	 */
+	PrimitiveType getType();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.PrimitiveProperty#getType <em>Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Type</em>' attribute.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveType
+	 * @see #getType()
+	 * @generated
+	 */
+	void setType(PrimitiveType value);
+
+	/**
+	 * Returns the value of the '<em><b>Constraints</b></em>' containment reference list.
+	 * The list contents are of type {@link org.eclipse.vorto.functionblock.Constraint}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Constraints</em>' containment reference list isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Constraints</em>' containment reference list.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getPrimitiveProperty_Constraints()
+	 * @model containment="true"
+	 * @generated
+	 */
+	EList<Constraint> getConstraints();
+
+} // PrimitiveProperty
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/PrimitiveType.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/PrimitiveType.java
new file mode 100644
index 0000000..4f6a71f
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/PrimitiveType.java
@@ -0,0 +1,439 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.List;
+
+import org.eclipse.emf.common.util.Enumerator;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the literals of the enumeration '<em><b>Primitive Type</b></em>',
+ * and utility methods for working with them.
+ * <!-- end-user-doc -->
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getPrimitiveType()
+ * @model
+ * @generated
+ */
+public enum PrimitiveType implements Enumerator {
+	/**
+	 * The '<em><b>String</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #STRING_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	STRING(0, "string", "string"),
+
+	/**
+	 * The '<em><b>Int</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #INT_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	INT(1, "int", "int"),
+
+	/**
+	 * The '<em><b>Float</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #FLOAT_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	FLOAT(2, "float", "float"),
+
+	/**
+	 * The '<em><b>Boolean</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #BOOLEAN_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	BOOLEAN(3, "boolean", "boolean"),
+
+	/**
+	 * The '<em><b>Datetime</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #DATETIME_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	DATETIME(4, "datetime", "dateTime"),
+
+	/**
+	 * The '<em><b>Double</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #DOUBLE_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	DOUBLE(5, "double", "double"),
+
+	/**
+	 * The '<em><b>Long</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #LONG_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	LONG(6, "long", "long"),
+
+	/**
+	 * The '<em><b>Short</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #SHORT_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	SHORT(7, "short", "short"),
+
+	/**
+	 * The '<em><b>Base64 Binary</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #BASE64_BINARY_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	BASE64_BINARY(8, "base64Binary", "base64Binary"),
+
+	/**
+	 * The '<em><b>Byte</b></em>' literal object.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #BYTE_VALUE
+	 * @generated
+	 * @ordered
+	 */
+	BYTE(9, "byte", "byte");
+
+	/**
+	 * The '<em><b>String</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>String</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #STRING
+	 * @model name="string"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int STRING_VALUE = 0;
+
+	/**
+	 * The '<em><b>Int</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Int</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #INT
+	 * @model name="int"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int INT_VALUE = 1;
+
+	/**
+	 * The '<em><b>Float</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Float</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #FLOAT
+	 * @model name="float"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int FLOAT_VALUE = 2;
+
+	/**
+	 * The '<em><b>Boolean</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Boolean</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #BOOLEAN
+	 * @model name="boolean"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int BOOLEAN_VALUE = 3;
+
+	/**
+	 * The '<em><b>Datetime</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Datetime</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #DATETIME
+	 * @model name="datetime" literal="dateTime"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int DATETIME_VALUE = 4;
+
+	/**
+	 * The '<em><b>Double</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Double</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #DOUBLE
+	 * @model name="double"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int DOUBLE_VALUE = 5;
+
+	/**
+	 * The '<em><b>Long</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Long</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #LONG
+	 * @model name="long"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int LONG_VALUE = 6;
+
+	/**
+	 * The '<em><b>Short</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Short</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #SHORT
+	 * @model name="short"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int SHORT_VALUE = 7;
+
+	/**
+	 * The '<em><b>Base64 Binary</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Base64 Binary</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #BASE64_BINARY
+	 * @model name="base64Binary"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int BASE64_BINARY_VALUE = 8;
+
+	/**
+	 * The '<em><b>Byte</b></em>' literal value.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of '<em><b>Byte</b></em>' literal object isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @see #BYTE
+	 * @model name="byte"
+	 * @generated
+	 * @ordered
+	 */
+	public static final int BYTE_VALUE = 9;
+
+	/**
+	 * An array of all the '<em><b>Primitive Type</b></em>' enumerators.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private static final PrimitiveType[] VALUES_ARRAY =
+		new PrimitiveType[] {
+			STRING,
+			INT,
+			FLOAT,
+			BOOLEAN,
+			DATETIME,
+			DOUBLE,
+			LONG,
+			SHORT,
+			BASE64_BINARY,
+			BYTE,
+		};
+
+	/**
+	 * A public read-only list of all the '<em><b>Primitive Type</b></em>' enumerators.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public static final List<PrimitiveType> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
+
+	/**
+	 * Returns the '<em><b>Primitive Type</b></em>' literal with the specified literal value.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public static PrimitiveType get(String literal) {
+		for (int i = 0; i < VALUES_ARRAY.length; ++i) {
+			PrimitiveType result = VALUES_ARRAY[i];
+			if (result.toString().equals(literal)) {
+				return result;
+			}
+		}
+		return null;
+	}
+
+	/**
+	 * Returns the '<em><b>Primitive Type</b></em>' literal with the specified name.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public static PrimitiveType getByName(String name) {
+		for (int i = 0; i < VALUES_ARRAY.length; ++i) {
+			PrimitiveType result = VALUES_ARRAY[i];
+			if (result.getName().equals(name)) {
+				return result;
+			}
+		}
+		return null;
+	}
+
+	/**
+	 * Returns the '<em><b>Primitive Type</b></em>' literal with the specified integer value.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public static PrimitiveType get(int value) {
+		switch (value) {
+			case STRING_VALUE: return STRING;
+			case INT_VALUE: return INT;
+			case FLOAT_VALUE: return FLOAT;
+			case BOOLEAN_VALUE: return BOOLEAN;
+			case DATETIME_VALUE: return DATETIME;
+			case DOUBLE_VALUE: return DOUBLE;
+			case LONG_VALUE: return LONG;
+			case SHORT_VALUE: return SHORT;
+			case BASE64_BINARY_VALUE: return BASE64_BINARY;
+			case BYTE_VALUE: return BYTE;
+		}
+		return null;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private final int value;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private final String name;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private final String literal;
+
+	/**
+	 * Only this class can construct instances.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private PrimitiveType(int value, String name, String literal) {
+		this.value = value;
+		this.name = name;
+		this.literal = literal;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public int getValue() {
+	  return value;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getName() {
+	  return name;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getLiteral() {
+	  return literal;
+	}
+
+	/**
+	 * Returns the literal value of the enumerator, which is its string representation.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		return literal;
+	}
+	
+} //PrimitiveType
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Property.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Property.java
new file mode 100644
index 0000000..15958cc
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/Property.java
@@ -0,0 +1,146 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Property</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.Property#getPresence <em>Presence</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Property#getMultiplicity <em>Multiplicity</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Property#getPropName <em>Prop Name</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.Property#getDescription <em>Description</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getProperty()
+ * @model
+ * @generated
+ */
+public interface Property extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Presence</b></em>' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Presence</em>' containment reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Presence</em>' containment reference.
+	 * @see #setPresence(Presence)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getProperty_Presence()
+	 * @model containment="true"
+	 * @generated
+	 */
+	Presence getPresence();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Property#getPresence <em>Presence</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Presence</em>' containment reference.
+	 * @see #getPresence()
+	 * @generated
+	 */
+	void setPresence(Presence value);
+
+	/**
+	 * Returns the value of the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Multiplicity</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Multiplicity</em>' attribute.
+	 * @see #setMultiplicity(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getProperty_Multiplicity()
+	 * @model
+	 * @generated
+	 */
+	String getMultiplicity();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Property#getMultiplicity <em>Multiplicity</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Multiplicity</em>' attribute.
+	 * @see #getMultiplicity()
+	 * @generated
+	 */
+	void setMultiplicity(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Prop Name</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Prop Name</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Prop Name</em>' attribute.
+	 * @see #setPropName(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getProperty_PropName()
+	 * @model
+	 * @generated
+	 */
+	String getPropName();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Property#getPropName <em>Prop Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Prop Name</em>' attribute.
+	 * @see #getPropName()
+	 * @generated
+	 */
+	void setPropName(String value);
+
+	/**
+	 * Returns the value of the '<em><b>Description</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Description</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Description</em>' attribute.
+	 * @see #setDescription(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getProperty_Description()
+	 * @model
+	 * @generated
+	 */
+	String getDescription();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.Property#getDescription <em>Description</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Description</em>' attribute.
+	 * @see #getDescription()
+	 * @generated
+	 */
+	void setDescription(String value);
+
+} // Property
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ReturnObjectType.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ReturnObjectType.java
new file mode 100644
index 0000000..db94a75
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ReturnObjectType.java
@@ -0,0 +1,64 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Return Object Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.ReturnObjectType#getReturnType <em>Return Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getReturnObjectType()
+ * @model
+ * @generated
+ */
+public interface ReturnObjectType extends ReturnType {
+	/**
+	 * Returns the value of the '<em><b>Return Type</b></em>' reference.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Return Type</em>' reference isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Return Type</em>' reference.
+	 * @see #setReturnType(ObjectType)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getReturnObjectType_ReturnType()
+	 * @model
+	 * @generated
+	 */
+	ObjectType getReturnType();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.ReturnObjectType#getReturnType <em>Return Type</em>}' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Return Type</em>' reference.
+	 * @see #getReturnType()
+	 * @generated
+	 */
+	void setReturnType(ObjectType value);
+
+} // ReturnObjectType
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ReturnPrimitiveType.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ReturnPrimitiveType.java
new file mode 100644
index 0000000..df82fa0
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ReturnPrimitiveType.java
@@ -0,0 +1,67 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Return Primitive Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.ReturnPrimitiveType#getReturnType <em>Return Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getReturnPrimitiveType()
+ * @model
+ * @generated
+ */
+public interface ReturnPrimitiveType extends ReturnType {
+	/**
+	 * Returns the value of the '<em><b>Return Type</b></em>' attribute.
+	 * The literals are from the enumeration {@link org.eclipse.vorto.functionblock.PrimitiveType}.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Return Type</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Return Type</em>' attribute.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveType
+	 * @see #setReturnType(PrimitiveType)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getReturnPrimitiveType_ReturnType()
+	 * @model
+	 * @generated
+	 */
+	PrimitiveType getReturnType();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.ReturnPrimitiveType#getReturnType <em>Return Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Return Type</em>' attribute.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveType
+	 * @see #getReturnType()
+	 * @generated
+	 */
+	void setReturnType(PrimitiveType value);
+
+} // ReturnPrimitiveType
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ReturnType.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ReturnType.java
new file mode 100644
index 0000000..a6b8f16
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/ReturnType.java
@@ -0,0 +1,65 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Return Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.ReturnType#getMultiplicity <em>Multiplicity</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getReturnType()
+ * @model
+ * @generated
+ */
+public interface ReturnType extends EObject {
+	/**
+	 * Returns the value of the '<em><b>Multiplicity</b></em>' attribute.
+	 * <!-- begin-user-doc -->
+	 * <p>
+	 * If the meaning of the '<em>Multiplicity</em>' attribute isn't clear,
+	 * there really should be more of a description here...
+	 * </p>
+	 * <!-- end-user-doc -->
+	 * @return the value of the '<em>Multiplicity</em>' attribute.
+	 * @see #setMultiplicity(String)
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#getReturnType_Multiplicity()
+	 * @model
+	 * @generated
+	 */
+	String getMultiplicity();
+
+	/**
+	 * Sets the value of the '{@link org.eclipse.vorto.functionblock.ReturnType#getMultiplicity <em>Multiplicity</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param value the new value of the '<em>Multiplicity</em>' attribute.
+	 * @see #getMultiplicity()
+	 * @generated
+	 */
+	void setMultiplicity(String value);
+
+} // ReturnType
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ConstraintImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ConstraintImpl.java
new file mode 100644
index 0000000..6a244e5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ConstraintImpl.java
@@ -0,0 +1,233 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.vorto.functionblock.Constraint;
+import org.eclipse.vorto.functionblock.ConstraintIntervalType;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Constraint</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ConstraintImpl#getType <em>Type</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ConstraintImpl#getConstraintValues <em>Constraint Values</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ConstraintImpl extends MinimalEObjectImpl.Container implements Constraint {
+	/**
+	 * The default value of the '{@link #getType() <em>Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getType()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final ConstraintIntervalType TYPE_EDEFAULT = ConstraintIntervalType.MIN;
+
+	/**
+	 * The cached value of the '{@link #getType() <em>Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getType()
+	 * @generated
+	 * @ordered
+	 */
+	protected ConstraintIntervalType type = TYPE_EDEFAULT;
+
+	/**
+	 * The default value of the '{@link #getConstraintValues() <em>Constraint Values</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getConstraintValues()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String CONSTRAINT_VALUES_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getConstraintValues() <em>Constraint Values</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getConstraintValues()
+	 * @generated
+	 * @ordered
+	 */
+	protected String constraintValues = CONSTRAINT_VALUES_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected ConstraintImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.CONSTRAINT;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ConstraintIntervalType getType() {
+		return type;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setType(ConstraintIntervalType newType) {
+		ConstraintIntervalType oldType = type;
+		type = newType == null ? TYPE_EDEFAULT : newType;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.CONSTRAINT__TYPE, oldType, type));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getConstraintValues() {
+		return constraintValues;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setConstraintValues(String newConstraintValues) {
+		String oldConstraintValues = constraintValues;
+		constraintValues = newConstraintValues;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.CONSTRAINT__CONSTRAINT_VALUES, oldConstraintValues, constraintValues));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.CONSTRAINT__TYPE:
+				return getType();
+			case FunctionblockPackage.CONSTRAINT__CONSTRAINT_VALUES:
+				return getConstraintValues();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.CONSTRAINT__TYPE:
+				setType((ConstraintIntervalType)newValue);
+				return;
+			case FunctionblockPackage.CONSTRAINT__CONSTRAINT_VALUES:
+				setConstraintValues((String)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.CONSTRAINT__TYPE:
+				setType(TYPE_EDEFAULT);
+				return;
+			case FunctionblockPackage.CONSTRAINT__CONSTRAINT_VALUES:
+				setConstraintValues(CONSTRAINT_VALUES_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.CONSTRAINT__TYPE:
+				return type != TYPE_EDEFAULT;
+			case FunctionblockPackage.CONSTRAINT__CONSTRAINT_VALUES:
+				return CONSTRAINT_VALUES_EDEFAULT == null ? constraintValues != null : !CONSTRAINT_VALUES_EDEFAULT.equals(constraintValues);
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (type: ");
+		result.append(type);
+		result.append(", constraintValues: ");
+		result.append(constraintValues);
+		result.append(')');
+		return result.toString();
+	}
+
+} //ConstraintImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EntityImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EntityImpl.java
new file mode 100644
index 0000000..27c9612
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EntityImpl.java
@@ -0,0 +1,250 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.vorto.functionblock.Entity;
+import org.eclipse.vorto.functionblock.FBFeature;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Entity</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.EntityImpl#getSuperType <em>Super Type</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.EntityImpl#getProperties <em>Properties</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class EntityImpl extends ObjectTypeImpl implements Entity {
+	/**
+	 * The cached value of the '{@link #getSuperType() <em>Super Type</em>}' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getSuperType()
+	 * @generated
+	 * @ordered
+	 */
+	protected Entity superType;
+
+	/**
+	 * The cached value of the '{@link #getProperties() <em>Properties</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getProperties()
+	 * @generated
+	 * @ordered
+	 */
+	protected FBFeature properties;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected EntityImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.ENTITY;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Entity getSuperType() {
+		if (superType != null && superType.eIsProxy()) {
+			InternalEObject oldSuperType = (InternalEObject)superType;
+			superType = (Entity)eResolveProxy(oldSuperType);
+			if (superType != oldSuperType) {
+				if (eNotificationRequired())
+					eNotify(new ENotificationImpl(this, Notification.RESOLVE, FunctionblockPackage.ENTITY__SUPER_TYPE, oldSuperType, superType));
+			}
+		}
+		return superType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Entity basicGetSuperType() {
+		return superType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setSuperType(Entity newSuperType) {
+		Entity oldSuperType = superType;
+		superType = newSuperType;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.ENTITY__SUPER_TYPE, oldSuperType, superType));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FBFeature getProperties() {
+		return properties;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public NotificationChain basicSetProperties(FBFeature newProperties, NotificationChain msgs) {
+		FBFeature oldProperties = properties;
+		properties = newProperties;
+		if (eNotificationRequired()) {
+			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FunctionblockPackage.ENTITY__PROPERTIES, oldProperties, newProperties);
+			if (msgs == null) msgs = notification; else msgs.add(notification);
+		}
+		return msgs;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setProperties(FBFeature newProperties) {
+		if (newProperties != properties) {
+			NotificationChain msgs = null;
+			if (properties != null)
+				msgs = ((InternalEObject)properties).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.ENTITY__PROPERTIES, null, msgs);
+			if (newProperties != null)
+				msgs = ((InternalEObject)newProperties).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.ENTITY__PROPERTIES, null, msgs);
+			msgs = basicSetProperties(newProperties, msgs);
+			if (msgs != null) msgs.dispatch();
+		}
+		else if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.ENTITY__PROPERTIES, newProperties, newProperties));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case FunctionblockPackage.ENTITY__PROPERTIES:
+				return basicSetProperties(null, msgs);
+		}
+		return super.eInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.ENTITY__SUPER_TYPE:
+				if (resolve) return getSuperType();
+				return basicGetSuperType();
+			case FunctionblockPackage.ENTITY__PROPERTIES:
+				return getProperties();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.ENTITY__SUPER_TYPE:
+				setSuperType((Entity)newValue);
+				return;
+			case FunctionblockPackage.ENTITY__PROPERTIES:
+				setProperties((FBFeature)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.ENTITY__SUPER_TYPE:
+				setSuperType((Entity)null);
+				return;
+			case FunctionblockPackage.ENTITY__PROPERTIES:
+				setProperties((FBFeature)null);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.ENTITY__SUPER_TYPE:
+				return superType != null;
+			case FunctionblockPackage.ENTITY__PROPERTIES:
+				return properties != null;
+		}
+		return super.eIsSet(featureID);
+	}
+
+} //EntityImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EnumImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EnumImpl.java
new file mode 100644
index 0000000..dc0e948
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EnumImpl.java
@@ -0,0 +1,164 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import java.util.Collection;
+
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.util.EObjectContainmentEList;
+import org.eclipse.emf.ecore.util.InternalEList;
+
+import org.eclipse.vorto.functionblock.EnumLiteral;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Enum</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.EnumImpl#getEnums <em>Enums</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class EnumImpl extends ObjectTypeImpl implements org.eclipse.vorto.functionblock.Enum {
+	/**
+	 * The cached value of the '{@link #getEnums() <em>Enums</em>}' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getEnums()
+	 * @generated
+	 * @ordered
+	 */
+	protected EList<EnumLiteral> enums;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected EnumImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.ENUM;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EList<EnumLiteral> getEnums() {
+		if (enums == null) {
+			enums = new EObjectContainmentEList<EnumLiteral>(EnumLiteral.class, this, FunctionblockPackage.ENUM__ENUMS);
+		}
+		return enums;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case FunctionblockPackage.ENUM__ENUMS:
+				return ((InternalEList<?>)getEnums()).basicRemove(otherEnd, msgs);
+		}
+		return super.eInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.ENUM__ENUMS:
+				return getEnums();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@SuppressWarnings("unchecked")
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.ENUM__ENUMS:
+				getEnums().clear();
+				getEnums().addAll((Collection<? extends EnumLiteral>)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.ENUM__ENUMS:
+				getEnums().clear();
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.ENUM__ENUMS:
+				return enums != null && !enums.isEmpty();
+		}
+		return super.eIsSet(featureID);
+	}
+
+} //EnumImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EnumLiteralImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EnumLiteralImpl.java
new file mode 100644
index 0000000..d45f015
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EnumLiteralImpl.java
@@ -0,0 +1,178 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.vorto.functionblock.EnumLiteral;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Enum Literal</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.EnumLiteralImpl#getLiteral <em>Literal</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class EnumLiteralImpl extends MinimalEObjectImpl.Container implements EnumLiteral {
+	/**
+	 * The default value of the '{@link #getLiteral() <em>Literal</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getLiteral()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String LITERAL_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getLiteral() <em>Literal</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getLiteral()
+	 * @generated
+	 * @ordered
+	 */
+	protected String literal = LITERAL_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected EnumLiteralImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.ENUM_LITERAL;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getLiteral() {
+		return literal;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setLiteral(String newLiteral) {
+		String oldLiteral = literal;
+		literal = newLiteral;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.ENUM_LITERAL__LITERAL, oldLiteral, literal));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.ENUM_LITERAL__LITERAL:
+				return getLiteral();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.ENUM_LITERAL__LITERAL:
+				setLiteral((String)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.ENUM_LITERAL__LITERAL:
+				setLiteral(LITERAL_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.ENUM_LITERAL__LITERAL:
+				return LITERAL_EDEFAULT == null ? literal != null : !LITERAL_EDEFAULT.equals(literal);
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (literal: ");
+		result.append(literal);
+		result.append(')');
+		return result.toString();
+	}
+
+} //EnumLiteralImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EventImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EventImpl.java
new file mode 100644
index 0000000..783fb01
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/EventImpl.java
@@ -0,0 +1,255 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+import org.eclipse.emf.common.notify.NotificationChain;
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+import org.eclipse.vorto.functionblock.Event;
+import org.eclipse.vorto.functionblock.FBFeature;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Event</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.EventImpl#getFeature <em>Feature</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.EventImpl#getName <em>Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class EventImpl extends MinimalEObjectImpl.Container implements Event {
+	/**
+	 * The cached value of the '{@link #getFeature() <em>Feature</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getFeature()
+	 * @generated
+	 * @ordered
+	 */
+	protected FBFeature feature;
+
+	/**
+	 * The default value of the '{@link #getName() <em>Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getName()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String NAME_EDEFAULT = null;
+	/**
+	 * The cached value of the '{@link #getName() <em>Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getName()
+	 * @generated
+	 * @ordered
+	 */
+	protected String name = NAME_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected EventImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.EVENT;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FBFeature getFeature() {
+		return feature;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public NotificationChain basicSetFeature(FBFeature newFeature, NotificationChain msgs) {
+		FBFeature oldFeature = feature;
+		feature = newFeature;
+		if (eNotificationRequired()) {
+			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FunctionblockPackage.EVENT__FEATURE, oldFeature, newFeature);
+			if (msgs == null) msgs = notification; else msgs.add(notification);
+		}
+		return msgs;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setFeature(FBFeature newFeature) {
+		if (newFeature != feature) {
+			NotificationChain msgs = null;
+			if (feature != null)
+				msgs = ((InternalEObject)feature).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.EVENT__FEATURE, null, msgs);
+			if (newFeature != null)
+				msgs = ((InternalEObject)newFeature).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.EVENT__FEATURE, null, msgs);
+			msgs = basicSetFeature(newFeature, msgs);
+			if (msgs != null) msgs.dispatch();
+		}
+		else if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.EVENT__FEATURE, newFeature, newFeature));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getName() {
+		return name;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setName(String newName) {
+		String oldName = name;
+		name = newName;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.EVENT__NAME, oldName, name));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case FunctionblockPackage.EVENT__FEATURE:
+				return basicSetFeature(null, msgs);
+		}
+		return super.eInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.EVENT__FEATURE:
+				return getFeature();
+			case FunctionblockPackage.EVENT__NAME:
+				return getName();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.EVENT__FEATURE:
+				setFeature((FBFeature)newValue);
+				return;
+			case FunctionblockPackage.EVENT__NAME:
+				setName((String)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.EVENT__FEATURE:
+				setFeature((FBFeature)null);
+				return;
+			case FunctionblockPackage.EVENT__NAME:
+				setName(NAME_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.EVENT__FEATURE:
+				return feature != null;
+			case FunctionblockPackage.EVENT__NAME:
+				return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (name: ");
+		result.append(name);
+		result.append(')');
+		return result.toString();
+	}
+
+} //EventImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FBFeatureImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FBFeatureImpl.java
new file mode 100644
index 0000000..562aa36
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FBFeatureImpl.java
@@ -0,0 +1,167 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import java.util.Collection;
+
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.emf.ecore.util.EObjectContainmentEList;
+import org.eclipse.emf.ecore.util.InternalEList;
+
+import org.eclipse.vorto.functionblock.FBFeature;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.Property;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>FB Feature</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FBFeatureImpl#getProperties <em>Properties</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class FBFeatureImpl extends MinimalEObjectImpl.Container implements FBFeature {
+	/**
+	 * The cached value of the '{@link #getProperties() <em>Properties</em>}' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getProperties()
+	 * @generated
+	 * @ordered
+	 */
+	protected EList<Property> properties;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected FBFeatureImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.FB_FEATURE;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EList<Property> getProperties() {
+		if (properties == null) {
+			properties = new EObjectContainmentEList<Property>(Property.class, this, FunctionblockPackage.FB_FEATURE__PROPERTIES);
+		}
+		return properties;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case FunctionblockPackage.FB_FEATURE__PROPERTIES:
+				return ((InternalEList<?>)getProperties()).basicRemove(otherEnd, msgs);
+		}
+		return super.eInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.FB_FEATURE__PROPERTIES:
+				return getProperties();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@SuppressWarnings("unchecked")
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.FB_FEATURE__PROPERTIES:
+				getProperties().clear();
+				getProperties().addAll((Collection<? extends Property>)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.FB_FEATURE__PROPERTIES:
+				getProperties().clear();
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.FB_FEATURE__PROPERTIES:
+				return properties != null && !properties.isEmpty();
+		}
+		return super.eIsSet(featureID);
+	}
+
+} //FBFeatureImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionBlockImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionBlockImpl.java
new file mode 100644
index 0000000..9e75d0b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionBlockImpl.java
@@ -0,0 +1,684 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import java.util.Collection;
+
+import org.eclipse.emf.common.notify.Notification;
+import org.eclipse.emf.common.notify.NotificationChain;
+import org.eclipse.emf.common.util.EList;
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+import org.eclipse.emf.ecore.util.EObjectContainmentEList;
+import org.eclipse.emf.ecore.util.InternalEList;
+import org.eclipse.vorto.functionblock.Event;
+import org.eclipse.vorto.functionblock.FBFeature;
+import org.eclipse.vorto.functionblock.FunctionBlock;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.Operation;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Function Block</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getDisplayname <em>Displayname</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getDescription <em>Description</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getVendor <em>Vendor</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getCategory <em>Category</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getVersion <em>Version</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getConfiguration <em>Configuration</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getStatus <em>Status</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getFault <em>Fault</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getFeatures <em>Features</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionBlockImpl#getEvents <em>Events</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class FunctionBlockImpl extends MinimalEObjectImpl.Container implements FunctionBlock {
+	/**
+	 * The default value of the '{@link #getDisplayname() <em>Displayname</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getDisplayname()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String DISPLAYNAME_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getDisplayname() <em>Displayname</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getDisplayname()
+	 * @generated
+	 * @ordered
+	 */
+	protected String displayname = DISPLAYNAME_EDEFAULT;
+
+	/**
+	 * The default value of the '{@link #getDescription() <em>Description</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getDescription()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String DESCRIPTION_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getDescription() <em>Description</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getDescription()
+	 * @generated
+	 * @ordered
+	 */
+	protected String description = DESCRIPTION_EDEFAULT;
+
+	/**
+	 * The default value of the '{@link #getVendor() <em>Vendor</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getVendor()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String VENDOR_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getVendor() <em>Vendor</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getVendor()
+	 * @generated
+	 * @ordered
+	 */
+	protected String vendor = VENDOR_EDEFAULT;
+
+	/**
+	 * The default value of the '{@link #getCategory() <em>Category</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getCategory()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String CATEGORY_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getCategory() <em>Category</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getCategory()
+	 * @generated
+	 * @ordered
+	 */
+	protected String category = CATEGORY_EDEFAULT;
+
+	/**
+	 * The default value of the '{@link #getVersion() <em>Version</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getVersion()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String VERSION_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getVersion() <em>Version</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getVersion()
+	 * @generated
+	 * @ordered
+	 */
+	protected String version = VERSION_EDEFAULT;
+
+	/**
+	 * The cached value of the '{@link #getConfiguration() <em>Configuration</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getConfiguration()
+	 * @generated
+	 * @ordered
+	 */
+	protected FBFeature configuration;
+
+	/**
+	 * The cached value of the '{@link #getStatus() <em>Status</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getStatus()
+	 * @generated
+	 * @ordered
+	 */
+	protected FBFeature status;
+
+	/**
+	 * The cached value of the '{@link #getFault() <em>Fault</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getFault()
+	 * @generated
+	 * @ordered
+	 */
+	protected FBFeature fault;
+
+	/**
+	 * The cached value of the '{@link #getFeatures() <em>Features</em>}' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getFeatures()
+	 * @generated
+	 * @ordered
+	 */
+	protected EList<Operation> features;
+
+	/**
+	 * The cached value of the '{@link #getEvents() <em>Events</em>}' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getEvents()
+	 * @generated
+	 * @ordered
+	 */
+	protected EList<Event> events;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected FunctionBlockImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.FUNCTION_BLOCK;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getDisplayname() {
+		return displayname;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setDisplayname(String newDisplayname) {
+		String oldDisplayname = displayname;
+		displayname = newDisplayname;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__DISPLAYNAME, oldDisplayname, displayname));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getDescription() {
+		return description;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setDescription(String newDescription) {
+		String oldDescription = description;
+		description = newDescription;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__DESCRIPTION, oldDescription, description));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getVendor() {
+		return vendor;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setVendor(String newVendor) {
+		String oldVendor = vendor;
+		vendor = newVendor;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__VENDOR, oldVendor, vendor));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getCategory() {
+		return category;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setCategory(String newCategory) {
+		String oldCategory = category;
+		category = newCategory;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__CATEGORY, oldCategory, category));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getVersion() {
+		return version;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setVersion(String newVersion) {
+		String oldVersion = version;
+		version = newVersion;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__VERSION, oldVersion, version));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FBFeature getConfiguration() {
+		return configuration;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public NotificationChain basicSetConfiguration(FBFeature newConfiguration, NotificationChain msgs) {
+		FBFeature oldConfiguration = configuration;
+		configuration = newConfiguration;
+		if (eNotificationRequired()) {
+			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__CONFIGURATION, oldConfiguration, newConfiguration);
+			if (msgs == null) msgs = notification; else msgs.add(notification);
+		}
+		return msgs;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setConfiguration(FBFeature newConfiguration) {
+		if (newConfiguration != configuration) {
+			NotificationChain msgs = null;
+			if (configuration != null)
+				msgs = ((InternalEObject)configuration).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.FUNCTION_BLOCK__CONFIGURATION, null, msgs);
+			if (newConfiguration != null)
+				msgs = ((InternalEObject)newConfiguration).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.FUNCTION_BLOCK__CONFIGURATION, null, msgs);
+			msgs = basicSetConfiguration(newConfiguration, msgs);
+			if (msgs != null) msgs.dispatch();
+		}
+		else if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__CONFIGURATION, newConfiguration, newConfiguration));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FBFeature getStatus() {
+		return status;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public NotificationChain basicSetStatus(FBFeature newStatus, NotificationChain msgs) {
+		FBFeature oldStatus = status;
+		status = newStatus;
+		if (eNotificationRequired()) {
+			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__STATUS, oldStatus, newStatus);
+			if (msgs == null) msgs = notification; else msgs.add(notification);
+		}
+		return msgs;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setStatus(FBFeature newStatus) {
+		if (newStatus != status) {
+			NotificationChain msgs = null;
+			if (status != null)
+				msgs = ((InternalEObject)status).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.FUNCTION_BLOCK__STATUS, null, msgs);
+			if (newStatus != null)
+				msgs = ((InternalEObject)newStatus).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.FUNCTION_BLOCK__STATUS, null, msgs);
+			msgs = basicSetStatus(newStatus, msgs);
+			if (msgs != null) msgs.dispatch();
+		}
+		else if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__STATUS, newStatus, newStatus));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FBFeature getFault() {
+		return fault;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public NotificationChain basicSetFault(FBFeature newFault, NotificationChain msgs) {
+		FBFeature oldFault = fault;
+		fault = newFault;
+		if (eNotificationRequired()) {
+			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__FAULT, oldFault, newFault);
+			if (msgs == null) msgs = notification; else msgs.add(notification);
+		}
+		return msgs;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setFault(FBFeature newFault) {
+		if (newFault != fault) {
+			NotificationChain msgs = null;
+			if (fault != null)
+				msgs = ((InternalEObject)fault).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.FUNCTION_BLOCK__FAULT, null, msgs);
+			if (newFault != null)
+				msgs = ((InternalEObject)newFault).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.FUNCTION_BLOCK__FAULT, null, msgs);
+			msgs = basicSetFault(newFault, msgs);
+			if (msgs != null) msgs.dispatch();
+		}
+		else if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTION_BLOCK__FAULT, newFault, newFault));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EList<Operation> getFeatures() {
+		if (features == null) {
+			features = new EObjectContainmentEList<Operation>(Operation.class, this, FunctionblockPackage.FUNCTION_BLOCK__FEATURES);
+		}
+		return features;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EList<Event> getEvents() {
+		if (events == null) {
+			events = new EObjectContainmentEList<Event>(Event.class, this, FunctionblockPackage.FUNCTION_BLOCK__EVENTS);
+		}
+		return events;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTION_BLOCK__CONFIGURATION:
+				return basicSetConfiguration(null, msgs);
+			case FunctionblockPackage.FUNCTION_BLOCK__STATUS:
+				return basicSetStatus(null, msgs);
+			case FunctionblockPackage.FUNCTION_BLOCK__FAULT:
+				return basicSetFault(null, msgs);
+			case FunctionblockPackage.FUNCTION_BLOCK__FEATURES:
+				return ((InternalEList<?>)getFeatures()).basicRemove(otherEnd, msgs);
+			case FunctionblockPackage.FUNCTION_BLOCK__EVENTS:
+				return ((InternalEList<?>)getEvents()).basicRemove(otherEnd, msgs);
+		}
+		return super.eInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTION_BLOCK__DISPLAYNAME:
+				return getDisplayname();
+			case FunctionblockPackage.FUNCTION_BLOCK__DESCRIPTION:
+				return getDescription();
+			case FunctionblockPackage.FUNCTION_BLOCK__VENDOR:
+				return getVendor();
+			case FunctionblockPackage.FUNCTION_BLOCK__CATEGORY:
+				return getCategory();
+			case FunctionblockPackage.FUNCTION_BLOCK__VERSION:
+				return getVersion();
+			case FunctionblockPackage.FUNCTION_BLOCK__CONFIGURATION:
+				return getConfiguration();
+			case FunctionblockPackage.FUNCTION_BLOCK__STATUS:
+				return getStatus();
+			case FunctionblockPackage.FUNCTION_BLOCK__FAULT:
+				return getFault();
+			case FunctionblockPackage.FUNCTION_BLOCK__FEATURES:
+				return getFeatures();
+			case FunctionblockPackage.FUNCTION_BLOCK__EVENTS:
+				return getEvents();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@SuppressWarnings("unchecked")
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTION_BLOCK__DISPLAYNAME:
+				setDisplayname((String)newValue);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__DESCRIPTION:
+				setDescription((String)newValue);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__VENDOR:
+				setVendor((String)newValue);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__CATEGORY:
+				setCategory((String)newValue);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__VERSION:
+				setVersion((String)newValue);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__CONFIGURATION:
+				setConfiguration((FBFeature)newValue);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__STATUS:
+				setStatus((FBFeature)newValue);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__FAULT:
+				setFault((FBFeature)newValue);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__FEATURES:
+				getFeatures().clear();
+				getFeatures().addAll((Collection<? extends Operation>)newValue);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__EVENTS:
+				getEvents().clear();
+				getEvents().addAll((Collection<? extends Event>)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTION_BLOCK__DISPLAYNAME:
+				setDisplayname(DISPLAYNAME_EDEFAULT);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__DESCRIPTION:
+				setDescription(DESCRIPTION_EDEFAULT);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__VENDOR:
+				setVendor(VENDOR_EDEFAULT);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__CATEGORY:
+				setCategory(CATEGORY_EDEFAULT);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__VERSION:
+				setVersion(VERSION_EDEFAULT);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__CONFIGURATION:
+				setConfiguration((FBFeature)null);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__STATUS:
+				setStatus((FBFeature)null);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__FAULT:
+				setFault((FBFeature)null);
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__FEATURES:
+				getFeatures().clear();
+				return;
+			case FunctionblockPackage.FUNCTION_BLOCK__EVENTS:
+				getEvents().clear();
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTION_BLOCK__DISPLAYNAME:
+				return DISPLAYNAME_EDEFAULT == null ? displayname != null : !DISPLAYNAME_EDEFAULT.equals(displayname);
+			case FunctionblockPackage.FUNCTION_BLOCK__DESCRIPTION:
+				return DESCRIPTION_EDEFAULT == null ? description != null : !DESCRIPTION_EDEFAULT.equals(description);
+			case FunctionblockPackage.FUNCTION_BLOCK__VENDOR:
+				return VENDOR_EDEFAULT == null ? vendor != null : !VENDOR_EDEFAULT.equals(vendor);
+			case FunctionblockPackage.FUNCTION_BLOCK__CATEGORY:
+				return CATEGORY_EDEFAULT == null ? category != null : !CATEGORY_EDEFAULT.equals(category);
+			case FunctionblockPackage.FUNCTION_BLOCK__VERSION:
+				return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version);
+			case FunctionblockPackage.FUNCTION_BLOCK__CONFIGURATION:
+				return configuration != null;
+			case FunctionblockPackage.FUNCTION_BLOCK__STATUS:
+				return status != null;
+			case FunctionblockPackage.FUNCTION_BLOCK__FAULT:
+				return fault != null;
+			case FunctionblockPackage.FUNCTION_BLOCK__FEATURES:
+				return features != null && !features.isEmpty();
+			case FunctionblockPackage.FUNCTION_BLOCK__EVENTS:
+				return events != null && !events.isEmpty();
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (displayname: ");
+		result.append(displayname);
+		result.append(", description: ");
+		result.append(description);
+		result.append(", vendor: ");
+		result.append(vendor);
+		result.append(", category: ");
+		result.append(category);
+		result.append(", version: ");
+		result.append(version);
+		result.append(')');
+		return result.toString();
+	}
+
+} //FunctionBlockImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionblockFactoryImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionblockFactoryImpl.java
new file mode 100644
index 0000000..388bef6
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionblockFactoryImpl.java
@@ -0,0 +1,416 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.EDataType;
+import org.eclipse.emf.ecore.EObject;
+import org.eclipse.emf.ecore.EPackage;
+
+import org.eclipse.emf.ecore.impl.EFactoryImpl;
+
+import org.eclipse.emf.ecore.plugin.EcorePlugin;
+
+import org.eclipse.vorto.functionblock.Constraint;
+import org.eclipse.vorto.functionblock.ConstraintIntervalType;
+import org.eclipse.vorto.functionblock.Entity;
+import org.eclipse.vorto.functionblock.EnumLiteral;
+import org.eclipse.vorto.functionblock.Event;
+import org.eclipse.vorto.functionblock.FBFeature;
+import org.eclipse.vorto.functionblock.FunctionBlock;
+import org.eclipse.vorto.functionblock.FunctionblockFactory;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.ObjectParam;
+import org.eclipse.vorto.functionblock.ObjectProperty;
+import org.eclipse.vorto.functionblock.ObjectType;
+import org.eclipse.vorto.functionblock.Operation;
+import org.eclipse.vorto.functionblock.Parameter;
+import org.eclipse.vorto.functionblock.Presence;
+import org.eclipse.vorto.functionblock.PrimitiveParam;
+import org.eclipse.vorto.functionblock.PrimitiveProperty;
+import org.eclipse.vorto.functionblock.PrimitiveType;
+import org.eclipse.vorto.functionblock.Property;
+import org.eclipse.vorto.functionblock.ReturnObjectType;
+import org.eclipse.vorto.functionblock.ReturnPrimitiveType;
+import org.eclipse.vorto.functionblock.ReturnType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model <b>Factory</b>.
+ * <!-- end-user-doc -->
+ * @generated
+ */
+public class FunctionblockFactoryImpl extends EFactoryImpl implements FunctionblockFactory {
+	/**
+	 * Creates the default factory implementation.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public static FunctionblockFactory init() {
+		try {
+			FunctionblockFactory theFunctionblockFactory = (FunctionblockFactory)EPackage.Registry.INSTANCE.getEFactory(FunctionblockPackage.eNS_URI);
+			if (theFunctionblockFactory != null) {
+				return theFunctionblockFactory;
+			}
+		}
+		catch (Exception exception) {
+			EcorePlugin.INSTANCE.log(exception);
+		}
+		return new FunctionblockFactoryImpl();
+	}
+
+	/**
+	 * Creates an instance of the factory.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FunctionblockFactoryImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public EObject create(EClass eClass) {
+		switch (eClass.getClassifierID()) {
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL: return createFunctionblockModel();
+			case FunctionblockPackage.FUNCTION_BLOCK: return createFunctionBlock();
+			case FunctionblockPackage.FB_FEATURE: return createFBFeature();
+			case FunctionblockPackage.OBJECT_TYPE: return createObjectType();
+			case FunctionblockPackage.PROPERTY: return createProperty();
+			case FunctionblockPackage.ENTITY: return createEntity();
+			case FunctionblockPackage.PRESENCE: return createPresence();
+			case FunctionblockPackage.PRIMITIVE_PROPERTY: return createPrimitiveProperty();
+			case FunctionblockPackage.OBJECT_PROPERTY: return createObjectProperty();
+			case FunctionblockPackage.CONSTRAINT: return createConstraint();
+			case FunctionblockPackage.OPERATION: return createOperation();
+			case FunctionblockPackage.RETURN_TYPE: return createReturnType();
+			case FunctionblockPackage.RETURN_OBJECT_TYPE: return createReturnObjectType();
+			case FunctionblockPackage.RETURN_PRIMITIVE_TYPE: return createReturnPrimitiveType();
+			case FunctionblockPackage.PARAMETER: return createParameter();
+			case FunctionblockPackage.OBJECT_PARAM: return createObjectParam();
+			case FunctionblockPackage.PRIMITIVE_PARAM: return createPrimitiveParam();
+			case FunctionblockPackage.ENUM: return createEnum();
+			case FunctionblockPackage.ENUM_LITERAL: return createEnumLiteral();
+			case FunctionblockPackage.EVENT: return createEvent();
+			default:
+				throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier");
+		}
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object createFromString(EDataType eDataType, String initialValue) {
+		switch (eDataType.getClassifierID()) {
+			case FunctionblockPackage.PRIMITIVE_TYPE:
+				return createPrimitiveTypeFromString(eDataType, initialValue);
+			case FunctionblockPackage.CONSTRAINT_INTERVAL_TYPE:
+				return createConstraintIntervalTypeFromString(eDataType, initialValue);
+			default:
+				throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier");
+		}
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String convertToString(EDataType eDataType, Object instanceValue) {
+		switch (eDataType.getClassifierID()) {
+			case FunctionblockPackage.PRIMITIVE_TYPE:
+				return convertPrimitiveTypeToString(eDataType, instanceValue);
+			case FunctionblockPackage.CONSTRAINT_INTERVAL_TYPE:
+				return convertConstraintIntervalTypeToString(eDataType, instanceValue);
+			default:
+				throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier");
+		}
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FunctionblockModel createFunctionblockModel() {
+		FunctionblockModelImpl functionblockModel = new FunctionblockModelImpl();
+		return functionblockModel;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FunctionBlock createFunctionBlock() {
+		FunctionBlockImpl functionBlock = new FunctionBlockImpl();
+		return functionBlock;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FBFeature createFBFeature() {
+		FBFeatureImpl fbFeature = new FBFeatureImpl();
+		return fbFeature;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ObjectType createObjectType() {
+		ObjectTypeImpl objectType = new ObjectTypeImpl();
+		return objectType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Property createProperty() {
+		PropertyImpl property = new PropertyImpl();
+		return property;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Entity createEntity() {
+		EntityImpl entity = new EntityImpl();
+		return entity;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Presence createPresence() {
+		PresenceImpl presence = new PresenceImpl();
+		return presence;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public PrimitiveProperty createPrimitiveProperty() {
+		PrimitivePropertyImpl primitiveProperty = new PrimitivePropertyImpl();
+		return primitiveProperty;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ObjectProperty createObjectProperty() {
+		ObjectPropertyImpl objectProperty = new ObjectPropertyImpl();
+		return objectProperty;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Constraint createConstraint() {
+		ConstraintImpl constraint = new ConstraintImpl();
+		return constraint;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Operation createOperation() {
+		OperationImpl operation = new OperationImpl();
+		return operation;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ReturnType createReturnType() {
+		ReturnTypeImpl returnType = new ReturnTypeImpl();
+		return returnType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ReturnObjectType createReturnObjectType() {
+		ReturnObjectTypeImpl returnObjectType = new ReturnObjectTypeImpl();
+		return returnObjectType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ReturnPrimitiveType createReturnPrimitiveType() {
+		ReturnPrimitiveTypeImpl returnPrimitiveType = new ReturnPrimitiveTypeImpl();
+		return returnPrimitiveType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Parameter createParameter() {
+		ParameterImpl parameter = new ParameterImpl();
+		return parameter;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ObjectParam createObjectParam() {
+		ObjectParamImpl objectParam = new ObjectParamImpl();
+		return objectParam;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public PrimitiveParam createPrimitiveParam() {
+		PrimitiveParamImpl primitiveParam = new PrimitiveParamImpl();
+		return primitiveParam;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public org.eclipse.vorto.functionblock.Enum createEnum() {
+		EnumImpl enum_ = new EnumImpl();
+		return enum_;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EnumLiteral createEnumLiteral() {
+		EnumLiteralImpl enumLiteral = new EnumLiteralImpl();
+		return enumLiteral;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Event createEvent() {
+		EventImpl event = new EventImpl();
+		return event;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public PrimitiveType createPrimitiveTypeFromString(EDataType eDataType, String initialValue) {
+		PrimitiveType result = PrimitiveType.get(initialValue);
+		if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'");
+		return result;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String convertPrimitiveTypeToString(EDataType eDataType, Object instanceValue) {
+		return instanceValue == null ? null : instanceValue.toString();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ConstraintIntervalType createConstraintIntervalTypeFromString(EDataType eDataType, String initialValue) {
+		ConstraintIntervalType result = ConstraintIntervalType.get(initialValue);
+		if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'");
+		return result;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String convertConstraintIntervalTypeToString(EDataType eDataType, Object instanceValue) {
+		return instanceValue == null ? null : instanceValue.toString();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FunctionblockPackage getFunctionblockPackage() {
+		return (FunctionblockPackage)getEPackage();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @deprecated
+	 * @generated
+	 */
+	@Deprecated
+	public static FunctionblockPackage getPackage() {
+		return FunctionblockPackage.eINSTANCE;
+	}
+
+} //FunctionblockFactoryImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionblockModelImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionblockModelImpl.java
new file mode 100644
index 0000000..3da476b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionblockModelImpl.java
@@ -0,0 +1,340 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import java.util.Collection;
+
+import org.eclipse.emf.common.notify.Notification;
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.emf.ecore.util.EObjectContainmentEList;
+import org.eclipse.emf.ecore.util.InternalEList;
+
+import org.eclipse.vorto.functionblock.Entity;
+import org.eclipse.vorto.functionblock.FunctionBlock;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Model</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionblockModelImpl#getName <em>Name</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionblockModelImpl#getFunctionblock <em>Functionblock</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionblockModelImpl#getElements <em>Elements</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.FunctionblockModelImpl#getEnums <em>Enums</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class FunctionblockModelImpl extends MinimalEObjectImpl.Container implements FunctionblockModel {
+	/**
+	 * The default value of the '{@link #getName() <em>Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getName()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String NAME_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getName() <em>Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getName()
+	 * @generated
+	 * @ordered
+	 */
+	protected String name = NAME_EDEFAULT;
+
+	/**
+	 * The cached value of the '{@link #getFunctionblock() <em>Functionblock</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getFunctionblock()
+	 * @generated
+	 * @ordered
+	 */
+	protected FunctionBlock functionblock;
+
+	/**
+	 * The cached value of the '{@link #getElements() <em>Elements</em>}' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getElements()
+	 * @generated
+	 * @ordered
+	 */
+	protected EList<Entity> elements;
+
+	/**
+	 * The cached value of the '{@link #getEnums() <em>Enums</em>}' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getEnums()
+	 * @generated
+	 * @ordered
+	 */
+	protected EList<org.eclipse.vorto.functionblock.Enum> enums;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected FunctionblockModelImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.FUNCTIONBLOCK_MODEL;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getName() {
+		return name;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setName(String newName) {
+		String oldName = name;
+		name = newName;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTIONBLOCK_MODEL__NAME, oldName, name));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FunctionBlock getFunctionblock() {
+		return functionblock;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public NotificationChain basicSetFunctionblock(FunctionBlock newFunctionblock, NotificationChain msgs) {
+		FunctionBlock oldFunctionblock = functionblock;
+		functionblock = newFunctionblock;
+		if (eNotificationRequired()) {
+			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK, oldFunctionblock, newFunctionblock);
+			if (msgs == null) msgs = notification; else msgs.add(notification);
+		}
+		return msgs;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setFunctionblock(FunctionBlock newFunctionblock) {
+		if (newFunctionblock != functionblock) {
+			NotificationChain msgs = null;
+			if (functionblock != null)
+				msgs = ((InternalEObject)functionblock).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK, null, msgs);
+			if (newFunctionblock != null)
+				msgs = ((InternalEObject)newFunctionblock).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK, null, msgs);
+			msgs = basicSetFunctionblock(newFunctionblock, msgs);
+			if (msgs != null) msgs.dispatch();
+		}
+		else if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK, newFunctionblock, newFunctionblock));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EList<Entity> getElements() {
+		if (elements == null) {
+			elements = new EObjectContainmentEList<Entity>(Entity.class, this, FunctionblockPackage.FUNCTIONBLOCK_MODEL__ELEMENTS);
+		}
+		return elements;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EList<org.eclipse.vorto.functionblock.Enum> getEnums() {
+		if (enums == null) {
+			enums = new EObjectContainmentEList<org.eclipse.vorto.functionblock.Enum>(org.eclipse.vorto.functionblock.Enum.class, this, FunctionblockPackage.FUNCTIONBLOCK_MODEL__ENUMS);
+		}
+		return enums;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK:
+				return basicSetFunctionblock(null, msgs);
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ELEMENTS:
+				return ((InternalEList<?>)getElements()).basicRemove(otherEnd, msgs);
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ENUMS:
+				return ((InternalEList<?>)getEnums()).basicRemove(otherEnd, msgs);
+		}
+		return super.eInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__NAME:
+				return getName();
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK:
+				return getFunctionblock();
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ELEMENTS:
+				return getElements();
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ENUMS:
+				return getEnums();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@SuppressWarnings("unchecked")
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__NAME:
+				setName((String)newValue);
+				return;
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK:
+				setFunctionblock((FunctionBlock)newValue);
+				return;
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ELEMENTS:
+				getElements().clear();
+				getElements().addAll((Collection<? extends Entity>)newValue);
+				return;
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ENUMS:
+				getEnums().clear();
+				getEnums().addAll((Collection<? extends org.eclipse.vorto.functionblock.Enum>)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__NAME:
+				setName(NAME_EDEFAULT);
+				return;
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK:
+				setFunctionblock((FunctionBlock)null);
+				return;
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ELEMENTS:
+				getElements().clear();
+				return;
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ENUMS:
+				getEnums().clear();
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__NAME:
+				return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK:
+				return functionblock != null;
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ELEMENTS:
+				return elements != null && !elements.isEmpty();
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL__ENUMS:
+				return enums != null && !enums.isEmpty();
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (name: ");
+		result.append(name);
+		result.append(')');
+		return result.toString();
+	}
+
+} //FunctionblockModelImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionblockPackageImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionblockPackageImpl.java
new file mode 100644
index 0000000..8e6b583
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/FunctionblockPackageImpl.java
@@ -0,0 +1,1130 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.ecore.EAttribute;
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.EEnum;
+import org.eclipse.emf.ecore.EPackage;
+import org.eclipse.emf.ecore.EReference;
+
+import org.eclipse.emf.ecore.impl.EPackageImpl;
+
+import org.eclipse.vorto.functionblock.Constraint;
+import org.eclipse.vorto.functionblock.ConstraintIntervalType;
+import org.eclipse.vorto.functionblock.Entity;
+import org.eclipse.vorto.functionblock.EnumLiteral;
+import org.eclipse.vorto.functionblock.Event;
+import org.eclipse.vorto.functionblock.FBFeature;
+import org.eclipse.vorto.functionblock.FunctionBlock;
+import org.eclipse.vorto.functionblock.FunctionblockFactory;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.ObjectParam;
+import org.eclipse.vorto.functionblock.ObjectProperty;
+import org.eclipse.vorto.functionblock.ObjectType;
+import org.eclipse.vorto.functionblock.Operation;
+import org.eclipse.vorto.functionblock.Parameter;
+import org.eclipse.vorto.functionblock.Presence;
+import org.eclipse.vorto.functionblock.PrimitiveParam;
+import org.eclipse.vorto.functionblock.PrimitiveProperty;
+import org.eclipse.vorto.functionblock.PrimitiveType;
+import org.eclipse.vorto.functionblock.Property;
+import org.eclipse.vorto.functionblock.ReturnObjectType;
+import org.eclipse.vorto.functionblock.ReturnPrimitiveType;
+import org.eclipse.vorto.functionblock.ReturnType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model <b>Package</b>.
+ * <!-- end-user-doc -->
+ * @generated
+ */
+public class FunctionblockPackageImpl extends EPackageImpl implements FunctionblockPackage {
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass functionblockModelEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass functionBlockEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass fbFeatureEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass objectTypeEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass propertyEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass entityEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass presenceEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass primitivePropertyEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass objectPropertyEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass constraintEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass operationEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass returnTypeEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass returnObjectTypeEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass returnPrimitiveTypeEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass parameterEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass objectParamEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass primitiveParamEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass enumEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass enumLiteralEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EClass eventEClass = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EEnum primitiveTypeEEnum = null;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private EEnum constraintIntervalTypeEEnum = null;
+
+	/**
+	 * Creates an instance of the model <b>Package</b>, registered with
+	 * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package
+	 * package URI value.
+	 * <p>Note: the correct way to create the package is via the static
+	 * factory method {@link #init init()}, which also performs
+	 * initialization of the package, or returns the registered package,
+	 * if one already exists.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see org.eclipse.emf.ecore.EPackage.Registry
+	 * @see org.eclipse.vorto.functionblock.FunctionblockPackage#eNS_URI
+	 * @see #init()
+	 * @generated
+	 */
+	private FunctionblockPackageImpl() {
+		super(eNS_URI, FunctionblockFactory.eINSTANCE);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private static boolean isInited = false;
+
+	/**
+	 * Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.
+	 * 
+	 * <p>This method is used to initialize {@link FunctionblockPackage#eINSTANCE} when that field is accessed.
+	 * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #eNS_URI
+	 * @see #createPackageContents()
+	 * @see #initializePackageContents()
+	 * @generated
+	 */
+	public static FunctionblockPackage init() {
+		if (isInited) return (FunctionblockPackage)EPackage.Registry.INSTANCE.getEPackage(FunctionblockPackage.eNS_URI);
+
+		// Obtain or create and register package
+		FunctionblockPackageImpl theFunctionblockPackage = (FunctionblockPackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof FunctionblockPackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new FunctionblockPackageImpl());
+
+		isInited = true;
+
+		// Create package meta-data objects
+		theFunctionblockPackage.createPackageContents();
+
+		// Initialize created meta-data
+		theFunctionblockPackage.initializePackageContents();
+
+		// Mark meta-data to indicate it can't be changed
+		theFunctionblockPackage.freeze();
+
+  
+		// Update the registry and return the package
+		EPackage.Registry.INSTANCE.put(FunctionblockPackage.eNS_URI, theFunctionblockPackage);
+		return theFunctionblockPackage;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getFunctionblockModel() {
+		return functionblockModelEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getFunctionblockModel_Name() {
+		return (EAttribute)functionblockModelEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getFunctionblockModel_Functionblock() {
+		return (EReference)functionblockModelEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getFunctionblockModel_Elements() {
+		return (EReference)functionblockModelEClass.getEStructuralFeatures().get(2);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getFunctionblockModel_Enums() {
+		return (EReference)functionblockModelEClass.getEStructuralFeatures().get(3);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getFunctionBlock() {
+		return functionBlockEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getFunctionBlock_Displayname() {
+		return (EAttribute)functionBlockEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getFunctionBlock_Description() {
+		return (EAttribute)functionBlockEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getFunctionBlock_Vendor() {
+		return (EAttribute)functionBlockEClass.getEStructuralFeatures().get(2);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getFunctionBlock_Category() {
+		return (EAttribute)functionBlockEClass.getEStructuralFeatures().get(3);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getFunctionBlock_Version() {
+		return (EAttribute)functionBlockEClass.getEStructuralFeatures().get(4);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getFunctionBlock_Configuration() {
+		return (EReference)functionBlockEClass.getEStructuralFeatures().get(5);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getFunctionBlock_Status() {
+		return (EReference)functionBlockEClass.getEStructuralFeatures().get(6);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getFunctionBlock_Fault() {
+		return (EReference)functionBlockEClass.getEStructuralFeatures().get(7);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getFunctionBlock_Features() {
+		return (EReference)functionBlockEClass.getEStructuralFeatures().get(8);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getFunctionBlock_Events() {
+		return (EReference)functionBlockEClass.getEStructuralFeatures().get(9);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getFBFeature() {
+		return fbFeatureEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getFBFeature_Properties() {
+		return (EReference)fbFeatureEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getObjectType() {
+		return objectTypeEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getObjectType_Name() {
+		return (EAttribute)objectTypeEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getProperty() {
+		return propertyEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getProperty_Presence() {
+		return (EReference)propertyEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getProperty_Multiplicity() {
+		return (EAttribute)propertyEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getProperty_PropName() {
+		return (EAttribute)propertyEClass.getEStructuralFeatures().get(2);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getProperty_Description() {
+		return (EAttribute)propertyEClass.getEStructuralFeatures().get(3);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getEntity() {
+		return entityEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getEntity_SuperType() {
+		return (EReference)entityEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getEntity_Properties() {
+		return (EReference)entityEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getPresence() {
+		return presenceEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getPresence_Mandatory() {
+		return (EAttribute)presenceEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getPresence_Optional() {
+		return (EAttribute)presenceEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getPrimitiveProperty() {
+		return primitivePropertyEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getPrimitiveProperty_Type() {
+		return (EAttribute)primitivePropertyEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getPrimitiveProperty_Constraints() {
+		return (EReference)primitivePropertyEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getObjectProperty() {
+		return objectPropertyEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getObjectProperty_Type() {
+		return (EReference)objectPropertyEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getConstraint() {
+		return constraintEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getConstraint_Type() {
+		return (EAttribute)constraintEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getConstraint_ConstraintValues() {
+		return (EAttribute)constraintEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getOperation() {
+		return operationEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getOperation_MethodName() {
+		return (EAttribute)operationEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getOperation_Params() {
+		return (EReference)operationEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getOperation_ReturnType() {
+		return (EReference)operationEClass.getEStructuralFeatures().get(2);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getOperation_Description() {
+		return (EAttribute)operationEClass.getEStructuralFeatures().get(3);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getReturnType() {
+		return returnTypeEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getReturnType_Multiplicity() {
+		return (EAttribute)returnTypeEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getReturnObjectType() {
+		return returnObjectTypeEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getReturnObjectType_ReturnType() {
+		return (EReference)returnObjectTypeEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getReturnPrimitiveType() {
+		return returnPrimitiveTypeEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getReturnPrimitiveType_ReturnType() {
+		return (EAttribute)returnPrimitiveTypeEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getParameter() {
+		return parameterEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getParameter_Multiplicity() {
+		return (EAttribute)parameterEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getParameter_ParamName() {
+		return (EAttribute)parameterEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getObjectParam() {
+		return objectParamEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getObjectParam_ParamType() {
+		return (EReference)objectParamEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getPrimitiveParam() {
+		return primitiveParamEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getPrimitiveParam_ParamType() {
+		return (EAttribute)primitiveParamEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getEnum() {
+		return enumEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getEnum_Enums() {
+		return (EReference)enumEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getEnumLiteral() {
+		return enumLiteralEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getEnumLiteral_Literal() {
+		return (EAttribute)enumLiteralEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EClass getEvent() {
+		return eventEClass;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EReference getEvent_Feature() {
+		return (EReference)eventEClass.getEStructuralFeatures().get(0);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EAttribute getEvent_Name() {
+		return (EAttribute)eventEClass.getEStructuralFeatures().get(1);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EEnum getPrimitiveType() {
+		return primitiveTypeEEnum;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EEnum getConstraintIntervalType() {
+		return constraintIntervalTypeEEnum;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FunctionblockFactory getFunctionblockFactory() {
+		return (FunctionblockFactory)getEFactoryInstance();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private boolean isCreated = false;
+
+	/**
+	 * Creates the meta-model objects for the package.  This method is
+	 * guarded to have no affect on any invocation but its first.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void createPackageContents() {
+		if (isCreated) return;
+		isCreated = true;
+
+		// Create classes and their features
+		functionblockModelEClass = createEClass(FUNCTIONBLOCK_MODEL);
+		createEAttribute(functionblockModelEClass, FUNCTIONBLOCK_MODEL__NAME);
+		createEReference(functionblockModelEClass, FUNCTIONBLOCK_MODEL__FUNCTIONBLOCK);
+		createEReference(functionblockModelEClass, FUNCTIONBLOCK_MODEL__ELEMENTS);
+		createEReference(functionblockModelEClass, FUNCTIONBLOCK_MODEL__ENUMS);
+
+		functionBlockEClass = createEClass(FUNCTION_BLOCK);
+		createEAttribute(functionBlockEClass, FUNCTION_BLOCK__DISPLAYNAME);
+		createEAttribute(functionBlockEClass, FUNCTION_BLOCK__DESCRIPTION);
+		createEAttribute(functionBlockEClass, FUNCTION_BLOCK__VENDOR);
+		createEAttribute(functionBlockEClass, FUNCTION_BLOCK__CATEGORY);
+		createEAttribute(functionBlockEClass, FUNCTION_BLOCK__VERSION);
+		createEReference(functionBlockEClass, FUNCTION_BLOCK__CONFIGURATION);
+		createEReference(functionBlockEClass, FUNCTION_BLOCK__STATUS);
+		createEReference(functionBlockEClass, FUNCTION_BLOCK__FAULT);
+		createEReference(functionBlockEClass, FUNCTION_BLOCK__FEATURES);
+		createEReference(functionBlockEClass, FUNCTION_BLOCK__EVENTS);
+
+		fbFeatureEClass = createEClass(FB_FEATURE);
+		createEReference(fbFeatureEClass, FB_FEATURE__PROPERTIES);
+
+		objectTypeEClass = createEClass(OBJECT_TYPE);
+		createEAttribute(objectTypeEClass, OBJECT_TYPE__NAME);
+
+		propertyEClass = createEClass(PROPERTY);
+		createEReference(propertyEClass, PROPERTY__PRESENCE);
+		createEAttribute(propertyEClass, PROPERTY__MULTIPLICITY);
+		createEAttribute(propertyEClass, PROPERTY__PROP_NAME);
+		createEAttribute(propertyEClass, PROPERTY__DESCRIPTION);
+
+		entityEClass = createEClass(ENTITY);
+		createEReference(entityEClass, ENTITY__SUPER_TYPE);
+		createEReference(entityEClass, ENTITY__PROPERTIES);
+
+		presenceEClass = createEClass(PRESENCE);
+		createEAttribute(presenceEClass, PRESENCE__MANDATORY);
+		createEAttribute(presenceEClass, PRESENCE__OPTIONAL);
+
+		primitivePropertyEClass = createEClass(PRIMITIVE_PROPERTY);
+		createEAttribute(primitivePropertyEClass, PRIMITIVE_PROPERTY__TYPE);
+		createEReference(primitivePropertyEClass, PRIMITIVE_PROPERTY__CONSTRAINTS);
+
+		objectPropertyEClass = createEClass(OBJECT_PROPERTY);
+		createEReference(objectPropertyEClass, OBJECT_PROPERTY__TYPE);
+
+		constraintEClass = createEClass(CONSTRAINT);
+		createEAttribute(constraintEClass, CONSTRAINT__TYPE);
+		createEAttribute(constraintEClass, CONSTRAINT__CONSTRAINT_VALUES);
+
+		operationEClass = createEClass(OPERATION);
+		createEAttribute(operationEClass, OPERATION__METHOD_NAME);
+		createEReference(operationEClass, OPERATION__PARAMS);
+		createEReference(operationEClass, OPERATION__RETURN_TYPE);
+		createEAttribute(operationEClass, OPERATION__DESCRIPTION);
+
+		returnTypeEClass = createEClass(RETURN_TYPE);
+		createEAttribute(returnTypeEClass, RETURN_TYPE__MULTIPLICITY);
+
+		returnObjectTypeEClass = createEClass(RETURN_OBJECT_TYPE);
+		createEReference(returnObjectTypeEClass, RETURN_OBJECT_TYPE__RETURN_TYPE);
+
+		returnPrimitiveTypeEClass = createEClass(RETURN_PRIMITIVE_TYPE);
+		createEAttribute(returnPrimitiveTypeEClass, RETURN_PRIMITIVE_TYPE__RETURN_TYPE);
+
+		parameterEClass = createEClass(PARAMETER);
+		createEAttribute(parameterEClass, PARAMETER__MULTIPLICITY);
+		createEAttribute(parameterEClass, PARAMETER__PARAM_NAME);
+
+		objectParamEClass = createEClass(OBJECT_PARAM);
+		createEReference(objectParamEClass, OBJECT_PARAM__PARAM_TYPE);
+
+		primitiveParamEClass = createEClass(PRIMITIVE_PARAM);
+		createEAttribute(primitiveParamEClass, PRIMITIVE_PARAM__PARAM_TYPE);
+
+		enumEClass = createEClass(ENUM);
+		createEReference(enumEClass, ENUM__ENUMS);
+
+		enumLiteralEClass = createEClass(ENUM_LITERAL);
+		createEAttribute(enumLiteralEClass, ENUM_LITERAL__LITERAL);
+
+		eventEClass = createEClass(EVENT);
+		createEReference(eventEClass, EVENT__FEATURE);
+		createEAttribute(eventEClass, EVENT__NAME);
+
+		// Create enums
+		primitiveTypeEEnum = createEEnum(PRIMITIVE_TYPE);
+		constraintIntervalTypeEEnum = createEEnum(CONSTRAINT_INTERVAL_TYPE);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	private boolean isInitialized = false;
+
+	/**
+	 * Complete the initialization of the package and its meta-model.  This
+	 * method is guarded to have no affect on any invocation but its first.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void initializePackageContents() {
+		if (isInitialized) return;
+		isInitialized = true;
+
+		// Initialize package
+		setName(eNAME);
+		setNsPrefix(eNS_PREFIX);
+		setNsURI(eNS_URI);
+
+		// Create type parameters
+
+		// Set bounds for type parameters
+
+		// Add supertypes to classes
+		entityEClass.getESuperTypes().add(this.getObjectType());
+		primitivePropertyEClass.getESuperTypes().add(this.getProperty());
+		objectPropertyEClass.getESuperTypes().add(this.getProperty());
+		returnObjectTypeEClass.getESuperTypes().add(this.getReturnType());
+		returnPrimitiveTypeEClass.getESuperTypes().add(this.getReturnType());
+		objectParamEClass.getESuperTypes().add(this.getParameter());
+		primitiveParamEClass.getESuperTypes().add(this.getParameter());
+		enumEClass.getESuperTypes().add(this.getObjectType());
+
+		// Initialize classes and features; add operations and parameters
+		initEClass(functionblockModelEClass, FunctionblockModel.class, "FunctionblockModel", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getFunctionblockModel_Name(), ecorePackage.getEString(), "name", null, 0, 1, FunctionblockModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getFunctionblockModel_Functionblock(), this.getFunctionBlock(), null, "functionblock", null, 0, 1, FunctionblockModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getFunctionblockModel_Elements(), this.getEntity(), null, "elements", null, 0, -1, FunctionblockModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getFunctionblockModel_Enums(), this.getEnum(), null, "enums", null, 0, -1, FunctionblockModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(functionBlockEClass, FunctionBlock.class, "FunctionBlock", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getFunctionBlock_Displayname(), ecorePackage.getEString(), "displayname", null, 0, 1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getFunctionBlock_Description(), ecorePackage.getEString(), "description", null, 0, 1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getFunctionBlock_Vendor(), ecorePackage.getEString(), "vendor", null, 0, 1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getFunctionBlock_Category(), ecorePackage.getEString(), "category", null, 0, 1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getFunctionBlock_Version(), ecorePackage.getEString(), "version", null, 0, 1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getFunctionBlock_Configuration(), this.getFBFeature(), null, "configuration", null, 0, 1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getFunctionBlock_Status(), this.getFBFeature(), null, "status", null, 0, 1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getFunctionBlock_Fault(), this.getFBFeature(), null, "fault", null, 0, 1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getFunctionBlock_Features(), this.getOperation(), null, "features", null, 0, -1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getFunctionBlock_Events(), this.getEvent(), null, "events", null, 0, -1, FunctionBlock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(fbFeatureEClass, FBFeature.class, "FBFeature", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEReference(getFBFeature_Properties(), this.getProperty(), null, "properties", null, 0, -1, FBFeature.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(objectTypeEClass, ObjectType.class, "ObjectType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getObjectType_Name(), ecorePackage.getEString(), "name", null, 0, 1, ObjectType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(propertyEClass, Property.class, "Property", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEReference(getProperty_Presence(), this.getPresence(), null, "presence", null, 0, 1, Property.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getProperty_Multiplicity(), ecorePackage.getEString(), "multiplicity", null, 0, 1, Property.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getProperty_PropName(), ecorePackage.getEString(), "propName", null, 0, 1, Property.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getProperty_Description(), ecorePackage.getEString(), "description", null, 0, 1, Property.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(entityEClass, Entity.class, "Entity", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEReference(getEntity_SuperType(), this.getEntity(), null, "superType", null, 0, 1, Entity.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getEntity_Properties(), this.getFBFeature(), null, "properties", null, 0, 1, Entity.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(presenceEClass, Presence.class, "Presence", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getPresence_Mandatory(), ecorePackage.getEString(), "mandatory", null, 0, 1, Presence.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getPresence_Optional(), ecorePackage.getEString(), "optional", null, 0, 1, Presence.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(primitivePropertyEClass, PrimitiveProperty.class, "PrimitiveProperty", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getPrimitiveProperty_Type(), this.getPrimitiveType(), "type", null, 0, 1, PrimitiveProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getPrimitiveProperty_Constraints(), this.getConstraint(), null, "Constraints", null, 0, -1, PrimitiveProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(objectPropertyEClass, ObjectProperty.class, "ObjectProperty", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEReference(getObjectProperty_Type(), this.getObjectType(), null, "type", null, 0, 1, ObjectProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(constraintEClass, Constraint.class, "Constraint", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getConstraint_Type(), this.getConstraintIntervalType(), "type", null, 0, 1, Constraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getConstraint_ConstraintValues(), ecorePackage.getEString(), "constraintValues", null, 0, 1, Constraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(operationEClass, Operation.class, "Operation", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getOperation_MethodName(), ecorePackage.getEString(), "methodName", null, 0, 1, Operation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getOperation_Params(), this.getParameter(), null, "params", null, 0, -1, Operation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEReference(getOperation_ReturnType(), this.getReturnType(), null, "returnType", null, 0, 1, Operation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getOperation_Description(), ecorePackage.getEString(), "description", null, 0, 1, Operation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(returnTypeEClass, ReturnType.class, "ReturnType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getReturnType_Multiplicity(), ecorePackage.getEString(), "multiplicity", null, 0, 1, ReturnType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(returnObjectTypeEClass, ReturnObjectType.class, "ReturnObjectType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEReference(getReturnObjectType_ReturnType(), this.getObjectType(), null, "returnType", null, 0, 1, ReturnObjectType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(returnPrimitiveTypeEClass, ReturnPrimitiveType.class, "ReturnPrimitiveType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getReturnPrimitiveType_ReturnType(), this.getPrimitiveType(), "returnType", null, 0, 1, ReturnPrimitiveType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(parameterEClass, Parameter.class, "Parameter", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getParameter_Multiplicity(), ecorePackage.getEString(), "multiplicity", null, 0, 1, Parameter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getParameter_ParamName(), ecorePackage.getEString(), "paramName", null, 0, 1, Parameter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(objectParamEClass, ObjectParam.class, "ObjectParam", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEReference(getObjectParam_ParamType(), this.getObjectType(), null, "paramType", null, 0, 1, ObjectParam.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(primitiveParamEClass, PrimitiveParam.class, "PrimitiveParam", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getPrimitiveParam_ParamType(), this.getPrimitiveType(), "paramType", null, 0, 1, PrimitiveParam.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(enumEClass, org.eclipse.vorto.functionblock.Enum.class, "Enum", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEReference(getEnum_Enums(), this.getEnumLiteral(), null, "enums", null, 0, -1, org.eclipse.vorto.functionblock.Enum.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(enumLiteralEClass, EnumLiteral.class, "EnumLiteral", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEAttribute(getEnumLiteral_Literal(), ecorePackage.getEString(), "literal", null, 0, 1, EnumLiteral.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		initEClass(eventEClass, Event.class, "Event", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
+		initEReference(getEvent_Feature(), this.getFBFeature(), null, "feature", null, 0, 1, Event.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+		initEAttribute(getEvent_Name(), ecorePackage.getEString(), "name", null, 0, 1, Event.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+
+		// Initialize enums and add enum literals
+		initEEnum(primitiveTypeEEnum, PrimitiveType.class, "PrimitiveType");
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.STRING);
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.INT);
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.FLOAT);
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.BOOLEAN);
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.DATETIME);
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.DOUBLE);
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.LONG);
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.SHORT);
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.BASE64_BINARY);
+		addEEnumLiteral(primitiveTypeEEnum, PrimitiveType.BYTE);
+
+		initEEnum(constraintIntervalTypeEEnum, ConstraintIntervalType.class, "ConstraintIntervalType");
+		addEEnumLiteral(constraintIntervalTypeEEnum, ConstraintIntervalType.MIN);
+		addEEnumLiteral(constraintIntervalTypeEEnum, ConstraintIntervalType.MAX);
+		addEEnumLiteral(constraintIntervalTypeEEnum, ConstraintIntervalType.STRLEN);
+		addEEnumLiteral(constraintIntervalTypeEEnum, ConstraintIntervalType.REGEX);
+
+		// Create resource
+		createResource(eNS_URI);
+	}
+
+} //FunctionblockPackageImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ObjectParamImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ObjectParamImpl.java
new file mode 100644
index 0000000..f7e2b47
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ObjectParamImpl.java
@@ -0,0 +1,171 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.ObjectParam;
+import org.eclipse.vorto.functionblock.ObjectType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Object Param</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ObjectParamImpl#getParamType <em>Param Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ObjectParamImpl extends ParameterImpl implements ObjectParam {
+	/**
+	 * The cached value of the '{@link #getParamType() <em>Param Type</em>}' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getParamType()
+	 * @generated
+	 * @ordered
+	 */
+	protected ObjectType paramType;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected ObjectParamImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.OBJECT_PARAM;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ObjectType getParamType() {
+		if (paramType != null && paramType.eIsProxy()) {
+			InternalEObject oldParamType = (InternalEObject)paramType;
+			paramType = (ObjectType)eResolveProxy(oldParamType);
+			if (paramType != oldParamType) {
+				if (eNotificationRequired())
+					eNotify(new ENotificationImpl(this, Notification.RESOLVE, FunctionblockPackage.OBJECT_PARAM__PARAM_TYPE, oldParamType, paramType));
+			}
+		}
+		return paramType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ObjectType basicGetParamType() {
+		return paramType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setParamType(ObjectType newParamType) {
+		ObjectType oldParamType = paramType;
+		paramType = newParamType;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.OBJECT_PARAM__PARAM_TYPE, oldParamType, paramType));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_PARAM__PARAM_TYPE:
+				if (resolve) return getParamType();
+				return basicGetParamType();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_PARAM__PARAM_TYPE:
+				setParamType((ObjectType)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_PARAM__PARAM_TYPE:
+				setParamType((ObjectType)null);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_PARAM__PARAM_TYPE:
+				return paramType != null;
+		}
+		return super.eIsSet(featureID);
+	}
+
+} //ObjectParamImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ObjectPropertyImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ObjectPropertyImpl.java
new file mode 100644
index 0000000..a5e8661
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ObjectPropertyImpl.java
@@ -0,0 +1,171 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.ObjectProperty;
+import org.eclipse.vorto.functionblock.ObjectType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Object Property</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ObjectPropertyImpl#getType <em>Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ObjectPropertyImpl extends PropertyImpl implements ObjectProperty {
+	/**
+	 * The cached value of the '{@link #getType() <em>Type</em>}' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getType()
+	 * @generated
+	 * @ordered
+	 */
+	protected ObjectType type;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected ObjectPropertyImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.OBJECT_PROPERTY;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ObjectType getType() {
+		if (type != null && type.eIsProxy()) {
+			InternalEObject oldType = (InternalEObject)type;
+			type = (ObjectType)eResolveProxy(oldType);
+			if (type != oldType) {
+				if (eNotificationRequired())
+					eNotify(new ENotificationImpl(this, Notification.RESOLVE, FunctionblockPackage.OBJECT_PROPERTY__TYPE, oldType, type));
+			}
+		}
+		return type;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ObjectType basicGetType() {
+		return type;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setType(ObjectType newType) {
+		ObjectType oldType = type;
+		type = newType;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.OBJECT_PROPERTY__TYPE, oldType, type));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_PROPERTY__TYPE:
+				if (resolve) return getType();
+				return basicGetType();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_PROPERTY__TYPE:
+				setType((ObjectType)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_PROPERTY__TYPE:
+				setType((ObjectType)null);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_PROPERTY__TYPE:
+				return type != null;
+		}
+		return super.eIsSet(featureID);
+	}
+
+} //ObjectPropertyImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ObjectTypeImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ObjectTypeImpl.java
new file mode 100644
index 0000000..17e91aa
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ObjectTypeImpl.java
@@ -0,0 +1,178 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.ObjectType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Object Type</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ObjectTypeImpl#getName <em>Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ObjectTypeImpl extends MinimalEObjectImpl.Container implements ObjectType {
+	/**
+	 * The default value of the '{@link #getName() <em>Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getName()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String NAME_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getName() <em>Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getName()
+	 * @generated
+	 * @ordered
+	 */
+	protected String name = NAME_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected ObjectTypeImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.OBJECT_TYPE;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getName() {
+		return name;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setName(String newName) {
+		String oldName = name;
+		name = newName;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.OBJECT_TYPE__NAME, oldName, name));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_TYPE__NAME:
+				return getName();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_TYPE__NAME:
+				setName((String)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_TYPE__NAME:
+				setName(NAME_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.OBJECT_TYPE__NAME:
+				return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (name: ");
+		result.append(name);
+		result.append(')');
+		return result.toString();
+	}
+
+} //ObjectTypeImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/OperationImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/OperationImpl.java
new file mode 100644
index 0000000..297f8fc
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/OperationImpl.java
@@ -0,0 +1,358 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import java.util.Collection;
+
+import org.eclipse.emf.common.notify.Notification;
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.emf.ecore.util.EObjectContainmentEList;
+import org.eclipse.emf.ecore.util.InternalEList;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.Operation;
+import org.eclipse.vorto.functionblock.Parameter;
+import org.eclipse.vorto.functionblock.ReturnType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Operation</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.OperationImpl#getMethodName <em>Method Name</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.OperationImpl#getParams <em>Params</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.OperationImpl#getReturnType <em>Return Type</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.OperationImpl#getDescription <em>Description</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class OperationImpl extends MinimalEObjectImpl.Container implements Operation {
+	/**
+	 * The default value of the '{@link #getMethodName() <em>Method Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMethodName()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String METHOD_NAME_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getMethodName() <em>Method Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMethodName()
+	 * @generated
+	 * @ordered
+	 */
+	protected String methodName = METHOD_NAME_EDEFAULT;
+
+	/**
+	 * The cached value of the '{@link #getParams() <em>Params</em>}' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getParams()
+	 * @generated
+	 * @ordered
+	 */
+	protected EList<Parameter> params;
+
+	/**
+	 * The cached value of the '{@link #getReturnType() <em>Return Type</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getReturnType()
+	 * @generated
+	 * @ordered
+	 */
+	protected ReturnType returnType;
+
+	/**
+	 * The default value of the '{@link #getDescription() <em>Description</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getDescription()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String DESCRIPTION_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getDescription() <em>Description</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getDescription()
+	 * @generated
+	 * @ordered
+	 */
+	protected String description = DESCRIPTION_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected OperationImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.OPERATION;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getMethodName() {
+		return methodName;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setMethodName(String newMethodName) {
+		String oldMethodName = methodName;
+		methodName = newMethodName;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.OPERATION__METHOD_NAME, oldMethodName, methodName));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EList<Parameter> getParams() {
+		if (params == null) {
+			params = new EObjectContainmentEList<Parameter>(Parameter.class, this, FunctionblockPackage.OPERATION__PARAMS);
+		}
+		return params;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ReturnType getReturnType() {
+		return returnType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public NotificationChain basicSetReturnType(ReturnType newReturnType, NotificationChain msgs) {
+		ReturnType oldReturnType = returnType;
+		returnType = newReturnType;
+		if (eNotificationRequired()) {
+			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FunctionblockPackage.OPERATION__RETURN_TYPE, oldReturnType, newReturnType);
+			if (msgs == null) msgs = notification; else msgs.add(notification);
+		}
+		return msgs;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setReturnType(ReturnType newReturnType) {
+		if (newReturnType != returnType) {
+			NotificationChain msgs = null;
+			if (returnType != null)
+				msgs = ((InternalEObject)returnType).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.OPERATION__RETURN_TYPE, null, msgs);
+			if (newReturnType != null)
+				msgs = ((InternalEObject)newReturnType).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.OPERATION__RETURN_TYPE, null, msgs);
+			msgs = basicSetReturnType(newReturnType, msgs);
+			if (msgs != null) msgs.dispatch();
+		}
+		else if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.OPERATION__RETURN_TYPE, newReturnType, newReturnType));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getDescription() {
+		return description;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setDescription(String newDescription) {
+		String oldDescription = description;
+		description = newDescription;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.OPERATION__DESCRIPTION, oldDescription, description));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case FunctionblockPackage.OPERATION__PARAMS:
+				return ((InternalEList<?>)getParams()).basicRemove(otherEnd, msgs);
+			case FunctionblockPackage.OPERATION__RETURN_TYPE:
+				return basicSetReturnType(null, msgs);
+		}
+		return super.eInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.OPERATION__METHOD_NAME:
+				return getMethodName();
+			case FunctionblockPackage.OPERATION__PARAMS:
+				return getParams();
+			case FunctionblockPackage.OPERATION__RETURN_TYPE:
+				return getReturnType();
+			case FunctionblockPackage.OPERATION__DESCRIPTION:
+				return getDescription();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@SuppressWarnings("unchecked")
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.OPERATION__METHOD_NAME:
+				setMethodName((String)newValue);
+				return;
+			case FunctionblockPackage.OPERATION__PARAMS:
+				getParams().clear();
+				getParams().addAll((Collection<? extends Parameter>)newValue);
+				return;
+			case FunctionblockPackage.OPERATION__RETURN_TYPE:
+				setReturnType((ReturnType)newValue);
+				return;
+			case FunctionblockPackage.OPERATION__DESCRIPTION:
+				setDescription((String)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.OPERATION__METHOD_NAME:
+				setMethodName(METHOD_NAME_EDEFAULT);
+				return;
+			case FunctionblockPackage.OPERATION__PARAMS:
+				getParams().clear();
+				return;
+			case FunctionblockPackage.OPERATION__RETURN_TYPE:
+				setReturnType((ReturnType)null);
+				return;
+			case FunctionblockPackage.OPERATION__DESCRIPTION:
+				setDescription(DESCRIPTION_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.OPERATION__METHOD_NAME:
+				return METHOD_NAME_EDEFAULT == null ? methodName != null : !METHOD_NAME_EDEFAULT.equals(methodName);
+			case FunctionblockPackage.OPERATION__PARAMS:
+				return params != null && !params.isEmpty();
+			case FunctionblockPackage.OPERATION__RETURN_TYPE:
+				return returnType != null;
+			case FunctionblockPackage.OPERATION__DESCRIPTION:
+				return DESCRIPTION_EDEFAULT == null ? description != null : !DESCRIPTION_EDEFAULT.equals(description);
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (methodName: ");
+		result.append(methodName);
+		result.append(", description: ");
+		result.append(description);
+		result.append(')');
+		return result.toString();
+	}
+
+} //OperationImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ParameterImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ParameterImpl.java
new file mode 100644
index 0000000..e79fdab
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ParameterImpl.java
@@ -0,0 +1,232 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.Parameter;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Parameter</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ParameterImpl#getMultiplicity <em>Multiplicity</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ParameterImpl#getParamName <em>Param Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ParameterImpl extends MinimalEObjectImpl.Container implements Parameter {
+	/**
+	 * The default value of the '{@link #getMultiplicity() <em>Multiplicity</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMultiplicity()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String MULTIPLICITY_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getMultiplicity() <em>Multiplicity</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMultiplicity()
+	 * @generated
+	 * @ordered
+	 */
+	protected String multiplicity = MULTIPLICITY_EDEFAULT;
+
+	/**
+	 * The default value of the '{@link #getParamName() <em>Param Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getParamName()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String PARAM_NAME_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getParamName() <em>Param Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getParamName()
+	 * @generated
+	 * @ordered
+	 */
+	protected String paramName = PARAM_NAME_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected ParameterImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.PARAMETER;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getMultiplicity() {
+		return multiplicity;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setMultiplicity(String newMultiplicity) {
+		String oldMultiplicity = multiplicity;
+		multiplicity = newMultiplicity;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PARAMETER__MULTIPLICITY, oldMultiplicity, multiplicity));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getParamName() {
+		return paramName;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setParamName(String newParamName) {
+		String oldParamName = paramName;
+		paramName = newParamName;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PARAMETER__PARAM_NAME, oldParamName, paramName));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.PARAMETER__MULTIPLICITY:
+				return getMultiplicity();
+			case FunctionblockPackage.PARAMETER__PARAM_NAME:
+				return getParamName();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.PARAMETER__MULTIPLICITY:
+				setMultiplicity((String)newValue);
+				return;
+			case FunctionblockPackage.PARAMETER__PARAM_NAME:
+				setParamName((String)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PARAMETER__MULTIPLICITY:
+				setMultiplicity(MULTIPLICITY_EDEFAULT);
+				return;
+			case FunctionblockPackage.PARAMETER__PARAM_NAME:
+				setParamName(PARAM_NAME_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PARAMETER__MULTIPLICITY:
+				return MULTIPLICITY_EDEFAULT == null ? multiplicity != null : !MULTIPLICITY_EDEFAULT.equals(multiplicity);
+			case FunctionblockPackage.PARAMETER__PARAM_NAME:
+				return PARAM_NAME_EDEFAULT == null ? paramName != null : !PARAM_NAME_EDEFAULT.equals(paramName);
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (multiplicity: ");
+		result.append(multiplicity);
+		result.append(", paramName: ");
+		result.append(paramName);
+		result.append(')');
+		return result.toString();
+	}
+
+} //ParameterImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PresenceImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PresenceImpl.java
new file mode 100644
index 0000000..ee3a924
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PresenceImpl.java
@@ -0,0 +1,232 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.Presence;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Presence</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.PresenceImpl#getMandatory <em>Mandatory</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.PresenceImpl#getOptional <em>Optional</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class PresenceImpl extends MinimalEObjectImpl.Container implements Presence {
+	/**
+	 * The default value of the '{@link #getMandatory() <em>Mandatory</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMandatory()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String MANDATORY_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getMandatory() <em>Mandatory</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMandatory()
+	 * @generated
+	 * @ordered
+	 */
+	protected String mandatory = MANDATORY_EDEFAULT;
+
+	/**
+	 * The default value of the '{@link #getOptional() <em>Optional</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getOptional()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String OPTIONAL_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getOptional() <em>Optional</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getOptional()
+	 * @generated
+	 * @ordered
+	 */
+	protected String optional = OPTIONAL_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected PresenceImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.PRESENCE;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getMandatory() {
+		return mandatory;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setMandatory(String newMandatory) {
+		String oldMandatory = mandatory;
+		mandatory = newMandatory;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PRESENCE__MANDATORY, oldMandatory, mandatory));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getOptional() {
+		return optional;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setOptional(String newOptional) {
+		String oldOptional = optional;
+		optional = newOptional;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PRESENCE__OPTIONAL, oldOptional, optional));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.PRESENCE__MANDATORY:
+				return getMandatory();
+			case FunctionblockPackage.PRESENCE__OPTIONAL:
+				return getOptional();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.PRESENCE__MANDATORY:
+				setMandatory((String)newValue);
+				return;
+			case FunctionblockPackage.PRESENCE__OPTIONAL:
+				setOptional((String)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PRESENCE__MANDATORY:
+				setMandatory(MANDATORY_EDEFAULT);
+				return;
+			case FunctionblockPackage.PRESENCE__OPTIONAL:
+				setOptional(OPTIONAL_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PRESENCE__MANDATORY:
+				return MANDATORY_EDEFAULT == null ? mandatory != null : !MANDATORY_EDEFAULT.equals(mandatory);
+			case FunctionblockPackage.PRESENCE__OPTIONAL:
+				return OPTIONAL_EDEFAULT == null ? optional != null : !OPTIONAL_EDEFAULT.equals(optional);
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (mandatory: ");
+		result.append(mandatory);
+		result.append(", optional: ");
+		result.append(optional);
+		result.append(')');
+		return result.toString();
+	}
+
+} //PresenceImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PrimitiveParamImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PrimitiveParamImpl.java
new file mode 100644
index 0000000..5cc860d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PrimitiveParamImpl.java
@@ -0,0 +1,178 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.PrimitiveParam;
+import org.eclipse.vorto.functionblock.PrimitiveType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Primitive Param</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.PrimitiveParamImpl#getParamType <em>Param Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class PrimitiveParamImpl extends ParameterImpl implements PrimitiveParam {
+	/**
+	 * The default value of the '{@link #getParamType() <em>Param Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getParamType()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final PrimitiveType PARAM_TYPE_EDEFAULT = PrimitiveType.STRING;
+
+	/**
+	 * The cached value of the '{@link #getParamType() <em>Param Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getParamType()
+	 * @generated
+	 * @ordered
+	 */
+	protected PrimitiveType paramType = PARAM_TYPE_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected PrimitiveParamImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.PRIMITIVE_PARAM;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public PrimitiveType getParamType() {
+		return paramType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setParamType(PrimitiveType newParamType) {
+		PrimitiveType oldParamType = paramType;
+		paramType = newParamType == null ? PARAM_TYPE_EDEFAULT : newParamType;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PRIMITIVE_PARAM__PARAM_TYPE, oldParamType, paramType));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.PRIMITIVE_PARAM__PARAM_TYPE:
+				return getParamType();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.PRIMITIVE_PARAM__PARAM_TYPE:
+				setParamType((PrimitiveType)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PRIMITIVE_PARAM__PARAM_TYPE:
+				setParamType(PARAM_TYPE_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PRIMITIVE_PARAM__PARAM_TYPE:
+				return paramType != PARAM_TYPE_EDEFAULT;
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (paramType: ");
+		result.append(paramType);
+		result.append(')');
+		return result.toString();
+	}
+
+} //PrimitiveParamImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PrimitivePropertyImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PrimitivePropertyImpl.java
new file mode 100644
index 0000000..aff40bd
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PrimitivePropertyImpl.java
@@ -0,0 +1,237 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import java.util.Collection;
+
+import org.eclipse.emf.common.notify.Notification;
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.emf.ecore.util.EObjectContainmentEList;
+import org.eclipse.emf.ecore.util.InternalEList;
+
+import org.eclipse.vorto.functionblock.Constraint;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.PrimitiveProperty;
+import org.eclipse.vorto.functionblock.PrimitiveType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Primitive Property</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.PrimitivePropertyImpl#getType <em>Type</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.PrimitivePropertyImpl#getConstraints <em>Constraints</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class PrimitivePropertyImpl extends PropertyImpl implements PrimitiveProperty {
+	/**
+	 * The default value of the '{@link #getType() <em>Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getType()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final PrimitiveType TYPE_EDEFAULT = PrimitiveType.STRING;
+
+	/**
+	 * The cached value of the '{@link #getType() <em>Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getType()
+	 * @generated
+	 * @ordered
+	 */
+	protected PrimitiveType type = TYPE_EDEFAULT;
+
+	/**
+	 * The cached value of the '{@link #getConstraints() <em>Constraints</em>}' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getConstraints()
+	 * @generated
+	 * @ordered
+	 */
+	protected EList<Constraint> constraints;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected PrimitivePropertyImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.PRIMITIVE_PROPERTY;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public PrimitiveType getType() {
+		return type;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setType(PrimitiveType newType) {
+		PrimitiveType oldType = type;
+		type = newType == null ? TYPE_EDEFAULT : newType;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PRIMITIVE_PROPERTY__TYPE, oldType, type));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public EList<Constraint> getConstraints() {
+		if (constraints == null) {
+			constraints = new EObjectContainmentEList<Constraint>(Constraint.class, this, FunctionblockPackage.PRIMITIVE_PROPERTY__CONSTRAINTS);
+		}
+		return constraints;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case FunctionblockPackage.PRIMITIVE_PROPERTY__CONSTRAINTS:
+				return ((InternalEList<?>)getConstraints()).basicRemove(otherEnd, msgs);
+		}
+		return super.eInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.PRIMITIVE_PROPERTY__TYPE:
+				return getType();
+			case FunctionblockPackage.PRIMITIVE_PROPERTY__CONSTRAINTS:
+				return getConstraints();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@SuppressWarnings("unchecked")
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.PRIMITIVE_PROPERTY__TYPE:
+				setType((PrimitiveType)newValue);
+				return;
+			case FunctionblockPackage.PRIMITIVE_PROPERTY__CONSTRAINTS:
+				getConstraints().clear();
+				getConstraints().addAll((Collection<? extends Constraint>)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PRIMITIVE_PROPERTY__TYPE:
+				setType(TYPE_EDEFAULT);
+				return;
+			case FunctionblockPackage.PRIMITIVE_PROPERTY__CONSTRAINTS:
+				getConstraints().clear();
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PRIMITIVE_PROPERTY__TYPE:
+				return type != TYPE_EDEFAULT;
+			case FunctionblockPackage.PRIMITIVE_PROPERTY__CONSTRAINTS:
+				return constraints != null && !constraints.isEmpty();
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (type: ");
+		result.append(type);
+		result.append(')');
+		return result.toString();
+	}
+
+} //PrimitivePropertyImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PropertyImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PropertyImpl.java
new file mode 100644
index 0000000..bcd9706
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/PropertyImpl.java
@@ -0,0 +1,367 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.Presence;
+import org.eclipse.vorto.functionblock.Property;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Property</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.PropertyImpl#getPresence <em>Presence</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.PropertyImpl#getMultiplicity <em>Multiplicity</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.PropertyImpl#getPropName <em>Prop Name</em>}</li>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.PropertyImpl#getDescription <em>Description</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class PropertyImpl extends MinimalEObjectImpl.Container implements Property {
+	/**
+	 * The cached value of the '{@link #getPresence() <em>Presence</em>}' containment reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getPresence()
+	 * @generated
+	 * @ordered
+	 */
+	protected Presence presence;
+
+	/**
+	 * The default value of the '{@link #getMultiplicity() <em>Multiplicity</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMultiplicity()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String MULTIPLICITY_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getMultiplicity() <em>Multiplicity</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMultiplicity()
+	 * @generated
+	 * @ordered
+	 */
+	protected String multiplicity = MULTIPLICITY_EDEFAULT;
+
+	/**
+	 * The default value of the '{@link #getPropName() <em>Prop Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getPropName()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String PROP_NAME_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getPropName() <em>Prop Name</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getPropName()
+	 * @generated
+	 * @ordered
+	 */
+	protected String propName = PROP_NAME_EDEFAULT;
+
+	/**
+	 * The default value of the '{@link #getDescription() <em>Description</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getDescription()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String DESCRIPTION_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getDescription() <em>Description</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getDescription()
+	 * @generated
+	 * @ordered
+	 */
+	protected String description = DESCRIPTION_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected PropertyImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.PROPERTY;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Presence getPresence() {
+		return presence;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public NotificationChain basicSetPresence(Presence newPresence, NotificationChain msgs) {
+		Presence oldPresence = presence;
+		presence = newPresence;
+		if (eNotificationRequired()) {
+			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PROPERTY__PRESENCE, oldPresence, newPresence);
+			if (msgs == null) msgs = notification; else msgs.add(notification);
+		}
+		return msgs;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setPresence(Presence newPresence) {
+		if (newPresence != presence) {
+			NotificationChain msgs = null;
+			if (presence != null)
+				msgs = ((InternalEObject)presence).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.PROPERTY__PRESENCE, null, msgs);
+			if (newPresence != null)
+				msgs = ((InternalEObject)newPresence).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - FunctionblockPackage.PROPERTY__PRESENCE, null, msgs);
+			msgs = basicSetPresence(newPresence, msgs);
+			if (msgs != null) msgs.dispatch();
+		}
+		else if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PROPERTY__PRESENCE, newPresence, newPresence));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getMultiplicity() {
+		return multiplicity;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setMultiplicity(String newMultiplicity) {
+		String oldMultiplicity = multiplicity;
+		multiplicity = newMultiplicity;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PROPERTY__MULTIPLICITY, oldMultiplicity, multiplicity));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getPropName() {
+		return propName;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setPropName(String newPropName) {
+		String oldPropName = propName;
+		propName = newPropName;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PROPERTY__PROP_NAME, oldPropName, propName));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getDescription() {
+		return description;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setDescription(String newDescription) {
+		String oldDescription = description;
+		description = newDescription;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.PROPERTY__DESCRIPTION, oldDescription, description));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case FunctionblockPackage.PROPERTY__PRESENCE:
+				return basicSetPresence(null, msgs);
+		}
+		return super.eInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.PROPERTY__PRESENCE:
+				return getPresence();
+			case FunctionblockPackage.PROPERTY__MULTIPLICITY:
+				return getMultiplicity();
+			case FunctionblockPackage.PROPERTY__PROP_NAME:
+				return getPropName();
+			case FunctionblockPackage.PROPERTY__DESCRIPTION:
+				return getDescription();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.PROPERTY__PRESENCE:
+				setPresence((Presence)newValue);
+				return;
+			case FunctionblockPackage.PROPERTY__MULTIPLICITY:
+				setMultiplicity((String)newValue);
+				return;
+			case FunctionblockPackage.PROPERTY__PROP_NAME:
+				setPropName((String)newValue);
+				return;
+			case FunctionblockPackage.PROPERTY__DESCRIPTION:
+				setDescription((String)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PROPERTY__PRESENCE:
+				setPresence((Presence)null);
+				return;
+			case FunctionblockPackage.PROPERTY__MULTIPLICITY:
+				setMultiplicity(MULTIPLICITY_EDEFAULT);
+				return;
+			case FunctionblockPackage.PROPERTY__PROP_NAME:
+				setPropName(PROP_NAME_EDEFAULT);
+				return;
+			case FunctionblockPackage.PROPERTY__DESCRIPTION:
+				setDescription(DESCRIPTION_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.PROPERTY__PRESENCE:
+				return presence != null;
+			case FunctionblockPackage.PROPERTY__MULTIPLICITY:
+				return MULTIPLICITY_EDEFAULT == null ? multiplicity != null : !MULTIPLICITY_EDEFAULT.equals(multiplicity);
+			case FunctionblockPackage.PROPERTY__PROP_NAME:
+				return PROP_NAME_EDEFAULT == null ? propName != null : !PROP_NAME_EDEFAULT.equals(propName);
+			case FunctionblockPackage.PROPERTY__DESCRIPTION:
+				return DESCRIPTION_EDEFAULT == null ? description != null : !DESCRIPTION_EDEFAULT.equals(description);
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (multiplicity: ");
+		result.append(multiplicity);
+		result.append(", propName: ");
+		result.append(propName);
+		result.append(", description: ");
+		result.append(description);
+		result.append(')');
+		return result.toString();
+	}
+
+} //PropertyImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ReturnObjectTypeImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ReturnObjectTypeImpl.java
new file mode 100644
index 0000000..ef385a7
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ReturnObjectTypeImpl.java
@@ -0,0 +1,171 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.ObjectType;
+import org.eclipse.vorto.functionblock.ReturnObjectType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Return Object Type</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ReturnObjectTypeImpl#getReturnType <em>Return Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ReturnObjectTypeImpl extends ReturnTypeImpl implements ReturnObjectType {
+	/**
+	 * The cached value of the '{@link #getReturnType() <em>Return Type</em>}' reference.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getReturnType()
+	 * @generated
+	 * @ordered
+	 */
+	protected ObjectType returnType;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected ReturnObjectTypeImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.RETURN_OBJECT_TYPE;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ObjectType getReturnType() {
+		if (returnType != null && returnType.eIsProxy()) {
+			InternalEObject oldReturnType = (InternalEObject)returnType;
+			returnType = (ObjectType)eResolveProxy(oldReturnType);
+			if (returnType != oldReturnType) {
+				if (eNotificationRequired())
+					eNotify(new ENotificationImpl(this, Notification.RESOLVE, FunctionblockPackage.RETURN_OBJECT_TYPE__RETURN_TYPE, oldReturnType, returnType));
+			}
+		}
+		return returnType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public ObjectType basicGetReturnType() {
+		return returnType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setReturnType(ObjectType newReturnType) {
+		ObjectType oldReturnType = returnType;
+		returnType = newReturnType;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.RETURN_OBJECT_TYPE__RETURN_TYPE, oldReturnType, returnType));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_OBJECT_TYPE__RETURN_TYPE:
+				if (resolve) return getReturnType();
+				return basicGetReturnType();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_OBJECT_TYPE__RETURN_TYPE:
+				setReturnType((ObjectType)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_OBJECT_TYPE__RETURN_TYPE:
+				setReturnType((ObjectType)null);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_OBJECT_TYPE__RETURN_TYPE:
+				return returnType != null;
+		}
+		return super.eIsSet(featureID);
+	}
+
+} //ReturnObjectTypeImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ReturnPrimitiveTypeImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ReturnPrimitiveTypeImpl.java
new file mode 100644
index 0000000..e6d2d34
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ReturnPrimitiveTypeImpl.java
@@ -0,0 +1,178 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.PrimitiveType;
+import org.eclipse.vorto.functionblock.ReturnPrimitiveType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Return Primitive Type</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ReturnPrimitiveTypeImpl#getReturnType <em>Return Type</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ReturnPrimitiveTypeImpl extends ReturnTypeImpl implements ReturnPrimitiveType {
+	/**
+	 * The default value of the '{@link #getReturnType() <em>Return Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getReturnType()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final PrimitiveType RETURN_TYPE_EDEFAULT = PrimitiveType.STRING;
+
+	/**
+	 * The cached value of the '{@link #getReturnType() <em>Return Type</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getReturnType()
+	 * @generated
+	 * @ordered
+	 */
+	protected PrimitiveType returnType = RETURN_TYPE_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected ReturnPrimitiveTypeImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.RETURN_PRIMITIVE_TYPE;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public PrimitiveType getReturnType() {
+		return returnType;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setReturnType(PrimitiveType newReturnType) {
+		PrimitiveType oldReturnType = returnType;
+		returnType = newReturnType == null ? RETURN_TYPE_EDEFAULT : newReturnType;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.RETURN_PRIMITIVE_TYPE__RETURN_TYPE, oldReturnType, returnType));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_PRIMITIVE_TYPE__RETURN_TYPE:
+				return getReturnType();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_PRIMITIVE_TYPE__RETURN_TYPE:
+				setReturnType((PrimitiveType)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_PRIMITIVE_TYPE__RETURN_TYPE:
+				setReturnType(RETURN_TYPE_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_PRIMITIVE_TYPE__RETURN_TYPE:
+				return returnType != RETURN_TYPE_EDEFAULT;
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (returnType: ");
+		result.append(returnType);
+		result.append(')');
+		return result.toString();
+	}
+
+} //ReturnPrimitiveTypeImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ReturnTypeImpl.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ReturnTypeImpl.java
new file mode 100644
index 0000000..04dc2a6
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/impl/ReturnTypeImpl.java
@@ -0,0 +1,178 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.impl;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
+
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.ReturnType;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Return Type</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.eclipse.vorto.functionblock.impl.ReturnTypeImpl#getMultiplicity <em>Multiplicity</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class ReturnTypeImpl extends MinimalEObjectImpl.Container implements ReturnType {
+	/**
+	 * The default value of the '{@link #getMultiplicity() <em>Multiplicity</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMultiplicity()
+	 * @generated
+	 * @ordered
+	 */
+	protected static final String MULTIPLICITY_EDEFAULT = null;
+
+	/**
+	 * The cached value of the '{@link #getMultiplicity() <em>Multiplicity</em>}' attribute.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @see #getMultiplicity()
+	 * @generated
+	 * @ordered
+	 */
+	protected String multiplicity = MULTIPLICITY_EDEFAULT;
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected ReturnTypeImpl() {
+		super();
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	protected EClass eStaticClass() {
+		return FunctionblockPackage.Literals.RETURN_TYPE;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public String getMultiplicity() {
+		return multiplicity;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public void setMultiplicity(String newMultiplicity) {
+		String oldMultiplicity = multiplicity;
+		multiplicity = newMultiplicity;
+		if (eNotificationRequired())
+			eNotify(new ENotificationImpl(this, Notification.SET, FunctionblockPackage.RETURN_TYPE__MULTIPLICITY, oldMultiplicity, multiplicity));
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public Object eGet(int featureID, boolean resolve, boolean coreType) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_TYPE__MULTIPLICITY:
+				return getMultiplicity();
+		}
+		return super.eGet(featureID, resolve, coreType);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eSet(int featureID, Object newValue) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_TYPE__MULTIPLICITY:
+				setMultiplicity((String)newValue);
+				return;
+		}
+		super.eSet(featureID, newValue);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public void eUnset(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_TYPE__MULTIPLICITY:
+				setMultiplicity(MULTIPLICITY_EDEFAULT);
+				return;
+		}
+		super.eUnset(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public boolean eIsSet(int featureID) {
+		switch (featureID) {
+			case FunctionblockPackage.RETURN_TYPE__MULTIPLICITY:
+				return MULTIPLICITY_EDEFAULT == null ? multiplicity != null : !MULTIPLICITY_EDEFAULT.equals(multiplicity);
+		}
+		return super.eIsSet(featureID);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	@Override
+	public String toString() {
+		if (eIsProxy()) return super.toString();
+
+		StringBuffer result = new StringBuffer(super.toString());
+		result.append(" (multiplicity: ");
+		result.append(multiplicity);
+		result.append(')');
+		return result.toString();
+	}
+
+} //ReturnTypeImpl
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/util/FunctionblockAdapterFactory.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/util/FunctionblockAdapterFactory.java
new file mode 100644
index 0000000..7dd12d4
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/util/FunctionblockAdapterFactory.java
@@ -0,0 +1,496 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.util;
+
+import org.eclipse.emf.common.notify.Adapter;
+import org.eclipse.emf.common.notify.Notifier;
+
+import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.vorto.functionblock.Constraint;
+import org.eclipse.vorto.functionblock.Entity;
+import org.eclipse.vorto.functionblock.EnumLiteral;
+import org.eclipse.vorto.functionblock.Event;
+import org.eclipse.vorto.functionblock.FBFeature;
+import org.eclipse.vorto.functionblock.FunctionBlock;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.ObjectParam;
+import org.eclipse.vorto.functionblock.ObjectProperty;
+import org.eclipse.vorto.functionblock.ObjectType;
+import org.eclipse.vorto.functionblock.Operation;
+import org.eclipse.vorto.functionblock.Parameter;
+import org.eclipse.vorto.functionblock.Presence;
+import org.eclipse.vorto.functionblock.PrimitiveParam;
+import org.eclipse.vorto.functionblock.PrimitiveProperty;
+import org.eclipse.vorto.functionblock.Property;
+import org.eclipse.vorto.functionblock.ReturnObjectType;
+import org.eclipse.vorto.functionblock.ReturnPrimitiveType;
+import org.eclipse.vorto.functionblock.ReturnType;
+
+/**
+ * <!-- begin-user-doc -->
+ * The <b>Adapter Factory</b> for the model.
+ * It provides an adapter <code>createXXX</code> method for each class of the model.
+ * <!-- end-user-doc -->
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage
+ * @generated
+ */
+public class FunctionblockAdapterFactory extends AdapterFactoryImpl {
+	/**
+	 * The cached model package.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected static FunctionblockPackage modelPackage;
+
+	/**
+	 * Creates an instance of the adapter factory.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FunctionblockAdapterFactory() {
+		if (modelPackage == null) {
+			modelPackage = FunctionblockPackage.eINSTANCE;
+		}
+	}
+
+	/**
+	 * Returns whether this factory is applicable for the type of the object.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
+	 * <!-- end-user-doc -->
+	 * @return whether this factory is applicable for the type of the object.
+	 * @generated
+	 */
+	@Override
+	public boolean isFactoryForType(Object object) {
+		if (object == modelPackage) {
+			return true;
+		}
+		if (object instanceof EObject) {
+			return ((EObject)object).eClass().getEPackage() == modelPackage;
+		}
+		return false;
+	}
+
+	/**
+	 * The switch that delegates to the <code>createXXX</code> methods.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected FunctionblockSwitch<Adapter> modelSwitch =
+		new FunctionblockSwitch<Adapter>() {
+			@Override
+			public Adapter caseFunctionblockModel(FunctionblockModel object) {
+				return createFunctionblockModelAdapter();
+			}
+			@Override
+			public Adapter caseFunctionBlock(FunctionBlock object) {
+				return createFunctionBlockAdapter();
+			}
+			@Override
+			public Adapter caseFBFeature(FBFeature object) {
+				return createFBFeatureAdapter();
+			}
+			@Override
+			public Adapter caseObjectType(ObjectType object) {
+				return createObjectTypeAdapter();
+			}
+			@Override
+			public Adapter caseProperty(Property object) {
+				return createPropertyAdapter();
+			}
+			@Override
+			public Adapter caseEntity(Entity object) {
+				return createEntityAdapter();
+			}
+			@Override
+			public Adapter casePresence(Presence object) {
+				return createPresenceAdapter();
+			}
+			@Override
+			public Adapter casePrimitiveProperty(PrimitiveProperty object) {
+				return createPrimitivePropertyAdapter();
+			}
+			@Override
+			public Adapter caseObjectProperty(ObjectProperty object) {
+				return createObjectPropertyAdapter();
+			}
+			@Override
+			public Adapter caseConstraint(Constraint object) {
+				return createConstraintAdapter();
+			}
+			@Override
+			public Adapter caseOperation(Operation object) {
+				return createOperationAdapter();
+			}
+			@Override
+			public Adapter caseReturnType(ReturnType object) {
+				return createReturnTypeAdapter();
+			}
+			@Override
+			public Adapter caseReturnObjectType(ReturnObjectType object) {
+				return createReturnObjectTypeAdapter();
+			}
+			@Override
+			public Adapter caseReturnPrimitiveType(ReturnPrimitiveType object) {
+				return createReturnPrimitiveTypeAdapter();
+			}
+			@Override
+			public Adapter caseParameter(Parameter object) {
+				return createParameterAdapter();
+			}
+			@Override
+			public Adapter caseObjectParam(ObjectParam object) {
+				return createObjectParamAdapter();
+			}
+			@Override
+			public Adapter casePrimitiveParam(PrimitiveParam object) {
+				return createPrimitiveParamAdapter();
+			}
+			@Override
+			public Adapter caseEnum(org.eclipse.vorto.functionblock.Enum object) {
+				return createEnumAdapter();
+			}
+			@Override
+			public Adapter caseEnumLiteral(EnumLiteral object) {
+				return createEnumLiteralAdapter();
+			}
+			@Override
+			public Adapter caseEvent(Event object) {
+				return createEventAdapter();
+			}
+			@Override
+			public Adapter defaultCase(EObject object) {
+				return createEObjectAdapter();
+			}
+		};
+
+	/**
+	 * Creates an adapter for the <code>target</code>.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @param target the object to adapt.
+	 * @return the adapter for the <code>target</code>.
+	 * @generated
+	 */
+	@Override
+	public Adapter createAdapter(Notifier target) {
+		return modelSwitch.doSwitch((EObject)target);
+	}
+
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.FunctionblockModel <em>Model</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.FunctionblockModel
+	 * @generated
+	 */
+	public Adapter createFunctionblockModelAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.FunctionBlock <em>Function Block</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.FunctionBlock
+	 * @generated
+	 */
+	public Adapter createFunctionBlockAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.FBFeature <em>FB Feature</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.FBFeature
+	 * @generated
+	 */
+	public Adapter createFBFeatureAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.ObjectType <em>Object Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.ObjectType
+	 * @generated
+	 */
+	public Adapter createObjectTypeAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.Property <em>Property</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.Property
+	 * @generated
+	 */
+	public Adapter createPropertyAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.Entity <em>Entity</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.Entity
+	 * @generated
+	 */
+	public Adapter createEntityAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.Presence <em>Presence</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.Presence
+	 * @generated
+	 */
+	public Adapter createPresenceAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.PrimitiveProperty <em>Primitive Property</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveProperty
+	 * @generated
+	 */
+	public Adapter createPrimitivePropertyAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.ObjectProperty <em>Object Property</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.ObjectProperty
+	 * @generated
+	 */
+	public Adapter createObjectPropertyAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.Constraint <em>Constraint</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.Constraint
+	 * @generated
+	 */
+	public Adapter createConstraintAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.Operation <em>Operation</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.Operation
+	 * @generated
+	 */
+	public Adapter createOperationAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.ReturnType <em>Return Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.ReturnType
+	 * @generated
+	 */
+	public Adapter createReturnTypeAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.ReturnObjectType <em>Return Object Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.ReturnObjectType
+	 * @generated
+	 */
+	public Adapter createReturnObjectTypeAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.ReturnPrimitiveType <em>Return Primitive Type</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.ReturnPrimitiveType
+	 * @generated
+	 */
+	public Adapter createReturnPrimitiveTypeAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.Parameter <em>Parameter</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.Parameter
+	 * @generated
+	 */
+	public Adapter createParameterAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.ObjectParam <em>Object Param</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.ObjectParam
+	 * @generated
+	 */
+	public Adapter createObjectParamAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.PrimitiveParam <em>Primitive Param</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.PrimitiveParam
+	 * @generated
+	 */
+	public Adapter createPrimitiveParamAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.Enum <em>Enum</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.Enum
+	 * @generated
+	 */
+	public Adapter createEnumAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.EnumLiteral <em>Enum Literal</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.EnumLiteral
+	 * @generated
+	 */
+	public Adapter createEnumLiteralAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for an object of class '{@link org.eclipse.vorto.functionblock.Event <em>Event</em>}'.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null so that we can easily ignore cases;
+	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @see org.eclipse.vorto.functionblock.Event
+	 * @generated
+	 */
+	public Adapter createEventAdapter() {
+		return null;
+	}
+
+	/**
+	 * Creates a new adapter for the default case.
+	 * <!-- begin-user-doc -->
+	 * This default implementation returns null.
+	 * <!-- end-user-doc -->
+	 * @return the new adapter.
+	 * @generated
+	 */
+	public Adapter createEObjectAdapter() {
+		return null;
+	}
+
+} //FunctionblockAdapterFactory
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/util/FunctionblockSwitch.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/util/FunctionblockSwitch.java
new file mode 100644
index 0000000..04df454
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/util/FunctionblockSwitch.java
@@ -0,0 +1,551 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ */
+package org.eclipse.vorto.functionblock.util;
+
+import org.eclipse.emf.ecore.EObject;
+import org.eclipse.emf.ecore.EPackage;
+
+import org.eclipse.emf.ecore.util.Switch;
+
+import org.eclipse.vorto.functionblock.Constraint;
+import org.eclipse.vorto.functionblock.Entity;
+import org.eclipse.vorto.functionblock.EnumLiteral;
+import org.eclipse.vorto.functionblock.Event;
+import org.eclipse.vorto.functionblock.FBFeature;
+import org.eclipse.vorto.functionblock.FunctionBlock;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.functionblock.FunctionblockPackage;
+import org.eclipse.vorto.functionblock.ObjectParam;
+import org.eclipse.vorto.functionblock.ObjectProperty;
+import org.eclipse.vorto.functionblock.ObjectType;
+import org.eclipse.vorto.functionblock.Operation;
+import org.eclipse.vorto.functionblock.Parameter;
+import org.eclipse.vorto.functionblock.Presence;
+import org.eclipse.vorto.functionblock.PrimitiveParam;
+import org.eclipse.vorto.functionblock.PrimitiveProperty;
+import org.eclipse.vorto.functionblock.Property;
+import org.eclipse.vorto.functionblock.ReturnObjectType;
+import org.eclipse.vorto.functionblock.ReturnPrimitiveType;
+import org.eclipse.vorto.functionblock.ReturnType;
+
+/**
+ * <!-- begin-user-doc -->
+ * The <b>Switch</b> for the model's inheritance hierarchy.
+ * It supports the call {@link #doSwitch(EObject) doSwitch(object)}
+ * to invoke the <code>caseXXX</code> method for each class of the model,
+ * starting with the actual class of the object
+ * and proceeding up the inheritance hierarchy
+ * until a non-null result is returned,
+ * which is the result of the switch.
+ * <!-- end-user-doc -->
+ * @see org.eclipse.vorto.functionblock.FunctionblockPackage
+ * @generated
+ */
+public class FunctionblockSwitch<T> extends Switch<T> {
+	/**
+	 * The cached model package
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	protected static FunctionblockPackage modelPackage;
+
+	/**
+	 * Creates an instance of the switch.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public FunctionblockSwitch() {
+		if (modelPackage == null) {
+			modelPackage = FunctionblockPackage.eINSTANCE;
+		}
+	}
+
+	/**
+	 * Checks whether this is a switch for the given package.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @parameter ePackage the package in question.
+	 * @return whether this is a switch for the given package.
+	 * @generated
+	 */
+	@Override
+	protected boolean isSwitchFor(EPackage ePackage) {
+		return ePackage == modelPackage;
+	}
+
+	/**
+	 * Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return the first non-null result returned by a <code>caseXXX</code> call.
+	 * @generated
+	 */
+	@Override
+	protected T doSwitch(int classifierID, EObject theEObject) {
+		switch (classifierID) {
+			case FunctionblockPackage.FUNCTIONBLOCK_MODEL: {
+				FunctionblockModel functionblockModel = (FunctionblockModel)theEObject;
+				T result = caseFunctionblockModel(functionblockModel);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.FUNCTION_BLOCK: {
+				FunctionBlock functionBlock = (FunctionBlock)theEObject;
+				T result = caseFunctionBlock(functionBlock);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.FB_FEATURE: {
+				FBFeature fbFeature = (FBFeature)theEObject;
+				T result = caseFBFeature(fbFeature);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.OBJECT_TYPE: {
+				ObjectType objectType = (ObjectType)theEObject;
+				T result = caseObjectType(objectType);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.PROPERTY: {
+				Property property = (Property)theEObject;
+				T result = caseProperty(property);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.ENTITY: {
+				Entity entity = (Entity)theEObject;
+				T result = caseEntity(entity);
+				if (result == null) result = caseObjectType(entity);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.PRESENCE: {
+				Presence presence = (Presence)theEObject;
+				T result = casePresence(presence);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.PRIMITIVE_PROPERTY: {
+				PrimitiveProperty primitiveProperty = (PrimitiveProperty)theEObject;
+				T result = casePrimitiveProperty(primitiveProperty);
+				if (result == null) result = caseProperty(primitiveProperty);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.OBJECT_PROPERTY: {
+				ObjectProperty objectProperty = (ObjectProperty)theEObject;
+				T result = caseObjectProperty(objectProperty);
+				if (result == null) result = caseProperty(objectProperty);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.CONSTRAINT: {
+				Constraint constraint = (Constraint)theEObject;
+				T result = caseConstraint(constraint);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.OPERATION: {
+				Operation operation = (Operation)theEObject;
+				T result = caseOperation(operation);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.RETURN_TYPE: {
+				ReturnType returnType = (ReturnType)theEObject;
+				T result = caseReturnType(returnType);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.RETURN_OBJECT_TYPE: {
+				ReturnObjectType returnObjectType = (ReturnObjectType)theEObject;
+				T result = caseReturnObjectType(returnObjectType);
+				if (result == null) result = caseReturnType(returnObjectType);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.RETURN_PRIMITIVE_TYPE: {
+				ReturnPrimitiveType returnPrimitiveType = (ReturnPrimitiveType)theEObject;
+				T result = caseReturnPrimitiveType(returnPrimitiveType);
+				if (result == null) result = caseReturnType(returnPrimitiveType);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.PARAMETER: {
+				Parameter parameter = (Parameter)theEObject;
+				T result = caseParameter(parameter);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.OBJECT_PARAM: {
+				ObjectParam objectParam = (ObjectParam)theEObject;
+				T result = caseObjectParam(objectParam);
+				if (result == null) result = caseParameter(objectParam);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.PRIMITIVE_PARAM: {
+				PrimitiveParam primitiveParam = (PrimitiveParam)theEObject;
+				T result = casePrimitiveParam(primitiveParam);
+				if (result == null) result = caseParameter(primitiveParam);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.ENUM: {
+				org.eclipse.vorto.functionblock.Enum enum_ = (org.eclipse.vorto.functionblock.Enum)theEObject;
+				T result = caseEnum(enum_);
+				if (result == null) result = caseObjectType(enum_);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.ENUM_LITERAL: {
+				EnumLiteral enumLiteral = (EnumLiteral)theEObject;
+				T result = caseEnumLiteral(enumLiteral);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			case FunctionblockPackage.EVENT: {
+				Event event = (Event)theEObject;
+				T result = caseEvent(event);
+				if (result == null) result = defaultCase(theEObject);
+				return result;
+			}
+			default: return defaultCase(theEObject);
+		}
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Model</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Model</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseFunctionblockModel(FunctionblockModel object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Function Block</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Function Block</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseFunctionBlock(FunctionBlock object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>FB Feature</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>FB Feature</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseFBFeature(FBFeature object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Object Type</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Object Type</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseObjectType(ObjectType object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Property</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Property</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseProperty(Property object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Entity</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Entity</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseEntity(Entity object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Presence</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Presence</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T casePresence(Presence object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Primitive Property</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Primitive Property</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T casePrimitiveProperty(PrimitiveProperty object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Object Property</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Object Property</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseObjectProperty(ObjectProperty object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Constraint</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Constraint</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseConstraint(Constraint object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Operation</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Operation</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseOperation(Operation object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Return Type</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Return Type</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseReturnType(ReturnType object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Return Object Type</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Return Object Type</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseReturnObjectType(ReturnObjectType object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Return Primitive Type</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Return Primitive Type</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseReturnPrimitiveType(ReturnPrimitiveType object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Parameter</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Parameter</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseParameter(Parameter object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Object Param</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Object Param</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseObjectParam(ObjectParam object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Primitive Param</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Primitive Param</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T casePrimitiveParam(PrimitiveParam object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Enum</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Enum</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseEnum(org.eclipse.vorto.functionblock.Enum object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Enum Literal</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Enum Literal</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseEnumLiteral(EnumLiteral object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>Event</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>Event</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
+	 * @generated
+	 */
+	public T caseEvent(Event object) {
+		return null;
+	}
+
+	/**
+	 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
+	 * <!-- begin-user-doc -->
+	 * This implementation returns null;
+	 * returning a non-null result will terminate the switch, but this is the last case anyway.
+	 * <!-- end-user-doc -->
+	 * @param object the target of the switch.
+	 * @return the result of interpreting the object as an instance of '<em>EObject</em>'.
+	 * @see #doSwitch(org.eclipse.emf.ecore.EObject)
+	 * @generated
+	 */
+	@Override
+	public T defaultCase(EObject object) {
+		return null;
+	}
+
+} //FunctionblockSwitch
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ConstraintValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ConstraintValidator.java
new file mode 100644
index 0000000..7fb5559
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ConstraintValidator.java
@@ -0,0 +1,35 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.vorto.functionblock.ConstraintIntervalType;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.Constraint}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface ConstraintValidator {
+	boolean validate();
+
+	boolean validateType(ConstraintIntervalType value);
+	boolean validateConstraintValues(String value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EntityValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EntityValidator.java
new file mode 100644
index 0000000..0a0ea9b
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EntityValidator.java
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.vorto.functionblock.Entity;
+import org.eclipse.vorto.functionblock.FBFeature;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.Entity}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface EntityValidator {
+	boolean validate();
+
+	boolean validateSuperType(Entity value);
+	boolean validateProperties(FBFeature value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EnumLiteralValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EnumLiteralValidator.java
new file mode 100644
index 0000000..ea8bbfb
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EnumLiteralValidator.java
@@ -0,0 +1,33 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.EnumLiteral}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface EnumLiteralValidator {
+	boolean validate();
+
+	boolean validateLiteral(String value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EnumValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EnumValidator.java
new file mode 100644
index 0000000..3abe706
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EnumValidator.java
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.vorto.functionblock.EnumLiteral;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.Enum}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface EnumValidator {
+	boolean validate();
+
+	boolean validateEnums(EList<EnumLiteral> value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EventValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EventValidator.java
new file mode 100644
index 0000000..7f59400
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/EventValidator.java
@@ -0,0 +1,34 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *  
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *  
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.vorto.functionblock.FBFeature;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.Event}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface EventValidator {
+	boolean validate();
+
+	boolean validateFeature(FBFeature value);
+	boolean validateName(String value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/FBFeatureValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/FBFeatureValidator.java
new file mode 100644
index 0000000..b21455c
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/FBFeatureValidator.java
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.vorto.functionblock.Property;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.FBFeature}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface FBFeatureValidator {
+	boolean validate();
+
+	boolean validateProperties(EList<Property> value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/FunctionBlockValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/FunctionBlockValidator.java
new file mode 100644
index 0000000..c5e6436
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/FunctionBlockValidator.java
@@ -0,0 +1,45 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.vorto.functionblock.FBFeature;
+import org.eclipse.vorto.functionblock.Operation;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.FunctionBlock}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface FunctionBlockValidator {
+	boolean validate();
+
+	boolean validateDisplayname(String value);
+	boolean validateDescription(String value);
+	boolean validateVendor(String value);
+	boolean validateCategory(String value);
+	boolean validateVersion(String value);
+	boolean validateConfiguration(FBFeature value);
+	boolean validateStatus(FBFeature value);
+	boolean validateFault(FBFeature value);
+	boolean validateFeatures(EList<Operation> value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/FunctionblockModelValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/FunctionblockModelValidator.java
new file mode 100644
index 0000000..4d2074a
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/FunctionblockModelValidator.java
@@ -0,0 +1,40 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.vorto.functionblock.Entity;
+import org.eclipse.vorto.functionblock.FunctionBlock;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.FunctionblockModel}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface FunctionblockModelValidator {
+	boolean validate();
+
+	boolean validateName(String value);
+	boolean validateFunctionblock(FunctionBlock value);
+	boolean validateElements(EList<Entity> value);
+	boolean validateEnums(EList<org.eclipse.vorto.functionblock.Enum> value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ObjectParamValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ObjectParamValidator.java
new file mode 100644
index 0000000..01318bf
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ObjectParamValidator.java
@@ -0,0 +1,34 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.vorto.functionblock.ObjectType;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.ObjectParam}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface ObjectParamValidator {
+	boolean validate();
+
+	boolean validateParamType(ObjectType value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ObjectPropertyValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ObjectPropertyValidator.java
new file mode 100644
index 0000000..cbabaae
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ObjectPropertyValidator.java
@@ -0,0 +1,34 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.vorto.functionblock.ObjectType;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.ObjectProperty}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface ObjectPropertyValidator {
+	boolean validate();
+
+	boolean validateType(ObjectType value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ObjectTypeValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ObjectTypeValidator.java
new file mode 100644
index 0000000..fc088d8
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ObjectTypeValidator.java
@@ -0,0 +1,33 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.ObjectType}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface ObjectTypeValidator {
+	boolean validate();
+
+	boolean validateName(String value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/OperationValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/OperationValidator.java
new file mode 100644
index 0000000..25dcfa5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/OperationValidator.java
@@ -0,0 +1,40 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.vorto.functionblock.Parameter;
+import org.eclipse.vorto.functionblock.ReturnType;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.Operation}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface OperationValidator {
+	boolean validate();
+
+	boolean validateMethodName(String value);
+	boolean validateParams(EList<Parameter> value);
+	boolean validateReturnType(ReturnType value);
+	boolean validateDescription(String value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ParameterValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ParameterValidator.java
new file mode 100644
index 0000000..5270dda
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ParameterValidator.java
@@ -0,0 +1,34 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.Parameter}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface ParameterValidator {
+	boolean validate();
+
+	boolean validateMultiplicity(String value);
+	boolean validateParamName(String value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PresenceValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PresenceValidator.java
new file mode 100644
index 0000000..2cffa54
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PresenceValidator.java
@@ -0,0 +1,34 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.Presence}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface PresenceValidator {
+	boolean validate();
+
+	boolean validateMandatory(String value);
+	boolean validateOptional(String value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PrimitiveParamValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PrimitiveParamValidator.java
new file mode 100644
index 0000000..8566573
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PrimitiveParamValidator.java
@@ -0,0 +1,34 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.vorto.functionblock.PrimitiveType;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.PrimitiveParam}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface PrimitiveParamValidator {
+	boolean validate();
+
+	boolean validateParamType(PrimitiveType value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PrimitivePropertyValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PrimitivePropertyValidator.java
new file mode 100644
index 0000000..5efa1f4
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PrimitivePropertyValidator.java
@@ -0,0 +1,38 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.vorto.functionblock.Constraint;
+import org.eclipse.vorto.functionblock.PrimitiveType;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.PrimitiveProperty}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface PrimitivePropertyValidator {
+	boolean validate();
+
+	boolean validateType(PrimitiveType value);
+	boolean validateConstraints(EList<Constraint> value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PropertyValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PropertyValidator.java
new file mode 100644
index 0000000..fb54c1f
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/PropertyValidator.java
@@ -0,0 +1,37 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.vorto.functionblock.Presence;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.Property}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface PropertyValidator {
+	boolean validate();
+
+	boolean validatePresence(Presence value);
+	boolean validateMultiplicity(String value);
+	boolean validatePropName(String value);
+	boolean validateDescription(String value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ReturnObjectTypeValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ReturnObjectTypeValidator.java
new file mode 100644
index 0000000..5159c9d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ReturnObjectTypeValidator.java
@@ -0,0 +1,34 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.vorto.functionblock.ObjectType;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.ReturnObjectType}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface ReturnObjectTypeValidator {
+	boolean validate();
+
+	boolean validateReturnType(ObjectType value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ReturnPrimitiveTypeValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ReturnPrimitiveTypeValidator.java
new file mode 100644
index 0000000..f35b671
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ReturnPrimitiveTypeValidator.java
@@ -0,0 +1,34 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+import org.eclipse.vorto.functionblock.PrimitiveType;
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.ReturnPrimitiveType}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface ReturnPrimitiveTypeValidator {
+	boolean validate();
+
+	boolean validateReturnType(PrimitiveType value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ReturnTypeValidator.java b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ReturnTypeValidator.java
new file mode 100644
index 0000000..010711d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/src/org/eclipse/vorto/functionblock/validation/ReturnTypeValidator.java
@@ -0,0 +1,33 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+/**
+ *
+ * $Id$
+ */
+package org.eclipse.vorto.functionblock.validation;
+
+
+/**
+ * A sample validator interface for {@link org.eclipse.vorto.functionblock.ReturnType}.
+ * This doesn't really do anything, and it's not a real EMF artifact.
+ * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
+ * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+ */
+public interface ReturnTypeValidator {
+	boolean validate();
+
+	boolean validateMultiplicity(String value);
+}
diff --git a/bundles/org.eclipse.vorto.metamodel/text/description.txt b/bundles/org.eclipse.vorto.metamodel/text/description.txt
new file mode 100644
index 0000000..8f6dd05
--- /dev/null
+++ b/bundles/org.eclipse.vorto.metamodel/text/description.txt
@@ -0,0 +1,105 @@
+Model Functionblock
+
+This model description is not a real EMF artifact. It was generated by the
+org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's
+code generator can be extended.
+This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+
+Package functionblock <http://www.eclipse.org/vorto/metamodel/Functionblock>
+
+  Class FunctionblockModel
+    Attribute name : EString
+    Reference functionblock : FunctionBlock
+    Reference elements : Entity<<0..*>>
+    Reference enums : Enum<<0..*>>
+
+  Class FunctionBlock
+    Attribute displayname : EString
+    Attribute description : EString
+    Attribute vendor : EString
+    Attribute category : EString
+    Attribute version : EString
+    Reference configuration : FBFeature
+    Reference status : FBFeature
+    Reference fault : FBFeature
+    Reference features : Operation<<0..*>>
+
+  Class FBFeature
+    Reference properties : Property<<0..*>>
+
+  Class ObjectType
+    Attribute name : EString
+
+  Class Property
+    Reference presence : Presence
+    Attribute multiplicity : EString
+    Attribute propName : EString
+    Attribute description : EString
+
+  Class Entity -> ObjectType
+    Reference superType : Entity
+    Reference properties : FBFeature
+
+  Class Presence
+    Attribute mandatory : EString
+    Attribute optional : EString
+
+  Class PrimitiveProperty -> Property
+    Attribute type : PrimitiveType
+    Reference Constraints : Constraint<<0..*>>
+
+  Class ObjectProperty -> Property
+    Reference type : ObjectType
+
+  Class Constraint
+    Attribute type : ConstraintIntervalType
+    Attribute constraintValues : EString
+
+  Class Operation
+    Attribute methodName : EString
+    Reference params : Parameter<<0..*>>
+    Reference returnType : ReturnType
+    Attribute description : EString
+
+  Class ReturnType
+    Attribute multiplicity : EString
+
+  Class ReturnObjectType -> ReturnType
+    Reference returnType : ObjectType
+
+  Class ReturnPrimitiveType -> ReturnType
+    Attribute returnType : PrimitiveType
+
+  Class Parameter
+    Attribute multiplicity : EString
+    Attribute paramName : EString
+
+  Class ObjectParam -> Parameter
+    Reference paramType : ObjectType
+
+  Class PrimitiveParam -> Parameter
+    Attribute paramType : PrimitiveType
+
+  Class Enum -> ObjectType
+    Reference enums : EnumLiteral<<0..*>>
+
+  Class EnumLiteral
+    Attribute literal : EString
+
+  Enum PrimitiveType
+    Literal string = 0
+    Literal int = 1
+    Literal float = 2
+    Literal boolean = 3
+    Literal datetime = 4
+    Literal double = 5
+    Literal long = 6
+    Literal short = 7
+    Literal base64Binary = 8
+    Literal byte = 9
+
+  Enum ConstraintIntervalType
+    Literal min = 0
+    Literal max = 1
+    Literal strlen = 2
+    Literal regex = 3
diff --git a/bundles/org.eclipse.vorto.perspectives/.classpath b/bundles/org.eclipse.vorto.perspectives/.classpath
new file mode 100644
index 0000000..ddf0f40
--- /dev/null
+++ b/bundles/org.eclipse.vorto.perspectives/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/bundles/org.eclipse.vorto.perspectives/.gitignore b/bundles/org.eclipse.vorto.perspectives/.gitignore
new file mode 100644
index 0000000..184cc00
--- /dev/null
+++ b/bundles/org.eclipse.vorto.perspectives/.gitignore
@@ -0,0 +1,7 @@
+/target
+/bin
+/src-gen
+/xtend-gen
+.DS_Store
+/model/generated
+plugin.xml_gen
diff --git a/bundles/org.eclipse.vorto.perspectives/.project b/bundles/org.eclipse.vorto.perspectives/.project
new file mode 100644
index 0000000..03103a6
--- /dev/null
+++ b/bundles/org.eclipse.vorto.perspectives/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.perspectives</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>
diff --git a/bundles/org.eclipse.vorto.perspectives/META-INF/MANIFEST.MF b/bundles/org.eclipse.vorto.perspectives/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..5a4bbbe
--- /dev/null
+++ b/bundles/org.eclipse.vorto.perspectives/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Vorto Perspectives
+Bundle-Vendor: Bosch-SI
+Bundle-Version: 0.1.0
+Bundle-SymbolicName: org.eclipse.vorto.perspectives; singleton:=true
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.ui.workbench;bundle-version="3.105.0",
+ org.eclipse.vorto.fbeditor.ui,
+ org.eclipse.vorto.common
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Import-Package: org.osgi.framework
diff --git a/bundles/org.eclipse.vorto.perspectives/about.html b/bundles/org.eclipse.vorto.perspectives/about.html
new file mode 100644
index 0000000..c258ef5
--- /dev/null
+++ b/bundles/org.eclipse.vorto.perspectives/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2006</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/bundles/org.eclipse.vorto.perspectives/build.properties b/bundles/org.eclipse.vorto.perspectives/build.properties
new file mode 100644
index 0000000..a88fa5d
--- /dev/null
+++ b/bundles/org.eclipse.vorto.perspectives/build.properties
@@ -0,0 +1,5 @@
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               plugin.xml,\
+               about.html
diff --git a/bundles/org.eclipse.vorto.perspectives/plugin.xml b/bundles/org.eclipse.vorto.perspectives/plugin.xml
new file mode 100644
index 0000000..b36af86
--- /dev/null
+++ b/bundles/org.eclipse.vorto.perspectives/plugin.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<plugin>
+     <extension point="org.eclipse.ui.perspectives">
+        <perspective
+              class="org.eclipse.vorto.fbeditor.ui.api.perspectives.VortoPerspective"
+              id="org.eclipse.vorto.perspectives.api.VortoPerspective"
+              name="Vorto">
+        </perspective>
+     </extension>
+</plugin>
diff --git a/bundles/org.eclipse.vorto.perspectives/pom.xml b/bundles/org.eclipse.vorto.perspectives/pom.xml
new file mode 100644
index 0000000..680781e
--- /dev/null
+++ b/bundles/org.eclipse.vorto.perspectives/pom.xml
@@ -0,0 +1,105 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>bundles</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.perspectives</artifactId>
+	<packaging>eclipse-plugin</packaging>
+
+	<name>Vorto Perspectives</name>
+
+	<profiles>
+		<profile>
+			<id>copy-plugins</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-dependency-plugin</artifactId>
+						<version>2.8</version>
+						<executions>
+							<execution>
+								<id>copy-kepler</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.perspectives</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${kepler.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-luna</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.perspectives</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${luna.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+							<execution>
+								<id>copy-visualrules</id>
+								<phase>deploy</phase>
+								<goals>
+									<goal>copy</goal>
+								</goals>
+								<configuration>
+									<artifactItems>
+										<artifactItem>
+											<groupId>org.eclipse.vorto</groupId>
+											<artifactId>org.eclipse.vorto.perspectives</artifactId>
+											<version>${project.version}</version>
+											<type>jar</type>
+											<outputDirectory>${visualrules.path}</outputDirectory>
+										</artifactItem>
+									</artifactItems>
+									<overWriteReleases>true</overWriteReleases>
+									<overWriteSnapshots>true</overWriteSnapshots>
+									<excludeTransitive>true</excludeTransitive>
+								</configuration>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.xtend</groupId>
+				<artifactId>xtend-maven-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
diff --git a/bundles/pom.xml b/bundles/pom.xml
new file mode 100644
index 0000000..2548437
--- /dev/null
+++ b/bundles/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="MACROMAN"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
+    <groupId>org.eclipse.vorto</groupId>
+    <artifactId>org.eclipse.vorto.parent</artifactId>
+    <version>0.1.0</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.eclipse.vorto</groupId>
+  <artifactId>bundles</artifactId>
+
+  <name>Eclipse Vorto Bundles</name>
+
+  <packaging>pom</packaging>
+
+  <modules>
+		<module>org.eclipse.vorto.metamodel</module>
+		<module>org.eclipse.vorto.common</module>
+		<module>org.eclipse.vorto.fbeditor</module>
+		<module>org.eclipse.vorto.fbeditor.ui</module>	
+		<module>org.eclipse.vorto.codegen</module>
+		<module>org.eclipse.vorto.perspectives</module>
+		<module>org.eclipse.vorto.fbeditor.tests</module>
+  </modules>
+  
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.codegen.examples/.project b/features/org.eclipse.vorto.feature.codegen.examples/.project
new file mode 100644
index 0000000..03a5fd8
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.codegen.examples/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.feature.codegen.examples</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
+	</natures>
+</projectDescription>
diff --git a/features/org.eclipse.vorto.feature.codegen.examples/about.properties b/features/org.eclipse.vorto.feature.codegen.examples/about.properties
new file mode 100644
index 0000000..f7286de
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.codegen.examples/about.properties
@@ -0,0 +1,22 @@
+###############################################################################
+# Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# and Eclipse Distribution License v1.0 which accompany this distribution.
+#
+# The Eclipse Public License is available at
+# http://www.eclipse.org/legal/epl-v10.html
+# The Eclipse Distribution License is available at
+# http://www.eclipse.org/org/documents/edl-v10.php.
+#
+# Contributors:
+# Bosch Software Innovations GmbH - Please refer to git log
+###############################################################################
+
+blurb=Vorto Code Generator Examples\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others, 2000, 2010.  All rights reserved.\n\
+Visit http://www.eclipse.org/vorto
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.codegen.examples/build.properties b/features/org.eclipse.vorto.feature.codegen.examples/build.properties
new file mode 100644
index 0000000..5a640df
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.codegen.examples/build.properties
@@ -0,0 +1,6 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               epl-v10.html,\
+               license.html,\
+               notice.html
+
diff --git a/features/org.eclipse.vorto.feature.codegen.examples/epl-v10.html b/features/org.eclipse.vorto.feature.codegen.examples/epl-v10.html
new file mode 100644
index 0000000..e563374
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.codegen.examples/epl-v10.html
@@ -0,0 +1,262 @@
+
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Public License - Version 1.0</title>
+<style type="text/css">
+  body {
+    size: 8.5in 11.0in;
+    margin: 0.25in 0.5in 0.25in 0.5in;
+    tab-interval: 0.5in;
+    }
+  p {  	
+    margin-left: auto;
+    margin-top:  0.5em;
+    margin-bottom: 0.5em;
+    }
+  p.list {
+  	margin-left: 0.5in;
+    margin-top:  0.05em;
+    margin-bottom: 0.05em;
+    }
+  </style>
+
+</head>
+
+<body lang="EN-US">
+
+<h2>Eclipse Public License - v 1.0</h2>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>&quot;Contribution&quot; means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>&quot;Contributor&quot; means any person or entity that distributes
+the Program.</p>
+
+<p>&quot;Licensed Patents&quot; mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>&quot;Program&quot; means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>&quot;Recipient&quot; means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+(&quot;Commercial Contributor&quot;) hereby agrees to defend and
+indemnify every other Contributor (&quot;Indemnified Contributor&quot;)
+against any losses, damages and costs (collectively &quot;Losses&quot;)
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body>
+
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.codegen.examples/feature.properties b/features/org.eclipse.vorto.feature.codegen.examples/feature.properties
new file mode 100644
index 0000000..7ee0f1e
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.codegen.examples/feature.properties
@@ -0,0 +1,4 @@
+featureName=Vorto Example Code Generators
+providerName=Bosch Software Innovations GmbH
+licenseURL=http://www.eclipse.org/legal/epl-v10.html
+license=Eclipse Foundation Software User Agreement\nFebruary 1, 2011\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the\nEclipse Foundation is provided to you under the terms and conditions of\nthe Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\nprovided with this Content and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse Foundation source code\nrepository ("Repository") in software modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory named "features".\nWithin a Feature, files named "feature.xml" may contain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JARs\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nProvisioning Technology (as defined below), you must agree to a license ("Feature \nUpdate License") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties" found within a Feature.\nSuch Abouts, Feature Licenses, and Feature Update Licenses contain the\nterms and conditions (or references to such terms and conditions) that\ngovern your use of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Eclipse Distribution License Version 1.0 (available at http\://www.eclipse.org/licenses/edl-v1.0.html)\n- Common Public License Version 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\n\nUse of Provisioning Technology\n\nThe Eclipse Foundation makes available provisioning software, examples of which include,\nbut are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\nthe purpose of allowing users to install software, documentation, information and/or\nother materials (collectively "Installable Software"). This capability is provided with\nthe intent of allowing such users to install, extend and update Eclipse-based products.\nInformation about packaging Installable Software is available at\nhttp\://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\nYou may use Provisioning Technology to allow other parties to install Installable Software.\nYou shall be responsible for enabling the applicable license agreements relating to the\nInstallable Software to be presented to, and accepted by, the users of the Provisioning Technology\nin accordance with the Specification. By using Provisioning Technology in such a manner and\nmaking it available in accordance with the Specification, you further acknowledge your\nagreement to, and the acquisition of all necessary rights to permit the following\:\n\n1. A series of actions may occur ("Provisioning Process") in which a user may execute\nthe Provisioning Technology on a machine ("Target Machine") with the intent of installing,\nextending or updating the functionality of an Eclipse-based product.\n2. During the Provisioning Process, the Provisioning Technology may cause third party\nInstallable Software or a portion thereof to be accessed and copied to the Target Machine.\n3. Pursuant to the Specification, you will provide to the user the terms and conditions that\ngovern the use of the Installable Software ("Installable Software Agreement") and such\nInstallable Software Agreement shall be accessed from the Target Machine in accordance\nwith the Specification. Such Installable Software Agreement must inform the user of the\nterms and conditions that govern the Installable Software and must solicit acceptance by\nthe end user in the manner prescribed in such Installable Software Agreement. Upon such\nindication of agreement by the user, the provisioning Technology will complete installation\nof the Installable Software.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, possession, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use, and\nre-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.codegen.examples/feature.xml b/features/org.eclipse.vorto.feature.codegen.examples/feature.xml
new file mode 100644
index 0000000..ad92492
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.codegen.examples/feature.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.eclipse.vorto.feature.codegen.examples"
+      label="Vorto Code Generator Example"
+      version="0.1.0"
+      provider-name="Bosch Software Innovations GmbH">
+
+   <description>
+      This feature defines all bundles for Vorto example generators.
+   </description>
+
+   <copyright>
+      Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+      
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0 which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html Description here.
+   </copyright>
+
+   <license url="http://www.eclipse.org/legal/epl-v10.html">
+      %license
+   </license>
+
+   <requires>
+      <import plugin="org.eclipse.vorto.codegen"/>
+      <import plugin="org.eclipse.vorto.metamodel"/>
+      <import plugin="org.eclipse.ui" version="3.105.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.runtime" version="3.9.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.xtext" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.xbase" version="2.7.0" match="compatible"/>
+      <import plugin="org.apache.commons.lang3" version="3.1.0" match="greaterOrEqual"/>
+   </requires>
+
+   <plugin
+         id="org.eclipse.vorto.codegen.examples"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+</feature>
diff --git a/features/org.eclipse.vorto.feature.codegen.examples/license.html b/features/org.eclipse.vorto.feature.codegen.examples/license.html
new file mode 100644
index 0000000..98b25ac
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.codegen.examples/license.html
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY &quot;CONTENT&quot;).  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+   (&quot;EPL&quot;).  A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
+   repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content.  Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.  Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.  Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
+Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;).  Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
+installation process.  If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
+   other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
+       href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   (&quot;Specification&quot;).</p>
+
+<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
+   in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
+   Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
+       on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
+       Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
+       the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
+       indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+   another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+   possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+</body>
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.codegen.examples/notice.html b/features/org.eclipse.vorto.feature.codegen.examples/notice.html
new file mode 100644
index 0000000..98b25ac
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.codegen.examples/notice.html
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY &quot;CONTENT&quot;).  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+   (&quot;EPL&quot;).  A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
+   repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content.  Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.  Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.  Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
+Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;).  Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
+installation process.  If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
+   other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
+       href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   (&quot;Specification&quot;).</p>
+
+<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
+   in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
+   Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
+       on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
+       Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
+       the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
+       indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+   another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+   possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+</body>
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.codegen.examples/pom.xml b/features/org.eclipse.vorto.feature.codegen.examples/pom.xml
new file mode 100644
index 0000000..72b6469
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.codegen.examples/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>features</artifactId>
+		<version>0.1.0</version>
+   </parent>
+	
+  <artifactId>org.eclipse.vorto.feature.codegen.examples</artifactId>
+  <packaging>eclipse-feature</packaging>
+
+</project>
diff --git a/features/org.eclipse.vorto.feature.dependencies/.project b/features/org.eclipse.vorto.feature.dependencies/.project
new file mode 100644
index 0000000..560ca3c
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.dependencies/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.feature.dependencies</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>
diff --git a/features/org.eclipse.vorto.feature.dependencies/about.properties b/features/org.eclipse.vorto.feature.dependencies/about.properties
new file mode 100644
index 0000000..5183ceb
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.dependencies/about.properties
@@ -0,0 +1,22 @@
+###############################################################################
+# Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# and Eclipse Distribution License v1.0 which accompany this distribution.
+#
+# The Eclipse Public License is available at
+# http://www.eclipse.org/legal/epl-v10.html
+# The Eclipse Distribution License is available at
+# http://www.eclipse.org/org/documents/edl-v10.php.
+#
+# Contributors:
+# Bosch Software Innovations GmbH - Please refer to git log
+###############################################################################
+
+blurb=Vorto Function Block Editor Dependencies\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others, 2000, 2010.  All rights reserved.\n\
+Visit http://www.eclipse.org/vorto
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.dependencies/build.properties b/features/org.eclipse.vorto.feature.dependencies/build.properties
new file mode 100644
index 0000000..996c987
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.dependencies/build.properties
@@ -0,0 +1,5 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               epl-v10.html,\
+               license.html,\
+               notice.html
diff --git a/features/org.eclipse.vorto.feature.dependencies/epl-v10.html b/features/org.eclipse.vorto.feature.dependencies/epl-v10.html
new file mode 100644
index 0000000..e563374
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.dependencies/epl-v10.html
@@ -0,0 +1,262 @@
+
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Public License - Version 1.0</title>
+<style type="text/css">
+  body {
+    size: 8.5in 11.0in;
+    margin: 0.25in 0.5in 0.25in 0.5in;
+    tab-interval: 0.5in;
+    }
+  p {  	
+    margin-left: auto;
+    margin-top:  0.5em;
+    margin-bottom: 0.5em;
+    }
+  p.list {
+  	margin-left: 0.5in;
+    margin-top:  0.05em;
+    margin-bottom: 0.05em;
+    }
+  </style>
+
+</head>
+
+<body lang="EN-US">
+
+<h2>Eclipse Public License - v 1.0</h2>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>&quot;Contribution&quot; means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>&quot;Contributor&quot; means any person or entity that distributes
+the Program.</p>
+
+<p>&quot;Licensed Patents&quot; mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>&quot;Program&quot; means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>&quot;Recipient&quot; means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+(&quot;Commercial Contributor&quot;) hereby agrees to defend and
+indemnify every other Contributor (&quot;Indemnified Contributor&quot;)
+against any losses, damages and costs (collectively &quot;Losses&quot;)
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body>
+
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.dependencies/feature.properties b/features/org.eclipse.vorto.feature.dependencies/feature.properties
new file mode 100644
index 0000000..2ea1622
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.dependencies/feature.properties
@@ -0,0 +1,4 @@
+featureName=Vorto Function Block Editor Dependencies
+providerName=Bosch Software Innovations GmbH
+licenseURL=http://www.eclipse.org/legal/epl-v10.html
+license=Eclipse Foundation Software User Agreement\nFebruary 1, 2011\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the\nEclipse Foundation is provided to you under the terms and conditions of\nthe Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\nprovided with this Content and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse Foundation source code\nrepository ("Repository") in software modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory named "features".\nWithin a Feature, files named "feature.xml" may contain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JARs\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nProvisioning Technology (as defined below), you must agree to a license ("Feature \nUpdate License") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties" found within a Feature.\nSuch Abouts, Feature Licenses, and Feature Update Licenses contain the\nterms and conditions (or references to such terms and conditions) that\ngovern your use of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Eclipse Distribution License Version 1.0 (available at http\://www.eclipse.org/licenses/edl-v1.0.html)\n- Common Public License Version 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\n\nUse of Provisioning Technology\n\nThe Eclipse Foundation makes available provisioning software, examples of which include,\nbut are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\nthe purpose of allowing users to install software, documentation, information and/or\nother materials (collectively "Installable Software"). This capability is provided with\nthe intent of allowing such users to install, extend and update Eclipse-based products.\nInformation about packaging Installable Software is available at\nhttp\://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\nYou may use Provisioning Technology to allow other parties to install Installable Software.\nYou shall be responsible for enabling the applicable license agreements relating to the\nInstallable Software to be presented to, and accepted by, the users of the Provisioning Technology\nin accordance with the Specification. By using Provisioning Technology in such a manner and\nmaking it available in accordance with the Specification, you further acknowledge your\nagreement to, and the acquisition of all necessary rights to permit the following\:\n\n1. A series of actions may occur ("Provisioning Process") in which a user may execute\nthe Provisioning Technology on a machine ("Target Machine") with the intent of installing,\nextending or updating the functionality of an Eclipse-based product.\n2. During the Provisioning Process, the Provisioning Technology may cause third party\nInstallable Software or a portion thereof to be accessed and copied to the Target Machine.\n3. Pursuant to the Specification, you will provide to the user the terms and conditions that\ngovern the use of the Installable Software ("Installable Software Agreement") and such\nInstallable Software Agreement shall be accessed from the Target Machine in accordance\nwith the Specification. Such Installable Software Agreement must inform the user of the\nterms and conditions that govern the Installable Software and must solicit acceptance by\nthe end user in the manner prescribed in such Installable Software Agreement. Upon such\nindication of agreement by the user, the provisioning Technology will complete installation\nof the Installable Software.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, possession, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use, and\nre-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.dependencies/feature.xml b/features/org.eclipse.vorto.feature.dependencies/feature.xml
new file mode 100644
index 0000000..1827895
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.dependencies/feature.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.eclipse.vorto.feature.dependencies"
+      label="Vorto Function Block Editor Dependencies"
+      version="0.1.0"
+      provider-name="Bosch Software Innovations GmbH">
+
+   <description>
+      This features defines all bundles that form the Eclipse Vorto Editor dependencies.
+   </description>
+
+   <copyright>
+      Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+      
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0 which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html Description here.
+   </copyright>
+
+   <license url="http://www.eclipse.org/legal/epl-v10.html">
+      %license
+   </license>
+
+   <plugin
+         id="org.apache.commons.lang3"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.commons.io"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>
diff --git a/features/org.eclipse.vorto.feature.dependencies/license.html b/features/org.eclipse.vorto.feature.dependencies/license.html
new file mode 100644
index 0000000..98b25ac
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.dependencies/license.html
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY &quot;CONTENT&quot;).  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+   (&quot;EPL&quot;).  A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
+   repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content.  Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.  Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.  Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
+Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;).  Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
+installation process.  If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
+   other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
+       href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   (&quot;Specification&quot;).</p>
+
+<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
+   in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
+   Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
+       on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
+       Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
+       the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
+       indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+   another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+   possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+</body>
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.dependencies/notice.html b/features/org.eclipse.vorto.feature.dependencies/notice.html
new file mode 100644
index 0000000..98b25ac
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.dependencies/notice.html
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY &quot;CONTENT&quot;).  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+   (&quot;EPL&quot;).  A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
+   repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content.  Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.  Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.  Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
+Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;).  Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
+installation process.  If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
+   other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
+       href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   (&quot;Specification&quot;).</p>
+
+<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
+   in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
+   Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
+       on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
+       Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
+       the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
+       indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+   another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+   possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+</body>
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.dependencies/pom.xml b/features/org.eclipse.vorto.feature.dependencies/pom.xml
new file mode 100644
index 0000000..86c645c
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.dependencies/pom.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>features</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.feature.dependencies</artifactId>
+	<packaging>eclipse-feature</packaging>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<executions>
+					<execution>
+						<id>attach-p2-metadata</id>
+						<phase>package</phase>
+						<goals>
+							<goal>p2-metadata</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>
diff --git a/features/org.eclipse.vorto.feature.editor/.project b/features/org.eclipse.vorto.feature.editor/.project
new file mode 100644
index 0000000..31b8cf2
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.feature.editor</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>
diff --git a/features/org.eclipse.vorto.feature.editor/about.properties b/features/org.eclipse.vorto.feature.editor/about.properties
new file mode 100644
index 0000000..c03257c
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor/about.properties
@@ -0,0 +1,22 @@
+###############################################################################
+# Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# and Eclipse Distribution License v1.0 which accompany this distribution.
+#
+# The Eclipse Public License is available at
+# http://www.eclipse.org/legal/epl-v10.html
+# The Eclipse Distribution License is available at
+# http://www.eclipse.org/org/documents/edl-v10.php.
+#
+# Contributors:
+# Bosch Software Innovations GmbH - Please refer to git log
+###############################################################################
+
+blurb=Vorto Function Block Editor\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others, 2000, 2010.  All rights reserved.\n\
+Visit http://www.eclipse.org/vorto
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor/build.properties b/features/org.eclipse.vorto.feature.editor/build.properties
new file mode 100644
index 0000000..996c987
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor/build.properties
@@ -0,0 +1,5 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               epl-v10.html,\
+               license.html,\
+               notice.html
diff --git a/features/org.eclipse.vorto.feature.editor/epl-v10.html b/features/org.eclipse.vorto.feature.editor/epl-v10.html
new file mode 100644
index 0000000..e563374
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor/epl-v10.html
@@ -0,0 +1,262 @@
+
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Public License - Version 1.0</title>
+<style type="text/css">
+  body {
+    size: 8.5in 11.0in;
+    margin: 0.25in 0.5in 0.25in 0.5in;
+    tab-interval: 0.5in;
+    }
+  p {  	
+    margin-left: auto;
+    margin-top:  0.5em;
+    margin-bottom: 0.5em;
+    }
+  p.list {
+  	margin-left: 0.5in;
+    margin-top:  0.05em;
+    margin-bottom: 0.05em;
+    }
+  </style>
+
+</head>
+
+<body lang="EN-US">
+
+<h2>Eclipse Public License - v 1.0</h2>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>&quot;Contribution&quot; means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>&quot;Contributor&quot; means any person or entity that distributes
+the Program.</p>
+
+<p>&quot;Licensed Patents&quot; mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>&quot;Program&quot; means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>&quot;Recipient&quot; means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+(&quot;Commercial Contributor&quot;) hereby agrees to defend and
+indemnify every other Contributor (&quot;Indemnified Contributor&quot;)
+against any losses, damages and costs (collectively &quot;Losses&quot;)
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body>
+
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor/feature.properties b/features/org.eclipse.vorto.feature.editor/feature.properties
new file mode 100644
index 0000000..68421b1
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor/feature.properties
@@ -0,0 +1,4 @@
+featureName=Vorto Function Block Editor
+providerName=Bosch Software Innovations GmbH
+licenseURL=http://www.eclipse.org/legal/epl-v10.html
+license=Eclipse Foundation Software User Agreement\nFebruary 1, 2011\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the\nEclipse Foundation is provided to you under the terms and conditions of\nthe Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\nprovided with this Content and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse Foundation source code\nrepository ("Repository") in software modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory named "features".\nWithin a Feature, files named "feature.xml" may contain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JARs\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nProvisioning Technology (as defined below), you must agree to a license ("Feature \nUpdate License") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties" found within a Feature.\nSuch Abouts, Feature Licenses, and Feature Update Licenses contain the\nterms and conditions (or references to such terms and conditions) that\ngovern your use of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Eclipse Distribution License Version 1.0 (available at http\://www.eclipse.org/licenses/edl-v1.0.html)\n- Common Public License Version 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\n\nUse of Provisioning Technology\n\nThe Eclipse Foundation makes available provisioning software, examples of which include,\nbut are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\nthe purpose of allowing users to install software, documentation, information and/or\nother materials (collectively "Installable Software"). This capability is provided with\nthe intent of allowing such users to install, extend and update Eclipse-based products.\nInformation about packaging Installable Software is available at\nhttp\://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\nYou may use Provisioning Technology to allow other parties to install Installable Software.\nYou shall be responsible for enabling the applicable license agreements relating to the\nInstallable Software to be presented to, and accepted by, the users of the Provisioning Technology\nin accordance with the Specification. By using Provisioning Technology in such a manner and\nmaking it available in accordance with the Specification, you further acknowledge your\nagreement to, and the acquisition of all necessary rights to permit the following\:\n\n1. A series of actions may occur ("Provisioning Process") in which a user may execute\nthe Provisioning Technology on a machine ("Target Machine") with the intent of installing,\nextending or updating the functionality of an Eclipse-based product.\n2. During the Provisioning Process, the Provisioning Technology may cause third party\nInstallable Software or a portion thereof to be accessed and copied to the Target Machine.\n3. Pursuant to the Specification, you will provide to the user the terms and conditions that\ngovern the use of the Installable Software ("Installable Software Agreement") and such\nInstallable Software Agreement shall be accessed from the Target Machine in accordance\nwith the Specification. Such Installable Software Agreement must inform the user of the\nterms and conditions that govern the Installable Software and must solicit acceptance by\nthe end user in the manner prescribed in such Installable Software Agreement. Upon such\nindication of agreement by the user, the provisioning Technology will complete installation\nof the Installable Software.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, possession, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use, and\nre-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor/feature.xml b/features/org.eclipse.vorto.feature.editor/feature.xml
new file mode 100644
index 0000000..2a448b8
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor/feature.xml
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.eclipse.vorto.feature.editor"
+      label="Vorto Function Block Editor"
+      version="0.1.0"
+      provider-name="Bosch Software Innovations GmbH">
+
+   <description>
+      This feature defines all bundles that form the Functionblock Editor.
+   </description>
+
+   <copyright>
+      Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+      
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0 which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html Description here.
+   </copyright>
+
+   <license url="http://www.eclipse.org/legal/epl-v10.html">
+      %license
+   </license>
+
+   <requires>
+      <import plugin="org.apache.log4j" version="1.2.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.runtime" version="3.9.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jdt.core" version="3.9.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jdt.launching" version="3.7.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui.workbench" version="3.105.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jface" version="3.9.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.resources" version="3.8.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.xtend.lib" version="2.7.0" match="compatible"/>
+      <import plugin="org.apache.commons.lang3" version="3.1.0" match="greaterOrEqual"/>
+      <import plugin="org.apache.commons.io" version="2.0.1" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui" version="3.105.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.emf.ecore" version="2.10.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jface.text" version="3.8.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui.console" version="3.5.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui.ide" version="3.9.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.compare" version="3.5.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.xtext.ui" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.builder" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.xbase.ui" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.common.types.ui" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.ui.codetemplates.ui" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.ui.shared" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.core.filesystem" version="1.4.0" match="greaterOrEqual"/>
+   </requires>
+
+   <plugin
+         id="org.eclipse.vorto.codegen"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.vorto.common"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.vorto.fbeditor"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.vorto.fbeditor.ui"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.vorto.metamodel"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.commons.lang3"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.commons.io"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>
diff --git a/features/org.eclipse.vorto.feature.editor/license.html b/features/org.eclipse.vorto.feature.editor/license.html
new file mode 100644
index 0000000..98b25ac
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor/license.html
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY &quot;CONTENT&quot;).  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+   (&quot;EPL&quot;).  A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
+   repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content.  Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.  Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.  Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
+Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;).  Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
+installation process.  If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
+   other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
+       href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   (&quot;Specification&quot;).</p>
+
+<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
+   in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
+   Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
+       on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
+       Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
+       the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
+       indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+   another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+   possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+</body>
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor/notice.html b/features/org.eclipse.vorto.feature.editor/notice.html
new file mode 100644
index 0000000..98b25ac
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor/notice.html
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY &quot;CONTENT&quot;).  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+   (&quot;EPL&quot;).  A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
+   repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content.  Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.  Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.  Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
+Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;).  Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
+installation process.  If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
+   other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
+       href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   (&quot;Specification&quot;).</p>
+
+<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
+   in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
+   Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
+       on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
+       Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
+       the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
+       indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+   another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+   possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+</body>
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor/pom.xml b/features/org.eclipse.vorto.feature.editor/pom.xml
new file mode 100644
index 0000000..739debf
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor/pom.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>features</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.feature.editor</artifactId>
+	<packaging>eclipse-feature</packaging>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<executions>
+					<execution>
+						<id>attach-p2-metadata</id>
+						<phase>package</phase>
+						<goals>
+							<goal>p2-metadata</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>
diff --git a/features/org.eclipse.vorto.feature.editor_with_perspectives/.project b/features/org.eclipse.vorto.feature.editor_with_perspectives/.project
new file mode 100644
index 0000000..5665743
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor_with_perspectives/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.feature.editor_with_perspectives</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>
diff --git a/features/org.eclipse.vorto.feature.editor_with_perspectives/about.properties b/features/org.eclipse.vorto.feature.editor_with_perspectives/about.properties
new file mode 100644
index 0000000..c03257c
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor_with_perspectives/about.properties
@@ -0,0 +1,22 @@
+###############################################################################
+# Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# and Eclipse Distribution License v1.0 which accompany this distribution.
+#
+# The Eclipse Public License is available at
+# http://www.eclipse.org/legal/epl-v10.html
+# The Eclipse Distribution License is available at
+# http://www.eclipse.org/org/documents/edl-v10.php.
+#
+# Contributors:
+# Bosch Software Innovations GmbH - Please refer to git log
+###############################################################################
+
+blurb=Vorto Function Block Editor\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others, 2000, 2010.  All rights reserved.\n\
+Visit http://www.eclipse.org/vorto
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor_with_perspectives/build.properties b/features/org.eclipse.vorto.feature.editor_with_perspectives/build.properties
new file mode 100644
index 0000000..996c987
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor_with_perspectives/build.properties
@@ -0,0 +1,5 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               epl-v10.html,\
+               license.html,\
+               notice.html
diff --git a/features/org.eclipse.vorto.feature.editor_with_perspectives/epl-v10.html b/features/org.eclipse.vorto.feature.editor_with_perspectives/epl-v10.html
new file mode 100644
index 0000000..e563374
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor_with_perspectives/epl-v10.html
@@ -0,0 +1,262 @@
+
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Public License - Version 1.0</title>
+<style type="text/css">
+  body {
+    size: 8.5in 11.0in;
+    margin: 0.25in 0.5in 0.25in 0.5in;
+    tab-interval: 0.5in;
+    }
+  p {  	
+    margin-left: auto;
+    margin-top:  0.5em;
+    margin-bottom: 0.5em;
+    }
+  p.list {
+  	margin-left: 0.5in;
+    margin-top:  0.05em;
+    margin-bottom: 0.05em;
+    }
+  </style>
+
+</head>
+
+<body lang="EN-US">
+
+<h2>Eclipse Public License - v 1.0</h2>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>&quot;Contribution&quot; means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>&quot;Contributor&quot; means any person or entity that distributes
+the Program.</p>
+
+<p>&quot;Licensed Patents&quot; mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>&quot;Program&quot; means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>&quot;Recipient&quot; means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+(&quot;Commercial Contributor&quot;) hereby agrees to defend and
+indemnify every other Contributor (&quot;Indemnified Contributor&quot;)
+against any losses, damages and costs (collectively &quot;Losses&quot;)
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body>
+
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor_with_perspectives/feature.properties b/features/org.eclipse.vorto.feature.editor_with_perspectives/feature.properties
new file mode 100644
index 0000000..68421b1
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor_with_perspectives/feature.properties
@@ -0,0 +1,4 @@
+featureName=Vorto Function Block Editor
+providerName=Bosch Software Innovations GmbH
+licenseURL=http://www.eclipse.org/legal/epl-v10.html
+license=Eclipse Foundation Software User Agreement\nFebruary 1, 2011\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the\nEclipse Foundation is provided to you under the terms and conditions of\nthe Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\nprovided with this Content and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse Foundation source code\nrepository ("Repository") in software modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory named "features".\nWithin a Feature, files named "feature.xml" may contain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JARs\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nProvisioning Technology (as defined below), you must agree to a license ("Feature \nUpdate License") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties" found within a Feature.\nSuch Abouts, Feature Licenses, and Feature Update Licenses contain the\nterms and conditions (or references to such terms and conditions) that\ngovern your use of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Eclipse Distribution License Version 1.0 (available at http\://www.eclipse.org/licenses/edl-v1.0.html)\n- Common Public License Version 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\n\nUse of Provisioning Technology\n\nThe Eclipse Foundation makes available provisioning software, examples of which include,\nbut are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\nthe purpose of allowing users to install software, documentation, information and/or\nother materials (collectively "Installable Software"). This capability is provided with\nthe intent of allowing such users to install, extend and update Eclipse-based products.\nInformation about packaging Installable Software is available at\nhttp\://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\nYou may use Provisioning Technology to allow other parties to install Installable Software.\nYou shall be responsible for enabling the applicable license agreements relating to the\nInstallable Software to be presented to, and accepted by, the users of the Provisioning Technology\nin accordance with the Specification. By using Provisioning Technology in such a manner and\nmaking it available in accordance with the Specification, you further acknowledge your\nagreement to, and the acquisition of all necessary rights to permit the following\:\n\n1. A series of actions may occur ("Provisioning Process") in which a user may execute\nthe Provisioning Technology on a machine ("Target Machine") with the intent of installing,\nextending or updating the functionality of an Eclipse-based product.\n2. During the Provisioning Process, the Provisioning Technology may cause third party\nInstallable Software or a portion thereof to be accessed and copied to the Target Machine.\n3. Pursuant to the Specification, you will provide to the user the terms and conditions that\ngovern the use of the Installable Software ("Installable Software Agreement") and such\nInstallable Software Agreement shall be accessed from the Target Machine in accordance\nwith the Specification. Such Installable Software Agreement must inform the user of the\nterms and conditions that govern the Installable Software and must solicit acceptance by\nthe end user in the manner prescribed in such Installable Software Agreement. Upon such\nindication of agreement by the user, the provisioning Technology will complete installation\nof the Installable Software.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, possession, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use, and\nre-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor_with_perspectives/feature.xml b/features/org.eclipse.vorto.feature.editor_with_perspectives/feature.xml
new file mode 100644
index 0000000..a66f670
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor_with_perspectives/feature.xml
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.eclipse.vorto.feature.editor_with_perspectives"
+      label="Vorto Function Block Editor"
+      version="0.1.0"
+      provider-name="Bosch Software Innovations GmbH">
+
+   <description>
+      This feature defines all bundles that form the Functionblock Editor.
+   </description>
+
+   <copyright>
+      Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+      
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0 which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html Description here.
+   </copyright>
+
+   <license url="http://www.eclipse.org/legal/epl-v10.html">
+      %license
+   </license>
+
+   <requires>
+      <import plugin="org.apache.log4j" version="1.2.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.runtime" version="3.9.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jdt.core" version="3.9.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jdt.launching" version="3.7.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui.workbench" version="3.105.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jface" version="3.9.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.resources" version="3.8.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.xtend.lib" version="2.7.0" match="compatible"/>
+      <import plugin="org.apache.commons.lang3" version="3.1.0" match="greaterOrEqual"/>
+      <import plugin="org.apache.commons.io" version="2.0.1" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui" version="3.105.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.emf.ecore" version="2.10.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.jface.text" version="3.8.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui.console" version="3.5.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui.ide" version="3.9.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.compare" version="3.5.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.xtext.ui" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.builder" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.xbase.ui" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.common.types.ui" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.ui.codetemplates.ui" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.ui.shared" version="2.7.0" match="compatible"/>
+      <import plugin="org.eclipse.core.filesystem" version="1.4.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.osgi"/>
+   </requires>
+
+   <plugin
+         id="org.eclipse.vorto.codegen"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.vorto.common"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.vorto.fbeditor"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.vorto.fbeditor.ui"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.vorto.metamodel"
+         download-size="0"
+         install-size="0"
+         version="0.1.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.vorto.perspectives"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>
diff --git a/features/org.eclipse.vorto.feature.editor_with_perspectives/license.html b/features/org.eclipse.vorto.feature.editor_with_perspectives/license.html
new file mode 100644
index 0000000..98b25ac
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor_with_perspectives/license.html
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY &quot;CONTENT&quot;).  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+   (&quot;EPL&quot;).  A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
+   repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content.  Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.  Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.  Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
+Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;).  Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
+installation process.  If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
+   other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
+       href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   (&quot;Specification&quot;).</p>
+
+<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
+   in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
+   Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
+       on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
+       Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
+       the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
+       indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+   another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+   possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+</body>
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor_with_perspectives/notice.html b/features/org.eclipse.vorto.feature.editor_with_perspectives/notice.html
new file mode 100644
index 0000000..98b25ac
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor_with_perspectives/notice.html
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY &quot;CONTENT&quot;).  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+   (&quot;EPL&quot;).  A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
+   repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content.  Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.  Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.  Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
+Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;).  Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
+installation process.  If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
+   other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
+       href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   (&quot;Specification&quot;).</p>
+
+<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
+   in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
+   Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
+       on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
+       Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
+       the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
+       indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+   another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+   possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+</body>
+</html>
\ No newline at end of file
diff --git a/features/org.eclipse.vorto.feature.editor_with_perspectives/pom.xml b/features/org.eclipse.vorto.feature.editor_with_perspectives/pom.xml
new file mode 100644
index 0000000..704c7ae
--- /dev/null
+++ b/features/org.eclipse.vorto.feature.editor_with_perspectives/pom.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>features</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.feature.editor_with_perspectives</artifactId>
+	<packaging>eclipse-feature</packaging>
+
+	<version>0.1.0</version>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<executions>
+					<execution>
+						<id>attach-p2-metadata</id>
+						<phase>package</phase>
+						<goals>
+							<goal>p2-metadata</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>
diff --git a/features/pom.xml b/features/pom.xml
new file mode 100644
index 0000000..c7a1e77
--- /dev/null
+++ b/features/pom.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="MACROMAN"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
+    <groupId>org.eclipse.vorto</groupId>
+    <artifactId>org.eclipse.vorto.parent</artifactId>
+    <version>0.1.0</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.eclipse.vorto</groupId>
+  <artifactId>features</artifactId>
+
+  <name>Eclipse Vorto Features</name>
+
+  <packaging>pom</packaging>
+
+  <modules>
+		<module>org.eclipse.vorto.feature.dependencies</module>
+		<module>org.eclipse.vorto.feature.codegen.examples</module>		
+		<module>org.eclipse.vorto.feature.editor</module>
+		<module>org.eclipse.vorto.feature.editor_with_perspectives</module>				
+  </modules>
+  
+</project>
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/.classpath b/generators/org.eclipse.vorto.codegen.examples/.classpath
new file mode 100644
index 0000000..99e12c4
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="xtend-gen"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/generators/org.eclipse.vorto.codegen.examples/.gitignore b/generators/org.eclipse.vorto.codegen.examples/.gitignore
new file mode 100644
index 0000000..62c53b3
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/.gitignore
@@ -0,0 +1,2 @@
+/bin
+/xtend-gen
diff --git a/generators/org.eclipse.vorto.codegen.examples/.project b/generators/org.eclipse.vorto.codegen.examples/.project
new file mode 100644
index 0000000..6a2486e
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.codegen.examples</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+	</natures>
+</projectDescription>
diff --git a/generators/org.eclipse.vorto.codegen.examples/META-INF/MANIFEST.MF b/generators/org.eclipse.vorto.codegen.examples/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..8a6547e
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/META-INF/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Vorto Example Code Generator
+Bundle-SymbolicName: org.eclipse.vorto.codegen.examples;singleton:=true
+Bundle-Version: 0.1.0
+Bundle-Activator: org.eclipse.vorto.codegen.examples.webdevice.Activator
+Require-Bundle: org.eclipse.vorto.codegen,
+ org.eclipse.vorto.metamodel,
+ org.eclipse.ui;bundle-version="3.105.0",
+ org.eclipse.core.runtime;bundle-version="3.9.0",
+ org.eclipse.xtext;bundle-version="[2.7.0,3.0.0)",
+ org.eclipse.xtext.xbase;bundle-version="[2.7.0,3.0.0)",
+ org.apache.commons.lang3;bundle-version="3.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-Vendor: Bosch-SI
+Export-Package: org.eclipse.vorto.codegen.examples.webdevice;
+  uses:="org.eclipse.vorto.functionblock,
+   org.eclipse.core.runtime,
+   org.eclipse.ui.plugin,
+   org.eclipse.vorto.codegen,
+   org.osgi.framework",
+ org.eclipse.vorto.codegen.examples.webdevice.tasks,
+ org.eclipse.vorto.codegen.examples.webdevice.tasks.templates;uses:="org.eclipse.vorto.functionblock"
+Bundle-ActivationPolicy: lazy
+
diff --git a/generators/org.eclipse.vorto.codegen.examples/about.html b/generators/org.eclipse.vorto.codegen.examples/about.html
new file mode 100644
index 0000000..c258ef5
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2006</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/build.properties b/generators/org.eclipse.vorto.codegen.examples/build.properties
new file mode 100644
index 0000000..6154be9
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/build.properties
@@ -0,0 +1,7 @@
+source.. = src/,\
+		   xtend-gen/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               plugin.xml,\
+               about.html
diff --git a/generators/org.eclipse.vorto.codegen.examples/plugin.xml b/generators/org.eclipse.vorto.codegen.examples/plugin.xml
new file mode 100644
index 0000000..066a4ce
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/plugin.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension
+         id="WebDeviceAppGenerator"
+         point="org.eclipse.vorto.codegen.org_eclipse_vorto_codegen_Generators">
+      <client
+            class="org.eclipse.vorto.codegen.examples.webdevice.WebDeviceGenerator"
+            menuLabel="Web Device Application Generator">
+      </client>
+   </extension>
+</plugin>
diff --git a/generators/org.eclipse.vorto.codegen.examples/pom.xml b/generators/org.eclipse.vorto.codegen.examples/pom.xml
new file mode 100644
index 0000000..930a96e
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/pom.xml
@@ -0,0 +1,45 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>generators</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.codegen.examples</artifactId>
+	<packaging>eclipse-plugin</packaging>
+
+	<name>Generator Examples</name>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.xtend</groupId>
+				<artifactId>xtend-maven-plugin</artifactId>
+				<executions>
+					<execution>
+						<goals>
+							<goal>compile</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<artifactId>maven-clean-plugin</artifactId>
+				<version>2.4.1</version>
+				<configuration>
+					<filesets>
+						<fileset>
+							<directory>xtend-gen</directory>
+							<includes>
+								<include>**</include>
+							</includes>
+						</fileset>
+					</filesets>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/Activator.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/Activator.java
new file mode 100644
index 0000000..da8865a
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/Activator.java
@@ -0,0 +1,73 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The activator class controls the plug-in life cycle
+ */
+public class Activator extends AbstractUIPlugin {
+
+	// The plug-in ID
+	public static final String PLUGIN_ID = "org.eclipse.vorto.samplegenerator"; //$NON-NLS-1$
+
+	// The shared instance
+	private static Activator plugin;
+	
+	/**
+	 * The constructor
+	 */
+	public Activator() {
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
+	 */
+	public void start(BundleContext context) throws Exception {
+		super.start(context);
+		initialize();
+	}
+	
+	public static void initialize() {
+		plugin = new Activator();
+	}
+
+	/*
+	 * (non-Javadoc)
+	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
+	 */
+	public void stop(BundleContext context) throws Exception {
+		deinitialize();
+		super.stop(context);
+	}
+	
+	public static void deinitialize() {
+		plugin = null;
+	}
+
+	/**
+	 * Returns the shared instance
+	 *
+	 * @return the shared instance
+	 */
+	public static Activator getDefault() {
+		return plugin;
+	}
+
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/WebDeviceGenerator.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/WebDeviceGenerator.java
new file mode 100644
index 0000000..21455e3
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/WebDeviceGenerator.java
@@ -0,0 +1,51 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice;
+
+import static org.eclipse.vorto.codegen.api.tasks.GeneratorConfiguration.configuration;
+import static org.eclipse.vorto.codegen.api.tasks.GeneratorConfiguration.eclipseProject;
+import static org.eclipse.vorto.codegen.api.tasks.GeneratorConfiguration.mavenNature;
+
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.vorto.codegen.api.ICodeGenerator;
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ConfigurationClassGeneratorTask;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.FaultClassGeneratorTask;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.FunctionBlockClassGeneratorTask;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.IndexHtmlFileGeneratorTask;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ServiceClassGeneratorTask;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.StatusClassGeneratorTask;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.WebXmlGeneratorTask;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.PomFileTemplate;
+
+
+public class WebDeviceGenerator implements ICodeGenerator {
+
+	private static final ITemplate POMFILE_TEMPLATE = new PomFileTemplate();
+
+	@Override
+	public void generate(FunctionblockModel fbm, IProgressMonitor monitor) {
+		eclipseProject(ModuleUtil.getArtifactId(fbm),
+				configuration(mavenNature(POMFILE_TEMPLATE)),
+				new IndexHtmlFileGeneratorTask(), new ServiceClassGeneratorTask(),
+				new WebXmlGeneratorTask(), new FunctionBlockClassGeneratorTask(),
+				new ConfigurationClassGeneratorTask(), new StatusClassGeneratorTask(),
+				new FaultClassGeneratorTask()).generate(fbm, monitor);
+	}
+
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/ConfigurationClassGeneratorTask.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/ConfigurationClassGeneratorTask.java
new file mode 100644
index 0000000..dcac3d9
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/ConfigurationClassGeneratorTask.java
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks;
+
+import org.eclipse.vorto.codegen.api.tasks.AbstractTemplateGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.ConfigurationClassTemplate;
+
+
+public class ConfigurationClassGeneratorTask extends
+		AbstractTemplateGeneratorTask {
+
+	@Override
+	public String getFileName(final FunctionblockModel model) {
+		return model.getName() + "Configuration.java";
+	}
+
+	@Override
+	public String getPath(final FunctionblockModel model) {
+		return ModuleUtil.getModelPath(model);
+	}
+
+	@Override
+	public ITemplate getTemplate() {
+		return new ConfigurationClassTemplate();
+	}
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/FaultClassGeneratorTask.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/FaultClassGeneratorTask.java
new file mode 100644
index 0000000..000bf91
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/FaultClassGeneratorTask.java
@@ -0,0 +1,40 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks;
+
+import org.eclipse.vorto.codegen.api.tasks.AbstractTemplateGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.FaultClassTemplate;
+
+
+public class FaultClassGeneratorTask extends AbstractTemplateGeneratorTask {
+
+	@Override
+	public String getFileName(final FunctionblockModel model) {
+		return model.getName() + "Fault.java";
+	}
+
+	@Override
+	public String getPath(final FunctionblockModel model) {
+		return ModuleUtil.getModelPath(model);
+	}
+
+	@Override
+	public ITemplate getTemplate() {
+		return new FaultClassTemplate();
+	}
+}
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/FunctionBlockClassGeneratorTask.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/FunctionBlockClassGeneratorTask.java
new file mode 100644
index 0000000..3e41941
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/FunctionBlockClassGeneratorTask.java
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks;
+
+import org.eclipse.vorto.codegen.api.tasks.AbstractTemplateGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.FunctionBlockClassTemplate;
+
+
+public class FunctionBlockClassGeneratorTask extends
+		AbstractTemplateGeneratorTask {
+
+	@Override
+	public String getFileName(final FunctionblockModel model) {
+		return model.getName() + ".java";
+	}
+
+	@Override
+	public String getPath(final FunctionblockModel model) {
+		return ModuleUtil.getModelPath(model);
+	}
+
+	@Override
+	public ITemplate getTemplate() {
+		return new FunctionBlockClassTemplate();
+	}
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/IndexHtmlFileGeneratorTask.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/IndexHtmlFileGeneratorTask.java
new file mode 100644
index 0000000..2e044cb
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/IndexHtmlFileGeneratorTask.java
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks;
+
+import org.eclipse.vorto.codegen.api.tasks.AbstractTemplateGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.IndexHtmlFileTemplate;
+
+
+@SuppressWarnings("all")
+public class IndexHtmlFileGeneratorTask extends AbstractTemplateGeneratorTask {
+
+	@Override
+	public String getFileName(final FunctionblockModel model) {
+		return "index.html";
+	}
+
+	@Override
+	public String getPath(final FunctionblockModel model) {
+		return "src/main/webapp";
+	}
+
+	@Override
+	public ITemplate getTemplate() {
+		return new IndexHtmlFileTemplate();
+	}
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/ModuleUtil.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/ModuleUtil.java
new file mode 100644
index 0000000..d2f7ee1
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/ModuleUtil.java
@@ -0,0 +1,53 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks;
+
+import java.text.MessageFormat;
+
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+
+
+public class ModuleUtil {
+	public final static String JAVA_SRC_LOC = "/src/main/java/";
+	private final static String MODEL_PACKAGE = "com.bosch.iot.{0}.model";
+	private final static String SERVICE_PACKAGE = "com.bosch.iot.{0}.service";
+
+	public static String getModelPath(FunctionblockModel model) {
+		String path = MODEL_PACKAGE.replaceAll("\\.", "/");
+		return JAVA_SRC_LOC
+				+ MessageFormat.format(path, model.getName().toLowerCase());
+	}
+
+	public static String getModelPackage(FunctionblockModel model) {
+		return MessageFormat.format(MODEL_PACKAGE, model.getName()
+				.toLowerCase());
+	}
+
+	public static String getServicePath(FunctionblockModel model) {
+		String path = SERVICE_PACKAGE.replaceAll("\\.", "/");
+		return JAVA_SRC_LOC
+				+ MessageFormat.format(path, model.getName().toLowerCase());
+	}
+
+	public static String getServicePackage(FunctionblockModel model) {
+		return MessageFormat.format(SERVICE_PACKAGE, model.getName()
+				.toLowerCase());
+	}
+	
+	public static String getArtifactId(FunctionblockModel model){
+		return model.getName().toLowerCase() + "-webapp";
+	}
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/ServiceClassGeneratorTask.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/ServiceClassGeneratorTask.java
new file mode 100644
index 0000000..00102a5
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/ServiceClassGeneratorTask.java
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks;
+
+import org.eclipse.vorto.codegen.api.tasks.AbstractTemplateGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.ServiceClassTemplate;
+
+
+public class ServiceClassGeneratorTask extends AbstractTemplateGeneratorTask {
+
+	@Override
+	public String getFileName(final FunctionblockModel model) {
+		return model.getName() + "Service.java";
+	}
+
+	@Override
+	public String getPath(final FunctionblockModel model) {
+		return ModuleUtil.getServicePath(model);
+	}
+
+	@Override
+	public ITemplate getTemplate() {
+		return new ServiceClassTemplate();
+	}
+
+}
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/StatusClassGeneratorTask.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/StatusClassGeneratorTask.java
new file mode 100644
index 0000000..139dd50
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/StatusClassGeneratorTask.java
@@ -0,0 +1,40 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks;
+
+import org.eclipse.vorto.codegen.api.tasks.AbstractTemplateGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.StatusClassTemplate;
+
+
+public class StatusClassGeneratorTask extends AbstractTemplateGeneratorTask {
+
+	@Override
+	public String getFileName(final FunctionblockModel model) {
+		return model.getName() + "Status.java";
+	}
+
+	@Override
+	public String getPath(final FunctionblockModel model) {
+		return ModuleUtil.getModelPath(model);
+	}
+
+	@Override
+	public ITemplate getTemplate() {
+		return new StatusClassTemplate();
+	}
+}
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/WebXmlGeneratorTask.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/WebXmlGeneratorTask.java
new file mode 100644
index 0000000..6b7e73e
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/WebXmlGeneratorTask.java
@@ -0,0 +1,42 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks;
+
+import org.eclipse.vorto.codegen.api.tasks.AbstractTemplateGeneratorTask;
+import org.eclipse.vorto.codegen.api.tasks.ITemplate;
+import org.eclipse.vorto.functionblock.FunctionblockModel;
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.templates.WebXmlTemplate;
+
+
+public class WebXmlGeneratorTask extends AbstractTemplateGeneratorTask {
+
+	private final static String WEB_XML_PATH = "src/main/webapp/WEB-INF";
+
+	@Override
+	public String getFileName(final FunctionblockModel model) {
+		return "web.xml";
+	}
+
+	@Override
+	public String getPath(final FunctionblockModel model) {
+		return WEB_XML_PATH;
+	}
+
+	@Override
+	public ITemplate getTemplate() {
+		return new WebXmlTemplate();
+	}
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/ConfigurationClassTemplate.xtend b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/ConfigurationClassTemplate.xtend
new file mode 100644
index 0000000..9c6d6a2
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/ConfigurationClassTemplate.xtend
@@ -0,0 +1,53 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates
+
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.functionblock.PrimitiveProperty
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil
+import org.eclipse.vorto.codegen.api.tasks.ITemplate
+
+class ConfigurationClassTemplate implements ITemplate {
+		
+	override getContent(FunctionblockModel model) {
+		'''
+		package «ModuleUtil.getModelPackage(model)»;
+
+		import org.codehaus.jackson.map.annotate.JsonSerialize;
+		
+		@JsonSerialize
+		public class «model.name»Configuration {			
+		«IF model.functionblock.configuration!=null»
+			«FOR configurationField : model.functionblock.configuration.properties»	
+			«IF configurationField instanceof PrimitiveProperty»			
+				«var primitiveType = (configurationField as PrimitiveProperty).type»
+				«var primitiveJavaType = PropertyUtil.toJavaFieldType(primitiveType)»
+				
+					private «primitiveJavaType» «configurationField.propName» = «PropertyUtil.getDefaultValue(primitiveType)»;
+				
+					public «primitiveJavaType» get«configurationField.propName.toFirstUpper»() {
+						return «configurationField.propName»;
+					}
+							
+					public void set«configurationField.propName.toFirstUpper»(«primitiveJavaType» «configurationField.propName») {
+						this.«configurationField.propName» = «configurationField.propName»;
+					}		
+		    «ENDIF»
+			«ENDFOR»						
+		«ENDIF»			
+		}'''
+	}
+}
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/FaultClassTemplate.xtend b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/FaultClassTemplate.xtend
new file mode 100644
index 0000000..245f3ef
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/FaultClassTemplate.xtend
@@ -0,0 +1,53 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates
+
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.functionblock.PrimitiveProperty
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil
+import org.eclipse.vorto.codegen.api.tasks.ITemplate
+
+class FaultClassTemplate implements ITemplate {
+		
+	override getContent(FunctionblockModel model) {
+		'''
+		package «ModuleUtil.getModelPackage(model)»;
+
+		import org.codehaus.jackson.map.annotate.JsonSerialize;
+		
+		@JsonSerialize
+		public class «model.name»Fault {			
+		«IF model.functionblock.fault!=null»
+			«FOR FaultField : model.functionblock.fault.properties»	
+			«IF FaultField instanceof PrimitiveProperty»			
+				«var primitiveType = (FaultField as PrimitiveProperty).type»
+				«var primitiveJavaType = PropertyUtil.toJavaFieldType(primitiveType)»
+				
+					private «primitiveJavaType» «FaultField.propName» = «PropertyUtil.getDefaultValue(primitiveType)»;
+				
+					public «primitiveJavaType» get«FaultField.propName.toFirstUpper»() {
+						return «FaultField.propName»;
+					}
+							
+					public void set«FaultField.propName.toFirstUpper»(«primitiveJavaType» «FaultField.propName») {
+						this.«FaultField.propName» = «FaultField.propName»;
+					}		
+		    «ENDIF»
+			«ENDFOR»						
+		«ENDIF»			
+		}'''
+	}
+}
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/FunctionBlockClassTemplate.xtend b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/FunctionBlockClassTemplate.xtend
new file mode 100644
index 0000000..6cb85e0
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/FunctionBlockClassTemplate.xtend
@@ -0,0 +1,74 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates
+
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil
+import org.eclipse.vorto.codegen.api.tasks.ITemplate
+
+class FunctionBlockClassTemplate implements ITemplate {		
+	override getContent(FunctionblockModel model) {
+		'''
+		package «ModuleUtil.getModelPackage(model)»;
+
+		public class «model.name» {
+			
+			private String displayName = "«model.functionblock.displayname»";
+			private String description = "«model.functionblock.description»";
+			private String vendor = "«model.functionblock.vendor»";
+			private String category = "«model.functionblock.category»";
+			private String version = "«model.functionblock.version»";
+			
+			private «model.name»Configuration configuration = new «model.name»Configuration();
+			
+			private «model.name»Status status = new «model.name»Status();
+			
+			private «model.name»Fault fault = new «model.name»Fault();
+			
+			public String getDisplayName() {
+				return displayName;
+			}
+		
+			public String getDescription() {
+				return description;
+			}
+		
+			public String getVendor() {
+				return vendor;
+			}
+		
+			public String getCategory() {
+				return category;
+			}
+		
+			public String getVersion() {
+				return version;
+			}	
+					
+			public «model.name»Configuration getConfiguration() {
+				return configuration;
+			}
+			
+			public «model.name»Status getStatus() {
+				return status;
+			}
+			
+			public «model.name»Fault getFault() {
+				return fault;
+			}
+		}'''
+	}
+}
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/IndexHtmlFileTemplate.xtend b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/IndexHtmlFileTemplate.xtend
new file mode 100644
index 0000000..a022bf8
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/IndexHtmlFileTemplate.xtend
@@ -0,0 +1,233 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates
+
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil
+import org.eclipse.vorto.codegen.api.tasks.ITemplate
+
+class IndexHtmlFileTemplate implements ITemplate {
+	override getContent(FunctionblockModel model) {
+		'''
+		<html>
+			<head>
+				<style>
+					#idPropertiesContainerTable {
+					background-color: rgba(255,255,255,0.65);
+					border-radius: 20px;
+					padding:20px;
+					-webkit-box-shadow: 0px 3px 2px 0px rgba(30, 103, 157, 0.5);
+					-moz-box-shadow:    0px 3px 2px 0px rgba(30, 103, 157, 0.5);
+					box-shadow:         0px 3px 2px 0px rgba(30, 103, 157, 0.5);
+				}
+				
+				body {
+					font-family: Arial;
+					background-color: #dfebfa !important;
+					background-image: -webkit-linear-gradient(top, #f2f7fe 0%, #b7c9d9 50%, #dfebfa 100%) !important;
+					background: -moz-linear-gradient(top, #f2f7fe 0%, #b7c9d9 50%, #dfebfa 100%) !important;
+					}
+					
+				button {
+					border-radius: 2px;
+					border: 0px none;
+					padding: 6px 12px;
+					color: #FFF;
+					background: linear-gradient(to bottom, #0081C7 0%, #004986 100%) repeat scroll 0% 0% transparent;
+					}
+					
+				th {
+					color: #0D3155;
+					}
+					
+				label {
+					display: block;
+					margin: 5px;
+					color: #333;
+					}
+					
+				fieldset {
+					border: 1px solid #0066AD;
+					margin-bottom: 8px;
+					}
+					
+				legend {
+					color: #0066AD;
+					font-size: 14px;
+					}
+					
+				.column{
+					float:left;
+					}
+					
+				input[type=text]{
+					margin: 3px;
+				}
+				
+				label.display{
+					font-weight: bold;
+				}
+			</style>
+			
+			<script language="javascript">					
+				function displayProperty(propertyName, propertyObject){
+					var keys = Object.keys(propertyObject);
+					for(var i=0; i<keys.length; i++){
+						var key = keys[i];
+						var labelId = propertyName + "_id_" + key;
+						if(document.getElementById(labelId)){
+							document.getElementById(labelId).innerHTML = propertyObject[key]; 		
+						}					
+					}							
+				}
+				
+				function displayProperties(){
+					var instanceJsonValue = httpGet("/«ModuleUtil.getArtifactId(model)»/service/«model.name»/instance");
+					var instanceObject = JSON.parse(instanceJsonValue);
+					var configurationObject = instanceObject.configuration;
+					var statusObject = instanceObject.status;
+					var faultObject = instanceObject.fault;
+					displayProperty("configuration", configurationObject);	
+					displayProperty("status", statusObject);	
+					displayProperty("fault", faultObject);	
+					
+				}
+				
+				function invokeOperation(operation){
+					httpPut("/«ModuleUtil.getArtifactId(model)»/service/«model.name»/" + operation);
+					displayProperties();
+				}
+				
+				function httpGet(restUrl)
+				{
+					var xmlHttp = new XMLHttpRequest();
+					xmlHttp.open( "GET", restUrl, false );
+					xmlHttp.send( null );
+					return xmlHttp.responseText;
+				}
+				
+				function httpPut(restUrl)
+				{
+					var xmlHttp = new XMLHttpRequest();
+					xmlHttp.open("PUT", restUrl, false);
+					xmlHttp.setRequestHeader("Content-Type", "text/plain");
+					xmlHttp.send(null);
+				}
+			</script>
+		</head>
+		<body onload="displayProperties();" >
+			<table border="0" align="center" width="75%">
+				<tr>
+					<th>«model.name»</th>
+				</tr>
+				<tr>
+					<td>
+						<fieldset id="configurationFs">
+							<legend>Configuration:</legend>
+							«IF model.functionblock.configuration!=null && model.functionblock.configuration.properties.size>0»
+							<table border="0" align="center" width="100%">
+								«var i=0»
+								«FOR configuration : model.functionblock.configuration.properties»
+								«IF i%2==0»
+									<tr>
+								«ENDIF»
+									<td  width="20%"><label>«WordSeperator.splitIntoWords(configuration.propName)»:</label></td>
+									<td width="30%"><label id="configuration_id_«configuration.propName»" class="display"></label></td>
+								«IF  (i==model.functionblock.configuration.properties.size-1) && (model.functionblock.configuration.properties.size%2==1)»
+										<td  width="20%"><label></td>
+										<td  width="30%"><label></td>
+									</tr>
+								«ENDIF»
+								«IF i++%2==1»
+									</tr>
+								«ENDIF»
+								«ENDFOR»
+							</table>
+							«ELSE»
+							<div class="column">
+								<label>No configuration information is available</label>
+							</div>
+							«ENDIF»
+						</fieldset>
+					</td>
+				</tr>
+				<tr>
+					<td>
+						<fieldset id="statusFs">
+							<legend>Status:</legend>
+							«IF  model.functionblock.status!=null && model.functionblock.status.properties.size>0»
+							<table border="0" align="center" width="100%">
+							«var i=0»
+							«FOR status : model.functionblock.status.properties»
+							«IF i%2==0»
+								<tr>
+							«ENDIF»
+								<td  width="20%"><label>«WordSeperator.splitIntoWords(status.propName)»:</label></td>
+								<td width="30%"><label id="status_id_«status.propName»" class="display"></label></td>
+							«IF (i==model.functionblock.status.properties.size-1) && (model.functionblock.status.properties.size%2==1)»
+								<td  width="20%"><label></td>
+								<td  width="30%"><label></td>
+								</tr>
+							«ENDIF»
+							«IF i++%2==1»
+								</tr>
+							«ENDIF»
+							«ENDFOR»
+							</table>
+							«ENDIF»
+						</fieldset>
+					</td>
+				</tr>
+				<tr>
+					<td>
+						<fieldset id="faultFs">
+							<legend>Fault:</legend>
+							«IF  model.functionblock.fault!=null && model.functionblock.fault.properties.size>0»
+							<table border="0" align="center" width="100%">
+							«var i=0»
+							«FOR fault : model.functionblock.fault.properties»
+							«IF i%2==0»
+								<tr>
+							«ENDIF»
+								<td  width="20%"><label>«WordSeperator.splitIntoWords(fault.propName)»:</label></td>
+								<td width="30%"><label id="fault_id_«fault.propName»" class="display"></label></td>
+							«IF (i==model.functionblock.fault.properties.size-1) && (model.functionblock.fault.properties.size%2==1)»
+									<td  width="20%"><label></td>
+									<td  width="30%"><label></td>
+								</tr>
+							«ENDIF»
+							«IF i++%2==1»
+								</tr>
+							«ENDIF»
+							«ENDFOR»
+							</table>
+							«ENDIF»
+						</fieldset>
+					</td>
+				</tr>
+				<tr>
+					<td align="center">
+					«FOR operation : model.functionblock.features»
+						&nbsp;<button type="button" value="«operation.methodName»" title="«operation.description»" onClick="javascript:invokeOperation('«operation.methodName»')">«WordSeperator.splitIntoWords(operation.methodName)»</button>&nbsp;
+					«ENDFOR»
+					</td>
+				</tr>
+			</table>
+		</body>
+		</html>
+		'''
+	}	
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/PomFileTemplate.xtend b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/PomFileTemplate.xtend
new file mode 100644
index 0000000..72f6241
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/PomFileTemplate.xtend
@@ -0,0 +1,85 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates
+
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil
+import org.eclipse.vorto.codegen.api.tasks.ITemplate
+
+class PomFileTemplate implements ITemplate {
+
+	override getContent(FunctionblockModel model) {
+		'''<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+		  <modelVersion>4.0.0</modelVersion>
+		  <groupId>org.eclipse.vorto.examples</groupId>
+		  <artifactId>«ModuleUtil.getArtifactId(model)»</artifactId>
+		  <version>«model.functionblock.version»</version>
+		  <name>Sample project generated from «model.name»</name>
+		  <packaging>war</packaging> 
+		  <dependencies>
+				<dependency>
+					<groupId>junit</groupId>
+					<artifactId>junit</artifactId>
+					<version>4.11</version>
+					<scope>test</scope>
+				</dependency>	
+				<dependency>
+					<groupId>com.sun.jersey</groupId>
+					<artifactId>jersey-server</artifactId>
+					<version>1.18.2</version>
+				</dependency>
+				<dependency>
+					<groupId>com.sun.jersey</groupId>
+					<artifactId>jersey-servlet</artifactId>
+					<version>1.18.2</version>
+				</dependency>
+				<dependency>
+					<groupId>com.sun.jersey</groupId>
+					<artifactId>jersey-json</artifactId>
+					<version>1.18.2</version>
+				</dependency>					
+		  </dependencies>
+
+		  <build>
+				<finalName>«ModuleUtil.getArtifactId(model)»</finalName>
+				<plugins>
+					<plugin>
+						<artifactId>maven-compiler-plugin</artifactId>
+						<configuration>
+							<source>1.6</source>
+							<target>1.6</target>
+						</configuration>
+					</plugin>
+					<plugin>
+						<groupId>org.eclipse.jetty</groupId>
+						<artifactId>jetty-maven-plugin</artifactId>
+						<version>9.2.3.v20140905</version>
+						<configuration>
+							<scanIntervalSeconds>10</scanIntervalSeconds>
+							<webApp>
+								<contextPath>/«ModuleUtil.getArtifactId(model)»</contextPath>
+							</webApp>
+							<stopPort>9966</stopPort>
+							<stopKey>jettystop</stopKey>
+							<stopWait>10</stopWait>
+						</configuration>
+					</plugin>
+				</plugins>
+		  </build>
+		</project>'''
+	}
+
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/PropertyUtil.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/PropertyUtil.java
new file mode 100644
index 0000000..9f73399
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/PropertyUtil.java
@@ -0,0 +1,60 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates;
+
+import org.eclipse.vorto.functionblock.PrimitiveType;
+
+
+public class PropertyUtil {
+	public static String toJavaFieldType(PrimitiveType primitiveType) {
+		if (primitiveType == PrimitiveType.STRING) {
+			return "String";
+		} else if (primitiveType == PrimitiveType.DATETIME) {
+			return "java.util.Date";
+		} else if (primitiveType == PrimitiveType.BASE64_BINARY) {
+			return "byte[]";
+		} else {
+			return primitiveType.getLiteral();
+		}
+	}
+
+	public static String getDefaultValue(PrimitiveType primitiveType) {
+		if (primitiveType == PrimitiveType.BOOLEAN) {
+			return "false";
+		} else if (primitiveType == PrimitiveType.STRING) {
+			return "\"\"";
+		} else if (primitiveType == PrimitiveType.SHORT) {
+			return "0";
+		} else if (primitiveType == PrimitiveType.INT) {
+			return "0";
+		} else if (primitiveType == PrimitiveType.LONG) {
+			return "0";
+		} else if (primitiveType == PrimitiveType.FLOAT) {
+			return "0";
+		} else if (primitiveType == PrimitiveType.DOUBLE) {
+			return "0";
+		} else if (primitiveType == PrimitiveType.BYTE) {
+			return "0";
+		} else if (primitiveType == PrimitiveType.BASE64_BINARY) {
+			return "new byte[]{}";
+		} else if (primitiveType == PrimitiveType.DATETIME) {
+			return "java.util.Calendar.getInstance().getTime()";
+		} else {
+			return "null";
+		}
+	}
+
+}
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/ServiceClassTemplate.xtend b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/ServiceClassTemplate.xtend
new file mode 100644
index 0000000..2b7da15
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/ServiceClassTemplate.xtend
@@ -0,0 +1,64 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates
+
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil
+import org.eclipse.vorto.codegen.api.tasks.ITemplate
+
+class ServiceClassTemplate implements ITemplate {
+		
+	override getContent(FunctionblockModel model) {
+		'''
+		package «ModuleUtil.getServicePackage(model)»;
+
+		import java.util.logging.Logger;	
+					
+		import javax.ws.rs.GET;
+		import javax.ws.rs.PUT;
+		import javax.ws.rs.Path;
+		import javax.ws.rs.Produces;
+		import javax.ws.rs.core.MediaType;
+		
+		import com.bosch.iot.«model.name.toLowerCase».model.«model.name»;
+		
+		@Path("/«model.name»")
+		public class «model.name»Service {	
+			private static Logger logger = Logger.getLogger("«model.name»"); 		
+			private static «model.name» «model.name.toFirstLower»instance = new «model.name»();
+
+			@GET
+			@Path("/instance")
+			@Produces(MediaType.APPLICATION_JSON)
+			public «model.name» getInstance(){
+				return «model.name.toFirstLower»instance ;			
+			}		
+										
+			«FOR operation : model.functionblock.features»				
+			/**
+			 * «operation.description»
+			 */
+			@PUT
+			@Path("/«operation.methodName»")					 
+			public void «operation.methodName»() {
+				//Please handle your operation here
+				logger.info("«operation.methodName» invoked");				
+			}				
+						
+			«ENDFOR»					
+		}'''
+	}
+}
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/StatusClassTemplate.xtend b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/StatusClassTemplate.xtend
new file mode 100644
index 0000000..ba992e8
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/StatusClassTemplate.xtend
@@ -0,0 +1,53 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates
+
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.functionblock.PrimitiveProperty
+import org.eclipse.vorto.codegen.examples.webdevice.tasks.ModuleUtil
+import org.eclipse.vorto.codegen.api.tasks.ITemplate
+
+class StatusClassTemplate implements ITemplate {
+		
+	override getContent(FunctionblockModel model) {
+		'''
+		package «ModuleUtil.getModelPackage(model)»;
+		
+		import org.codehaus.jackson.map.annotate.JsonSerialize;
+		
+		@JsonSerialize
+		public class «model.name»Status {			
+		«IF model.functionblock.status!=null»
+			«FOR StatusField : model.functionblock.status.properties»	
+			«IF StatusField instanceof PrimitiveProperty»			
+				«var primitiveType = (StatusField as PrimitiveProperty).type»
+				«var primitiveJavaType = PropertyUtil.toJavaFieldType(primitiveType)»
+				
+					private «primitiveJavaType» «StatusField.propName» = «PropertyUtil.getDefaultValue(primitiveType)»;
+				
+					public «primitiveJavaType» get«StatusField.propName.toFirstUpper»() {
+						return «StatusField.propName»;
+					}
+							
+					public void set«StatusField.propName.toFirstUpper»(«primitiveJavaType» «StatusField.propName») {
+						this.«StatusField.propName» = «StatusField.propName»;
+					}		
+		    «ENDIF»
+			«ENDFOR»						
+		«ENDIF»			
+		}'''
+	}
+}
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/WebXmlTemplate.xtend b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/WebXmlTemplate.xtend
new file mode 100644
index 0000000..0a44a1d
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/WebXmlTemplate.xtend
@@ -0,0 +1,48 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+ package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates
+
+import org.eclipse.vorto.functionblock.FunctionblockModel
+import org.eclipse.vorto.codegen.api.tasks.ITemplate
+
+class WebXmlTemplate implements ITemplate {
+		
+	override getContent(FunctionblockModel model) {
+		return '''
+		<web-app id="«model.name»" version="2.4"
+			xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+			xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
+			http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+			<display-name>Sample Rest Service Generated from Sample REST Generator</display-name>
+		
+			<servlet>
+				<servlet-name>jersey-serlvet</servlet-name>
+				<servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class>		
+		        <init-param>
+		            <param-name>com.sun.jersey.api.json.POJOMappingFeature</param-name>
+		            <param-value>true</param-value>
+		        </init-param>			
+				<load-on-startup>1</load-on-startup>
+			</servlet>
+			
+			<servlet-mapping>
+				<servlet-name>jersey-serlvet</servlet-name>
+				<url-pattern>/service/*</url-pattern>
+			</servlet-mapping>
+		
+		</web-app>'''
+	}
+}
\ No newline at end of file
diff --git a/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/WordSeperator.java b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/WordSeperator.java
new file mode 100644
index 0000000..0d44271
--- /dev/null
+++ b/generators/org.eclipse.vorto.codegen.examples/src/org/eclipse/vorto/codegen/examples/webdevice/tasks/templates/WordSeperator.java
@@ -0,0 +1,53 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Bosch Software Innovations GmbH and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ *
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * The Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Bosch Software Innovations GmbH - Please refer to git log
+ *
+ *******************************************************************************/
+package org.eclipse.vorto.codegen.examples.webdevice.tasks.templates;
+
+import org.apache.commons.lang3.StringUtils;
+
+
+public class WordSeperator {
+
+	/**
+	 * Seperate camel style string into words e.g. "isOn"can to separated into
+	 * "Is On"
+	 * 
+	 * @param camelString
+	 * @return
+	 */
+	public static String splitIntoWords(String camelString) {
+		if (camelString == null || camelString.length() == 0) {
+			return camelString;
+		}
+
+		StringUtils.trim(camelString);
+
+		char[] characters = camelString.toCharArray();
+		String resultWords = "";
+
+		for (int i = 0; i < characters.length; i++) {
+			if (i == 0) {
+				resultWords = String.valueOf(Character
+						.toUpperCase(characters[0]));
+			} else {
+				if (Character.isUpperCase(characters[i])) {
+					resultWords += " ";
+				}
+				resultWords += characters[i];
+			}
+		}
+		return resultWords;
+	}
+}
diff --git a/generators/pom.xml b/generators/pom.xml
new file mode 100644
index 0000000..dfdd653
--- /dev/null
+++ b/generators/pom.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="MACROMAN"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
+    <groupId>org.eclipse.vorto</groupId>
+    <artifactId>org.eclipse.vorto.parent</artifactId>
+    <version>0.1.0</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.eclipse.vorto</groupId>
+  <artifactId>generators</artifactId>
+
+  <name>Eclipse Vorto Code Generators</name>
+
+  <packaging>pom</packaging>
+
+  <modules>
+		<module>org.eclipse.vorto.codegen.examples</module>	
+  </modules>
+  
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..b0fac71
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,390 @@
+<project>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.eclipse.vorto</groupId>
+	<artifactId>org.eclipse.vorto.parent</artifactId>
+	<version>0.1.0</version>
+	<packaging>pom</packaging>
+	<modules>
+		<module>bundles</module>	
+		<module>generators</module>
+		<module>features</module>			
+		<module>products</module>
+		<module>targetplatform</module>
+	</modules>
+
+	<properties>
+		<tycho-version>0.20.0</tycho-version>
+		<tycho-groupid>org.eclipse.tycho</tycho-groupid>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+		<xtext.version>2.7.2</xtext.version>
+		<jdk.version>1.7</jdk.version>
+		<kepler.path>/Applications/eclipse/dropins</kepler.path>
+		<luna.path>/Applications/eclipseLuna/dropins</luna.path>
+		<findbugs.version>2.5.2</findbugs.version>
+	</properties>
+
+	<scm>
+		<connection>scm:git:https://products.bosch-si.com/stash/scm/dswap/vorto.git</connection>
+	</scm>
+
+	<distributionManagement>
+		<snapshotRepository>
+			<id>inst-dsw-ap-snapshots</id>
+			<url>https://repo.bosch-si.com/content/repositories/inst-dsw-ap-snapshots</url>
+		</snapshotRepository>
+		<repository>
+			<id>inst-dsw-ap-releases</id>
+			<url>https://repo.bosch-si.com/content/repositories/inst-dsw-ap-releases</url>
+		</repository>
+	</distributionManagement>
+
+	<pluginRepositories>
+		<pluginRepository>
+			<id>tycho-snapshots</id>
+			<url>https://oss.sonatype.org/content/groups/public/</url>
+		</pluginRepository>
+		<pluginRepository>
+			<id>cbi-releases</id>
+			<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
+		</pluginRepository>
+	</pluginRepositories>
+	
+	<repositories>
+		<repository>
+            <id>orbit</id>
+            <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository</url>
+            <layout>p2</layout>
+        </repository>
+		<repository>
+			<id>kepler</id>
+			<layout>p2</layout>
+			<url>http://download.eclipse.org/releases/kepler</url>
+		</repository>
+		<repository>
+			<id>Xtext Update Site</id>
+			<layout>p2</layout>
+			<url>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/</url>
+		</repository>
+		<repository>
+			<id>eclipse</id>
+			<name>Eclipse Snapshot Repository</name>
+			<layout>default</layout>
+			<url>https://repo.eclipse.org/content/repositories/snapshots/</url>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
+	
+
+	
+	
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-clean-plugin</artifactId>
+				<version>2.5</version>
+				<configuration>
+					<filesets>
+						<fileset>
+							<directory>${basedir}/xtend-gen</directory>
+							<includes>
+								<include>**</include>
+							</includes>
+							<excludes>
+								<exclude>.gitignore</exclude>
+							</excludes>
+						</fileset>
+						<fileset>
+							<directory>${basedir}/src/main/generated-sources/xtend</directory>
+							<includes>
+								<include>**</include>
+							</includes>
+							<excludes>
+								<exclude>.gitignore</exclude>
+							</excludes>
+						</fileset>
+					</filesets>
+				</configuration>
+			</plugin>
+				<plugin>
+					<groupId>org.eclipse.tycho</groupId>
+					<artifactId>tycho-packaging-plugin</artifactId>
+					<version>${tycho-version}</version>
+				</plugin>
+				<plugin>
+					<groupId>org.eclipse.xtend</groupId>
+					<artifactId>xtend-maven-plugin</artifactId>
+					<version>2.6.2</version>
+					<executions>
+						<execution>
+							<goals>
+								<goal>compile</goal>
+								<goal>testCompile</goal>
+							</goals>
+						</execution>
+					</executions>
+					<configuration>
+						<outputDirectory>xtend-gen</outputDirectory>
+					</configuration>
+					<dependencies>
+						<!-- these dependencies are contributed in Eclipse by the "Xtend Library" 
+							classpath container -->
+						<dependency>
+							<groupId>org.eclipse.xtend</groupId>
+							<artifactId>org.eclipse.xtend.lib</artifactId>
+							<version>${xtext.version}</version>
+							<type>pom</type>
+						</dependency>
+					</dependencies>
+				</plugin>
+				<plugin>
+					<groupId>org.eclipse.tycho</groupId>
+					<artifactId>tycho-versions-plugin</artifactId>
+					<version>${tycho-version}</version>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+
+		<plugins>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>build-helper-maven-plugin</artifactId>
+				<version>1.7</version>
+				<executions>
+					<execution>
+						<id>add-source</id>
+						<phase>generate-sources</phase>
+						<goals>
+							<goal>add-source</goal>
+						</goals>
+						<configuration>
+							<sources>
+								<source>xtend-gen</source>
+								<source>src-gen</source>
+							</sources>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-maven-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<extensions>true</extensions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<version>3.1</version>
+				<configuration>
+					<source>${jdk.version}</source>
+					<target>${jdk.version}</target>
+					<meminitial>1024m</meminitial>
+					<maxmem>2024m</maxmem>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-compiler-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<configuration>
+					<source>${jdk.version}</source>
+					<target>${jdk.version}</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-release-plugin</artifactId>
+				<version>2.5</version>
+			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-versions-plugin</artifactId>
+				<version>${tycho-version}</version>
+			</plugin>
+		    <plugin>
+		    	<groupId>org.apache.maven.plugins</groupId>
+		        <artifactId>maven-javadoc-plugin</artifactId>
+		        <version>2.10.1</version>
+				<configuration>
+				     <bottom>
+					 	<![CDATA[Copyright &#169; 2010&#x2013;{currentYear} <a href="http://www.bosch-si.com">Bosch Software Innovations GmbH.</a> All rights reserved.]]>
+					 </bottom>
+				</configuration>
+				<executions> 
+					<execution> 
+					  <id>attach-javadocs</id>
+					  <phase>package</phase>
+					  <goals><goal>jar</goal></goals> 
+					</execution> 
+				</executions> 					
+		     </plugin>
+		     <plugin>
+				<groupId>${tycho-groupid}</groupId>
+				<artifactId>target-platform-configuration</artifactId>
+				<version>${tycho-version}</version>
+				<configuration>
+					<resolver>p2</resolver>
+					<ignoreTychoRepositories>true</ignoreTychoRepositories>
+					<pomDependencies>consider</pomDependencies>
+					<target>
+						<artifact>
+							<groupId>org.eclipse.vorto</groupId>
+							<artifactId>org.eclipse.vorto.targetplatform</artifactId>
+							<version>${project.version}</version>
+							<classifier>vorto</classifier>
+						</artifact>
+					</target>
+					<environments>
+						<environment>
+							<os>linux</os>
+							<ws>gtk</ws>
+							<arch>x86</arch>
+						</environment>
+						<environment>
+							<os>linux</os>
+							<ws>gtk</ws>
+							<arch>x86_64</arch>
+						</environment>
+						<environment>
+							<os>win32</os>
+							<ws>win32</ws>
+							<arch>x86</arch>
+						</environment>
+						<environment>
+							<os>win32</os>
+							<ws>win32</ws>
+							<arch>x86_64</arch>
+						</environment>
+						<environment>
+							<os>macosx</os>
+							<ws>cocoa</ws>
+							<arch>x86_64</arch>
+						</environment>
+					</environments>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	
+	<profiles>
+	  <profile>
+		<id>analysis</id>
+		<build>
+		<plugins>
+			<plugin>
+	            <groupId>org.codehaus.mojo</groupId>
+	            <artifactId>findbugs-maven-plugin</artifactId>
+	            <version>${findbugs.version}</version>
+	            <configuration>
+	                <!--
+	                    Enables analysis which takes more memory but finds more bugs.
+	                    If you run out of memory, changes the value of the effort element
+	                    to 'Low'.
+	                -->
+	                <effort>Max</effort>
+	                <!-- Build doesn't fail if problems are found -->
+	                <failOnError>false</failOnError>
+	                <!-- Reports all bugs (other values are medium and max) -->
+	                <threshold>Low</threshold>
+	                <!-- Produces XML report -->
+	                <xmlOutput>true</xmlOutput>
+	                
+	                <findbugsXmlOutput>true</findbugsXmlOutput>
+					<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+					<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
+					<includeFilterFile>findbugs.xml</includeFilterFile>
+					
+	                <!-- Configures the directory in which the XML report is created -->
+	                <findbugsXmlOutputDirectory>${project.build.directory}/findbugs</findbugsXmlOutputDirectory>
+	            </configuration>
+	            <executions>
+	                <!--
+	                    Ensures that FindBugs inspects source code when project is compiled.
+	                -->
+	                <execution>
+	                    <id>analyze-compile</id>
+	                    <phase>compile</phase>
+	                    <goals>
+	                        <goal>check</goal>
+	                    </goals>
+	                </execution>
+	            </executions>
+	        </plugin>
+	        <plugin>
+	            <groupId>org.codehaus.mojo</groupId>
+	            <artifactId>xml-maven-plugin</artifactId>
+	            <version>1.0</version>
+	            <configuration>
+	                <transformationSets>
+	                    <transformationSet>
+	                        <!-- Configures the source directory of XML files. -->
+	                        <dir>${project.build.directory}/findbugs</dir>
+	                        <!-- Configures the directory in which the FindBugs report is written.-->
+	                        <outputDir>${project.build.directory}/findbugs</outputDir>
+	                        <!-- Selects the used stylesheet. -->
+	                        <!-- <stylesheet>fancy-hist.xsl</stylesheet> -->
+	                        <stylesheet>default.xsl</stylesheet>
+	                        <!--<stylesheet>plain.xsl</stylesheet>-->
+	                        <!--<stylesheet>fancy.xsl</stylesheet>-->
+	                        <!--<stylesheet>summary.xsl</stylesheet>-->
+	                        <fileMappers>
+	                            <!-- Configures the file extension of the output files. -->
+	                            <fileMapper
+	                                    implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
+	                                <targetExtension>.html</targetExtension>
+	                            </fileMapper>
+	                        </fileMappers>
+	                    </transformationSet>
+	                </transformationSets>
+	            </configuration>
+	            <executions>
+	                <!-- Ensures that the XSLT transformation is run when the project is compiled. -->
+	                <execution>
+	                    <phase>compile</phase>
+	                    <goals>
+	                        <goal>transform</goal>
+	                    </goals>
+	                </execution>
+	            </executions>
+	            <dependencies>
+	                <dependency>
+	                    <groupId>com.google.code.findbugs</groupId>
+	                    <artifactId>findbugs</artifactId>
+	                    <version>2.0.1</version>
+	                </dependency>
+	            </dependencies>
+	        </plugin>
+	        <plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-checkstyle-plugin</artifactId>
+				<version>2.13</version>
+			   	<executions>
+					<execution>
+						<id>validate</id>
+						<phase>validate</phase>
+						<configuration>
+							<configLocation>sun-config.xml</configLocation>
+							<encoding>UTF-8</encoding>
+							<consoleOutput>true</consoleOutput>
+							<failsOnError>true</failsOnError>
+							<linkXRef>false</linkXRef>
+							<suppressionsLocation>suppressions.xml</suppressionsLocation>
+          					<suppressionsFileExpression>suppressions.file</suppressionsFileExpression>
+						</configuration>
+						<goals>
+							<goal>check</goal>
+						</goals>
+					</execution>
+			 	</executions>
+			</plugin>
+		</plugins>
+		</build>
+	  </profile>
+	</profiles>
+
+</project>
diff --git a/products/org.eclipse.vorto.update/.gitignore b/products/org.eclipse.vorto.update/.gitignore
new file mode 100644
index 0000000..400720e
--- /dev/null
+++ b/products/org.eclipse.vorto.update/.gitignore
@@ -0,0 +1,4 @@
+/features
+/plugins
+/artifacts.jar
+/content.jar
diff --git a/products/org.eclipse.vorto.update/.project b/products/org.eclipse.vorto.update/.project
new file mode 100644
index 0000000..650de37
--- /dev/null
+++ b/products/org.eclipse.vorto.update/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.update</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+	</natures>
+</projectDescription>
diff --git a/products/org.eclipse.vorto.update/category.xml b/products/org.eclipse.vorto.update/category.xml
new file mode 100644
index 0000000..c3ed68d
--- /dev/null
+++ b/products/org.eclipse.vorto.update/category.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/org.eclipse.vorto.feature.codegen.examples_0.1.0.jar" id="org.eclipse.vorto.feature.codegen.examples" version="0.1.0">
+      <category name="Vorto"/>
+   </feature>
+   <feature url="features/org.eclipse.vorto.feature.dependencies_0.1.0.jar" id="org.eclipse.vorto.feature.dependencies" version="0.1.0">
+      <category name="Vorto"/>
+   </feature>
+   <feature url="features/org.eclipse.vorto.feature.editor_with_perspectives_0.1.0.jar" id="org.eclipse.vorto.feature.editor_with_perspectives" version="0.1.0">
+      <category name="Vorto"/>
+   </feature>
+   <category-def name="Vorto" label="Vorto"/>
+</site>
diff --git a/products/org.eclipse.vorto.update/pom.xml b/products/org.eclipse.vorto.update/pom.xml
new file mode 100644
index 0000000..219abbe
--- /dev/null
+++ b/products/org.eclipse.vorto.update/pom.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.eclipse.vorto</groupId>
+		<artifactId>products</artifactId>
+		<version>0.1.0</version>
+	</parent>
+
+	<artifactId>org.eclipse.vorto.update</artifactId>
+	<packaging>eclipse-repository</packaging>
+	<name>Vorto Update site</name>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>${tycho-groupid}</groupId>
+				<artifactId>tycho-p2-publisher-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<configuration>
+					<publishArtifacts>true</publishArtifacts>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-repository-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<configuration>
+					<includeAllDependencies>false</includeAllDependencies>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-p2-director-plugin</artifactId>
+				<version>${tycho-version}</version>
+				<executions>
+					<execution>
+						<id>materialize-products</id>
+						<goals>
+							<goal>materialize-products</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>archive-products</id>
+						<goals>
+							<goal>archive-products</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>
diff --git a/products/org.eclipse.vorto.update/site.xml b/products/org.eclipse.vorto.update/site.xml
new file mode 100644
index 0000000..c3ed68d
--- /dev/null
+++ b/products/org.eclipse.vorto.update/site.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/org.eclipse.vorto.feature.codegen.examples_0.1.0.jar" id="org.eclipse.vorto.feature.codegen.examples" version="0.1.0">
+      <category name="Vorto"/>
+   </feature>
+   <feature url="features/org.eclipse.vorto.feature.dependencies_0.1.0.jar" id="org.eclipse.vorto.feature.dependencies" version="0.1.0">
+      <category name="Vorto"/>
+   </feature>
+   <feature url="features/org.eclipse.vorto.feature.editor_with_perspectives_0.1.0.jar" id="org.eclipse.vorto.feature.editor_with_perspectives" version="0.1.0">
+      <category name="Vorto"/>
+   </feature>
+   <category-def name="Vorto" label="Vorto"/>
+</site>
diff --git a/products/pom.xml b/products/pom.xml
new file mode 100644
index 0000000..7728be6
--- /dev/null
+++ b/products/pom.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="MACROMAN"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
+    <groupId>org.eclipse.vorto</groupId>
+    <artifactId>org.eclipse.vorto.parent</artifactId>
+    <version>0.1.0</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.eclipse.vorto</groupId>
+  <artifactId>products</artifactId>
+
+  <name>Eclipse Vorto Product</name>
+
+  <packaging>pom</packaging>
+
+  <modules>
+		<module>org.eclipse.vorto.update</module>	
+  </modules>
+  
+</project>
\ No newline at end of file
diff --git a/targetplatform/.project b/targetplatform/.project
new file mode 100644
index 0000000..a89188b
--- /dev/null
+++ b/targetplatform/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.vorto.targetplatform</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+	</natures>
+</projectDescription>
diff --git a/targetplatform/pom.xml b/targetplatform/pom.xml
new file mode 100644
index 0000000..59c2057
--- /dev/null
+++ b/targetplatform/pom.xml
@@ -0,0 +1,43 @@
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.eclipse.vorto</groupId>
+    <artifactId>org.eclipse.vorto.parent</artifactId>
+    <version>0.1.0</version>
+  </parent>
+
+  <artifactId>org.eclipse.vorto.targetplatform</artifactId>
+
+  <name>Eclipse Vorto Target Platform</name>
+
+  <packaging>pom</packaging>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <id>attach-artifacts</id>
+            <phase>package</phase>
+            <goals>
+            <goal>attach-artifact</goal>
+            </goals>
+            <configuration>
+              <artifacts>
+                <artifact>
+                  <file>vorto.target</file>
+                  <type>target</type>
+                  <classifier>vorto</classifier>
+                </artifact>
+              </artifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file
diff --git a/targetplatform/vorto.target b/targetplatform/vorto.target
new file mode 100644
index 0000000..70f7c34
--- /dev/null
+++ b/targetplatform/vorto.target
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="target-definitions" sequenceNumber="1">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
+<unit id="org.apache.commons.io" version="2.2.0.v201405211200"/>
+<unit id="org.mockito" version="1.9.5.v201311280930"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
+</location>
+</locations>
+</target>
diff --git a/tests/MTCEclipseKeplerTests_1.0.xml b/tests/MTCEclipseKeplerTests_1.0.xml
new file mode 100644
index 0000000..576cdf6
--- /dev/null
+++ b/tests/MTCEclipseKeplerTests_1.0.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<content xmlns="http://www.eclipse.org/jubula/client/archive/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><project><name>MTCEclipseKeplerTests</name><comment xsi:nil="true"/><GUID>5fe70d5ff9af42419dfc748c24bb66d4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><defaultLanguage>en_US</defaultLanguage><projectLanguage>en_US</projectLanguage><aut id="ID_A_128957"><name>MTCKeplerTestsAUT</name><config id="ID_C_129280"><name>MTCKeplerTestsAUT@localhost</name><classname/><classpath/><jarfile/><parameter/><workingDir/><jreDir/><jreParameter/><server/><environment/><activateApp>false</activateApp><activationMethod>none</activationMethod><confAttrMapEntry><key>ACTIVATE_APPLICATION</key><value>false</value></confAttrMapEntry><confAttrMapEntry><key>ACTIVATION_METHOD</key><value>NONE</value></confAttrMapEntry><confAttrMapEntry><key>AUT_ID</key><value>MTCKeplerTestsAUTID</value></confAttrMapEntry><confAttrMapEntry><key>CONFIG_NAME</key><value>MTCKeplerTestsAUT@localhost</value></confAttrMapEntry><confAttrMapEntry><key>EXECUTABLE</key><value>D:\JubulaAUT\EclipseDSLKepler\eclipse\eclipse.exe</value></confAttrMapEntry><confAttrMapEntry><key>JRE_BINARY</key><value>../jre/bin/java.exe</value></confAttrMapEntry><confAttrMapEntry><key>KEYBOARD_LAYOUT</key><value>en_US</value></confAttrMapEntry><confAttrMapEntry><key>SERVER</key><value>localhost</value></confAttrMapEntry><confAttrMapEntry><key>WORKING_DIR</key><value>D:\JubulaAUT\EclipseDSLKepler\eclipse</value></confAttrMapEntry></config><config id="ID_C_129279"><name>MTCLunaTestsAUT@localhost</name><classname/><classpath/><jarfile/><parameter/><workingDir/><jreDir/><jreParameter/><server/><environment/><activateApp>false</activateApp><activationMethod>none</activationMethod><confAttrMapEntry><key>ACTIVATE_APPLICATION</key><value>false</value></confAttrMapEntry><confAttrMapEntry><key>ACTIVATION_METHOD</key><value>NONE</value></confAttrMapEntry><confAttrMapEntry><key>AUT_ID</key><value>LunaAUTID</value></confAttrMapEntry><confAttrMapEntry><key>CONFIG_NAME</key><value>MTCLunaTestsAUT@localhost</value></confAttrMapEntry><confAttrMapEntry><key>EXECUTABLE</key><value>D:\JubulaAUT\EclipseDSLLuna\eclipse\eclipse.exe</value></confAttrMapEntry><confAttrMapEntry><key>JRE_BINARY</key><value>../jre/bin/java.exe</value></confAttrMapEntry><confAttrMapEntry><key>KEYBOARD_LAYOUT</key><value>en_US</value></confAttrMapEntry><confAttrMapEntry><key>SERVER</key><value>localhost</value></confAttrMapEntry><confAttrMapEntry><key>WORKING_DIR</key><value>D:\JubulaAUT\EclipseDSLLuna\eclipse</value></confAttrMapEntry></config><language>en_US</language><objectMapping><profile><name xsi:nil="true"/><contextFactor>0.1</contextFactor><nameFactor>0.6</nameFactor><pathFactor>0.3</pathFactor><threshold>0.85</threshold></profile><mapped><name>#1!mappedGDCat#1!</name><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.next</hierarchyName><alternativeDisplayName>dialog.button.next ("Next >")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>1e6f950909614768b5dd5bee59e8542a</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.dialogs.FilteredTree_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>f2b5a070b22c4a1880ff00764e2b7906</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_3</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Group_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>d3712be3f7934566b2e1b98db72e1eb4</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.dialogs.FilteredTree_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>54d185a2c61f48a7abbd7d90588fe6ae</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.finish</hierarchyName><alternativeDisplayName>dialog.button.finish ("Finish")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>480118674bd94f24aee08feafaacb570</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_1</hierarchyName><hierarchyName>org.eclipse.ui.workbench.file</hierarchyName><hierarchyName>save</hierarchyName><alternativeDisplayName xsi:nil="true"/></technicalName><type xsi:nil="true"/><logicalName>c96560efca8445e79049cd1b02edcf0f</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>81492bb544f841dbaa253caa7d66c3ac</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.jdt.ui.PackageExplorer</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>1dd305a8cc2e41ef878b0592b151b755</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Remember my decision")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>474719d9967c437cabefd7c4e40b3a33</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("No")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>02206877f06349ceb78245462a9df40a</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>38165ed755774d78ae7c6bb7938ebfec</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("Yes")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>463ab16a7b4347eba60b1e1c33728f5f</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_4</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_6</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>6694d96a8833473bb2aee4ce98196370</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>com.boschsi.m2m.tool.fbdesigner.ui.m2mtreeview</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>639b828ca3814e53a5d68ea757110112</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_6</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>2c109c5157d1439e8e5bc53613b37b6a</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>df383a4ce7a349bb92507047bc96948b</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.custom.StyledText_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2$PageBook_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Delete project contents on disk (cannot be undone)")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>e691be38f31a43c09a8ad802e6f935d9</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_8</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_4</hierarchyName><alternativeDisplayName>Toolbar Item ("M2M")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>23fb43a520c340dfa1a90a1a5788fc9c</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.custom.CTabFolder</componentClassName><supportedClassName>org.eclipse.swt.custom.CTabFolder</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><alternativeDisplayName>Tabbed Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>8ab6b08d1a4d08f3011a4d09a4940023</logicalName><logicalName>bf1a0e16567f4be5a6148f6a44c37d1b</logicalName><logicalName>2c41f0d113154b11b9a063bc9f06a066</logicalName><logicalName>156f492a64af4fb0b132c92f210fffdf</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.custom.CTabFolder_1</neighbour><neighbour>org.eclipse.swt.custom.CTabFolder_2</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.custom.CTabFolder</componentClassName><supportedClassName>org.eclipse.swt.custom.CTabFolder</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><alternativeDisplayName>Tabbed Component ("Problems","Javadoc","Declaration",...)</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>98003a9039624fc28bdfa8864d460a83</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Label</componentClassName><supportedClassName>org.eclipse.swt.widgets.Label</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.views.ProblemView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Label_1</hierarchyName><alternativeDisplayName>Label ("0 items")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>d49c753a169f48dcb4dcb7feab6cb985</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.views.ProblemView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>fd44ca43364a454299db6088e2712038</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_3</neighbour><neighbour>org.eclipse.swt.widgets.Label_4</neighbour><neighbour>org.eclipse.swt.widgets.Label_5</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>5f226e58224f4e409b445fb8d0b3bee3</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_3</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Group_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_2</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>36531e7fd0594a3fbd1f2316987b0478</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_3</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Group_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_3</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>5d9242aade5349469cf6a563ac6db70b</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("Cancel")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>963af484695a42f0a00681259a498ac4</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.ui.internal.statushandlers.InternalDialog$5_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_3</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>ad61c69b25ee43768cf856680349d2f0</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.views.ResourceNavigator</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>ef4ee89559014578beb8ce60b68326f9</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.views.ContentOutline</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.part.PageBook_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>ccdbd13ca7b74e51939898e6da9a38e8</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.custom.CTabFolder</componentClassName><supportedClassName>org.eclipse.swt.custom.CTabFolder</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.e4.ui.compatibility.editor</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><alternativeDisplayName>Tabbed Component ("Design","Source")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>1654eb51c533457bb15aa3d8e76e157f</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.custom.CTabFolder_1</neighbour><neighbour>org.eclipse.swt.custom.CTabFolder_2</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.custom.CTabFolder</componentClassName><supportedClassName>org.eclipse.swt.custom.CTabFolder</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_2</hierarchyName><alternativeDisplayName>Tabbed Component ("Outline")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>9a25d389978b44a7b020423166258d50</logicalName></association><association><technicalName><neighbour>org.eclipse.jface.text.source.CompositeRuler$CompositeRulerCanvas_1</neighbour><neighbour>org.eclipse.swt.widgets.Canvas_1</neighbour><neighbour>org.eclipse.swt.widgets.Canvas_2</neighbour><componentClassName>org.eclipse.swt.custom.StyledText</componentClassName><supportedClassName>org.eclipse.swt.custom.StyledText</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.e4.ui.compatibility.editor</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Canvas_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.StyledText_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>dd2adce2d0554cf8a5c7ef476f8ed209</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.dialogs.FilteredTree_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>c860195b46d5428f89ee88309b4856b7</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("No")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>4b3127e2de3c4bad867dce56971c2369</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_4</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_1</hierarchyName><hierarchyName>org.eclipse.ui.workbench.file</hierarchyName><hierarchyName>save</hierarchyName><alternativeDisplayName xsi:nil="true"/></technicalName><type xsi:nil="true"/><logicalName>9e9a6f0f2d32489b9252a5724d8c844c</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Shell</componentClassName><supportedClassName>org.eclipse.swt.widgets.Canvas</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><alternativeDisplayName>Graphics Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>a2b1283b1a1045e38e6213cf0e539ff0</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.finish</hierarchyName><alternativeDisplayName>dialog.button.finish ("Finish")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>bda260ed62ac4d509b4b4c889ad91442</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Also delete contents under 'D:\Workspaces\KeplerQAWorkspace\NewFunctionBlock'")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>baf93ea3de8c41a2b9a08206ca0d87ff</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("Yes")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>6f7c0b93b4d7410cab4bfaff90c49501</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.custom.StyledText</componentClassName><supportedClassName>org.eclipse.swt.custom.StyledText</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.console.ConsoleView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.part.PageBook_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.StyledText_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>73e1862c96d54cd8844ba9deb45c41d2</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_4</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Close")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>0c945e78b2b14ff0a8114c2567dc5041</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Button_3</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Find")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>32e31b1693204a639749cf4497c3d05f</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Combo_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><componentClassName>org.eclipse.swt.widgets.Combo</componentClassName><supportedClassName>org.eclipse.swt.widgets.Combo</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Combo_1</hierarchyName><alternativeDisplayName>Combo Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>1b5bdc4600e940acb273d12ebe150cff</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.custom.CTabFolder_1</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.custom.CTabFolder</componentClassName><supportedClassName>org.eclipse.swt.custom.CTabFolder</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_2</hierarchyName><alternativeDisplayName>Tabbed Component ("Console")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>438c2f04acdf41b38237e104397f980a</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_4</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_5</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.console.ConsoleView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_1</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>b43fb14a9032475b94d8486bfca93633</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Label</componentClassName><supportedClassName>org.eclipse.swt.widgets.Label</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.console.ConsoleView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Label_1</hierarchyName><alternativeDisplayName>Label ("M2M")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>65b44d7db89d422b9a528b22142b1e93</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_8</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>d88db65015564c3eb4f0e9741c06745c</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.custom.StyledText</componentClassName><supportedClassName>org.eclipse.swt.custom.StyledText</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.console.ConsoleView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.part.PageBook_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.StyledText_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>e6bca2ba68f14ade96af5c6a6b76ab6b</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_4</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_5</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.console.ConsoleView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_1</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>830ed067a7ab4048a5c0d25b5f43d2db</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_7</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_4</hierarchyName><alternativeDisplayName>Toolbar Item ("M2M")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>8a09a54670894fc99b09804732e0d97d</logicalName><logicalName>0ec2fefc61ce477090524bf6c08d60d1</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_5</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>39f77a2bfae146e4be02767c145ba9b5</logicalName><logicalName>9dd4b3fbac7f4a18838f92b132c9e939</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.custom.ScrolledComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Group_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>549cb5b4787c45d2975c31e0e2984322</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>2d341021c6524593af72cd262e1b6951</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog$PreferenceFilteredTree_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.custom.ScrolledComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_2</hierarchyName><alternativeDisplayName>Button Component ("Apply")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>32fb378921c241148d264a03e6336e0a</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog$PreferenceFilteredTree_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>8437ec8ba6b7473485b89d98d97d9020</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><neighbour>org.eclipse.swt.widgets.Composite_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Label</componentClassName><supportedClassName>org.eclipse.swt.widgets.Label</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Label_2</hierarchyName><alternativeDisplayName>Label ("Agent Hub directory : [] does not exist, Please verify your setting at 'Preferences->M2M->Functionblock Deployment'!")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>710cd6b20bfb4b028c1e18479bbbef17</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>d1ea2e724aff4c4d9af7595e4487e0e5</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("Cancel")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>ab9ae09619f145a8b3dafc9be76bb04d</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.custom.CLabel</componentClassName><supportedClassName>org.eclipse.swt.custom.CLabel</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CLabel_1</hierarchyName><alternativeDisplayName>Label ("Functionblock Deployment")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>f4d0aadd0f9140d4a6d4a0c826ca386a</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_7</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_3</neighbour><neighbour>org.eclipse.swt.widgets.Label_4</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Group_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>f578031c8e5f4f449ce1f9449446546d</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Group_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Browse Function Blocks")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>4806949acb5248b19333a310bd63edcb</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>8d3a937ac985498ebd30d0657f52d30c</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Table</componentClassName><supportedClassName>org.eclipse.swt.widgets.Table</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Table_1</hierarchyName><alternativeDisplayName>Table ("ID","Name","Version",...)</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>8f32568030a04d2598e900ea1efb194a</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("Cancel")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>6f5fb4be1f854bac9d0b6bf7af71667a</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("Cancel")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>c86c2f25477244158a225d6a73383ddc</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("No")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>4855e530daff4203842cf5d3e0d7e83f</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Group_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>8881caec225e49c68a92df8b6fec89df</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Group_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_2</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>300f6da694bb42f29725cddc8c9f15bd</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Group_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Browse")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>43c6bd1a3aa84e668c26a63fe98c79de</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_1</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>0cd65b16d43f4a87b30203e3483a0537</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Label</componentClassName><supportedClassName>org.eclipse.swt.widgets.Label</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.console.ConsoleView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.part.PageBook_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Label_1</hierarchyName><alternativeDisplayName>Label</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>05bca457a9d741588e64513ebc2e2236</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Group_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>daf6c7cacc5147a4a6b79ec82d3f0515</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.back</hierarchyName><alternativeDisplayName>dialog.button.back ("&lt; Back")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>8d51e518dcb54e4797a8142663a3ddee</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_4</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_5</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Table</componentClassName><supportedClassName>org.eclipse.swt.widgets.Table</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Table_1</hierarchyName><alternativeDisplayName>Table</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>3d39c304df4c43babe7b784053757d62</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_1</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>c9968b024cc846f29fbda3f6b1053050</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>235cb4774553423097831595e2a18419</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_3</neighbour><neighbour>org.eclipse.swt.widgets.Label_4</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Group_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_3</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>50655ae9202f485fa694789921768fe6</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>com.boschsi.m2m.tool.fbeditor.ui.m2mtreeview</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_4</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_7</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_4</hierarchyName><alternativeDisplayName>Toolbar Item ("M2M")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>14f7df8c3dd9463d949fa16cb1a0c15d</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_4</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_7</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>62a1519f3ab54cf3b868dccc130da4c8</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Table</componentClassName><supportedClassName>org.eclipse.swt.widgets.Table</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Table_1</hierarchyName><alternativeDisplayName>Table</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>d4f8c286febc47f3832d624cc22158c7</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.navigator.ProjectExplorer</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>fc55a29a422244b3b0b2cb5a0d506e6d</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.jdt.ui.PackageExplorer</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>51e0fa639cea4bf98722c5aec7c479c2</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_4</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_8</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>0243a096d41d43b0bcd5dc8caac03f37</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.views.ContentOutline</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.part.PageBook_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>c934c6ec97b441f291ccf44e7556c8d2</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.views.ProblemView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>dc961a6232014faf849327dc20f0c3af</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_9</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_1</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_7</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>3b003a66fea748878721ab88c8d9ff78</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_7</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_1</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>92d6f2b7dc884421a20ca0f95ee67599</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.Section_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.Section_2</neighbour><componentClassName>org.eclipse.swt.widgets.Combo</componentClassName><supportedClassName>org.eclipse.swt.widgets.Combo</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.help.ui.HelpView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.ScrolledForm_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.Form_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Combo_1</hierarchyName><alternativeDisplayName>Combo Component</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><componentClassName>org.eclipse.ui.forms.widgets.FormText</componentClassName><supportedClassName>org.eclipse.swt.widgets.Canvas</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.help.ui.HelpView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.ScrolledForm_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.Form_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_4</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.ScrolledForm_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.Form_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.Section_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.FormText_1</hierarchyName><alternativeDisplayName>Graphics Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>655548b29d9241b28eab033a6aa6700c</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Combo_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.Section_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.Section_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.help.ui.HelpView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.ScrolledForm_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.Form_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Go")</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.custom.CTabFolder</componentClassName><supportedClassName>org.eclipse.swt.custom.CTabFolder</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><alternativeDisplayName>Tabbed Component ("Help")</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Label</componentClassName><supportedClassName>org.eclipse.swt.widgets.Label</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.ui.views.ContentOutline</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.part.PageBook_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Label_1</hierarchyName><alternativeDisplayName>Label ("An outline is not available.")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>c9e93b0d6b37447081e0b8298b87f552</logicalName><logicalName>f8e05245e7cd40afbedf598504f7efdc</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.dialogs.FilteredTree_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>9b370dd5192f404a9d6789d7d5f55423</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.dialogs.FilteredTree_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>da59af24349e44dbb1a9da090cfcbc9a</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.dialogs.FilteredTree_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><neighbour>org.eclipse.ui.forms.widgets.LayoutComposite_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.LayoutComposite_2</neighbour><neighbour>org.eclipse.ui.forms.widgets.LayoutComposite_3</neighbour><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.help.ui.HelpView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.ScrolledForm_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.Form_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>3ce08eecf7174ff3a0f9e513d1ddd69d</logicalName></association><association><technicalName><neighbour>org.eclipse.ui.forms.widgets.ImageHyperlink_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.ImageHyperlink_2</neighbour><neighbour>org.eclipse.ui.forms.widgets.ImageHyperlink_3</neighbour><neighbour>org.eclipse.ui.forms.widgets.ImageHyperlink_4</neighbour><componentClassName>org.eclipse.ui.forms.widgets.ImageHyperlink</componentClassName><supportedClassName>org.eclipse.swt.widgets.Canvas</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.help.ui.HelpView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.ScrolledForm_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.Form_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.ImageHyperlink_1</hierarchyName><alternativeDisplayName>Graphics Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>6734e76687174f04adc144b7c586975b</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Button_3</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Link_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.custom.ScrolledComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>7402b60bccef4589b026aa3bba9188a4</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.next</hierarchyName><alternativeDisplayName>dialog.button.next ("Next >")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>098eae1cfa394a93bae631321f537d9d</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Button_3</neighbour><neighbour>org.eclipse.swt.widgets.Button_4</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.custom.ScrolledComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Add...")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>95270b15207c4c688c994d09f983ba34</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Button_3</neighbour><neighbour>org.eclipse.swt.widgets.Button_4</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.custom.ScrolledComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_4</hierarchyName><alternativeDisplayName>Button Component ("Remove")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>4f65d3f6a337467cb7c8189ea77242cd</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("Cancel")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>cc39e1364a8e41b6b9f8eabc2525dffd</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.finish</hierarchyName><alternativeDisplayName>dialog.button.finish ("Finish")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>438645c3b2c941b4b826881238b1fe63</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_3</neighbour><neighbour>org.eclipse.swt.widgets.Label_4</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>2fe8cb4d18c24ae3aad4eac7521655b9</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><componentClassName>org.eclipse.swt.widgets.Table</componentClassName><supportedClassName>org.eclipse.swt.widgets.Table</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.custom.ScrolledComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Table_1</hierarchyName><alternativeDisplayName>Table ("Name","Location","Type")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>1d14ec8a92a846f5821db7072cb809f4</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Run")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>ab7deb4523724493b922e7e6506f07b3</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.ViewForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Apply")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>fb89af583b6543479dcddbffd36e28b3</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</logicalName></association><association><technicalName><neighbour>org.eclipse.m2e.ui.internal.launch.MavenRuntimeSelector_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_10</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Button_3</neighbour><neighbour>org.eclipse.swt.widgets.Button_4</neighbour><neighbour>org.eclipse.swt.widgets.Button_5</neighbour><neighbour>org.eclipse.swt.widgets.Button_6</neighbour><neighbour>org.eclipse.swt.widgets.Button_7</neighbour><neighbour>org.eclipse.swt.widgets.Button_8</neighbour><neighbour>org.eclipse.swt.widgets.Button_9</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><neighbour>org.eclipse.swt.widgets.Composite_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_3</neighbour><neighbour>org.eclipse.swt.widgets.Label_4</neighbour><neighbour>org.eclipse.swt.widgets.Label_5</neighbour><neighbour>org.eclipse.swt.widgets.Label_6</neighbour><neighbour>org.eclipse.swt.widgets.Label_7</neighbour><neighbour>org.eclipse.swt.widgets.Label_8</neighbour><neighbour>org.eclipse.swt.widgets.Label_9</neighbour><neighbour>org.eclipse.swt.widgets.Table_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.ViewForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.ScrolledComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_2</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>f64114487be744838fee2ec778d190b6</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_2</hierarchyName><alternativeDisplayName>Button Component ("Close")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>55d4a96c0a1047a8b103e6b40be3e422</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_10</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_11</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_4</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_5</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_6</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_7</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_8</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_9</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.console.ConsoleView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_4</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>ecdea86018364f1a851703202da66e0a</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("Continue")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>67e65f980d9e44bea0c9797d1f717f61</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.jdt.ui.PackageExplorer</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.custom.CLabel_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolBar_1</neighbour><componentClassName>org.eclipse.swt.widgets.Table</componentClassName><supportedClassName>org.eclipse.swt.widgets.Table</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ltk.internal.ui.refactoring.RefactoringStatusViewer_1</hierarchyName><hierarchyName>org.eclipse.ltk.internal.ui.refactoring.util.ViewerPane_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Table_1</hierarchyName><alternativeDisplayName>Table</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>38a628760cdf414b810f7cec2800f198</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("Cancel")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>da0c5e7dbd5b4f5da3c01bb0716ab50e</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("Cancel")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>f03b93bb767d497a9747be2a4fa56a59</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.vorto.fbeditor.ui.m2mtreeview</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>93ae526a6cc9450fac8f8c7cac770cc4</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_4</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_8</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_4</hierarchyName><alternativeDisplayName>Toolbar Item ("M2M")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>baa999bc4510448a8dd432427c9ae861</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_4</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_2</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>d429cbb7cdde479295dcfd711d323431</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_3</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_2</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>ff9238abc63a413899ee7adac4ac0ff6</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_1</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>47cce20a2d6c43f9a87e76cd2254b874</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.custom.CTabFolder</componentClassName><supportedClassName>org.eclipse.swt.custom.CTabFolder</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><alternativeDisplayName>Tabbed Component ("Help","Welcome")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>c9170949dac74d7da5a1ca9eb59bb17f</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.Section_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.Section_2</neighbour><componentClassName>org.eclipse.swt.widgets.Combo</componentClassName><supportedClassName>org.eclipse.swt.widgets.Combo</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.help.ui.HelpView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.ScrolledForm_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.Form_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Combo_1</hierarchyName><alternativeDisplayName>Combo Component ("MTC")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>39bad58efe894d108c89a4c6417b0e13</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Combo_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.Section_1</neighbour><neighbour>org.eclipse.ui.forms.widgets.Section_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.help.ui.HelpView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.ScrolledForm_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.Form_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_1</hierarchyName><hierarchyName>org.eclipse.ui.forms.widgets.LayoutComposite_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Go")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>9425a608a0fa446cae6e32992add83f0</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("Yes")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>11ffc7d208c445c081ef7c9c3ecea6b0</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("Cancel")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>1dee9207a0e44a278ed1173909f94e5d</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>bcc0132fdac04ca9bb1a621b665ed22f</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Button_3</neighbour><neighbour>org.eclipse.swt.widgets.Button_4</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Link_1</neighbour><neighbour>org.eclipse.swt.widgets.Link_2</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.custom.ScrolledComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_2</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>106c75b252c74bab8482294f7306b8da</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>cfb085f11c534afcbffbfb8123f02be2</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_10</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_11</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_4</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_5</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_6</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_7</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_8</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_9</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ui.console.ConsoleView</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_1</hierarchyName><alternativeDisplayName>Toolbar Item</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>3ab11084f74f453fb3232d13bc8db584</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.SashForm_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.ViewForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Apply")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>cef8a7e54da9412f94a2258db7f9d56b</logicalName></association><association><technicalName><neighbour>org.eclipse.m2e.ui.internal.launch.MavenRuntimeSelector_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_10</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Button_3</neighbour><neighbour>org.eclipse.swt.widgets.Button_4</neighbour><neighbour>org.eclipse.swt.widgets.Button_5</neighbour><neighbour>org.eclipse.swt.widgets.Button_6</neighbour><neighbour>org.eclipse.swt.widgets.Button_7</neighbour><neighbour>org.eclipse.swt.widgets.Button_8</neighbour><neighbour>org.eclipse.swt.widgets.Button_9</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><neighbour>org.eclipse.swt.widgets.Composite_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><neighbour>org.eclipse.swt.widgets.Label_3</neighbour><neighbour>org.eclipse.swt.widgets.Label_4</neighbour><neighbour>org.eclipse.swt.widgets.Label_5</neighbour><neighbour>org.eclipse.swt.widgets.Label_6</neighbour><neighbour>org.eclipse.swt.widgets.Label_7</neighbour><neighbour>org.eclipse.swt.widgets.Label_8</neighbour><neighbour>org.eclipse.swt.widgets.Label_9</neighbour><neighbour>org.eclipse.swt.widgets.Table_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_1</neighbour><neighbour>org.eclipse.swt.widgets.Text_2</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.SashForm_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.ViewForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.CTabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.ScrolledComposite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_2</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>52481f41e31f4ba4b2e15ff1449fbfcf</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("No")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>e47402726e1842f0bed817b6354163ff</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.finish</hierarchyName><alternativeDisplayName>dialog.button.finish ("Finish")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>b98c7fe99874402e8377de5feda1c3a2</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.TabFolder_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>c37a95797c694a6ea6a632715342f5dc</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><neighbour>org.eclipse.swt.widgets.Button_3</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_2</hierarchyName><alternativeDisplayName>Button Component ("Uninstall...")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>3d7b1b94c483406e80f70b7966dec4d0</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Installation Details")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>8a250ba7701a494c9ceeeb468b054e79</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.SashForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>bd333d05cef94d8e91d01f253e62fb12</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.SashForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("Select All")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>bd108b474d5f457eb538cb7a46c732d1</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><neighbour>org.eclipse.swt.widgets.Link_1</neighbour><componentClassName>org.eclipse.swt.widgets.Combo</componentClassName><supportedClassName>org.eclipse.swt.widgets.Combo</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Combo_1</hierarchyName><alternativeDisplayName>Combo Component ("http://10.191.22.22:8080/vorto/updates/snapshots")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>a6e91f5e81ea4b21bbec5446ce3ad3c8</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.SashForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.equinox.internal.p2.ui.dialogs.DelayedFilterCheckboxTree_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>f65d3b0d214a4a31952fd42f9e622139</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.SashForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Button_1</hierarchyName><alternativeDisplayName>Button Component ("I accept the terms of the license agreement")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>076a9b58ffed45efb1ab2399abb0b38f</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Composite_1</neighbour><neighbour>org.eclipse.swt.widgets.Label_1</neighbour><componentClassName>org.eclipse.swt.widgets.Tree</componentClassName><supportedClassName>org.eclipse.swt.widgets.Tree</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.SashForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Tree_1</hierarchyName><alternativeDisplayName>Tree</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>51aada3c6cc64970bc4644c423208337</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><neighbour>org.eclipse.swt.widgets.Button_2</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>dialog.button.ok</hierarchyName><alternativeDisplayName>dialog.button.ok ("OK")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>8b21c3ee9a0b45a8ab961ac20bdf0534</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.Button_1</neighbour><componentClassName>org.eclipse.swt.widgets.Button</componentClassName><supportedClassName>org.eclipse.swt.widgets.Button</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>dialog.button.cancel</hierarchyName><alternativeDisplayName>dialog.button.cancel ("Cancel")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>a113a6d23d004a1b80488179c7ba4c84</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_6</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_4</hierarchyName><alternativeDisplayName>Toolbar Item ("Vorto")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>5048fb62afab48b3874fbef3dfa36e17</logicalName></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_4</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_3</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_4</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_2</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_7</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>6eb724ec2b8844679ff96e136a2eac4c</logicalName></association><association><technicalName><componentClassName>org.eclipse.swt.widgets.Label</componentClassName><supportedClassName>org.eclipse.swt.widgets.Label</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.ltk.internal.ui.refactoring.RefactoringStatusViewer_1</hierarchyName><hierarchyName>org.eclipse.ui.part.PageBook_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Label_1</hierarchyName><alternativeDisplayName>Label ("No context information available")</alternativeDisplayName></technicalName><type xsi:nil="true"/><logicalName>7fa64af43f43423cb08bb993b46724d0</logicalName></association></mapped><unmappedComponent><name>#1!unmappedlogicalGDCat#1!</name><association><type xsi:nil="true"/><logicalName>1fbebaabf71e4a8caeeb85cf69021ef3</logicalName></association><association><type xsi:nil="true"/><logicalName>66851f19193b40a6ab261e094eb990bd</logicalName></association></unmappedComponent><unmappedTechnical><name>#1!mappedtechnicalGDCat#1!</name><association><technicalName><neighbour>org.eclipse.swt.widgets.Link_1</neighbour><componentClassName>org.eclipse.swt.widgets.Text</componentClassName><supportedClassName>org.eclipse.swt.widgets.Text</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.custom.SashForm_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Group_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Text_1</hierarchyName><alternativeDisplayName>Text Component</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_4</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_3</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_7</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_3</hierarchyName><alternativeDisplayName>Toolbar Item ("Java")</alternativeDisplayName></technicalName><type xsi:nil="true"/></association><association><technicalName><neighbour>org.eclipse.swt.widgets.ToolItem_1</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_2</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_3</neighbour><neighbour>org.eclipse.swt.widgets.ToolItem_4</neighbour><componentClassName>org.eclipse.swt.widgets.ToolItem</componentClassName><supportedClassName>org.eclipse.swt.widgets.ToolItem</supportedClassName><hierarchyName>org.eclipse.swt.widgets.Shell_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_3</hierarchyName><hierarchyName>org.eclipse.e4.ui.widgets.ImageBasedFrame_7</hierarchyName><hierarchyName>org.eclipse.swt.widgets.Composite_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolBar_1</hierarchyName><hierarchyName>org.eclipse.swt.widgets.ToolItem_4</hierarchyName><alternativeDisplayName>Toolbar Item ("Vorto")</alternativeDisplayName></technicalName><type xsi:nil="true"/></association></unmappedTechnical></objectMapping><autToolkit>com.bredexsw.guidancer.RcpToolkitPlugin</autToolkit><generateNames>true</generateNames><autId>MTCAUTID</autId></aut><testcase><name>Validations on DSL Editor</name><comment xsi:nil="true"/><GUID>f0a99f0c0649403b91813a4b8162c4a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>TEXT</name><type>java.lang.String</type><uniqueId>142e808b401a4ec5a93ee0d1103f37c6</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>HelloWorld</value></data></data></row><uniqueIds>142e808b401a4ec5a93ee0d1103f37c6</uniqueIds></testdata><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f23db9c9559a4f91b89368cf2860cfa1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>2d6ba1b145b4471282665b01e0e25a83</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>32049d639c684aa285770dc139ce9ca8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>1805f9cae4584ad59ce485bf2773c808</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>67922b7b93894b228832b2d43e8301cb</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>c8943f0690ff497d84c6342759a3146d</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>698c6f99de2e4e74bfdb0c8c6e5b9864</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>7a4783898def404f90daccf84bc710dc</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e9c5782ee72d493ea747a390038d06af</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>390d379ed2d343a8809d2a052a604427</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>af368ed5ec9e4d5bb499ee0f61969f83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f2d3ab2fefad476588a072ad7f30bde7</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f320bf884e934acbad41e364613f1354</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>5ebbbcae13894398942a79b57fba77f3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d239603dce2c4927a446c50f346c11b0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>687e9a9d104f42f0b7deba8dd5287461</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1a2e7b3b3ff1450ab8690965405bbac8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>2b2a057b440a4c0b88c46d72d5d31ac1</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>05aeaa614a234a4bb6909b1eeb80ffb8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>cc6ccf0e65cd445d9c58b8ab1fd34d67</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7eec8890259646b595bae2dc71b3b861</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>7c305ec58e0c4620b5811d1cf631baff</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6419faa523f74d88b05750f9a1fe6ac2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>1e36ab434cd94c1fab3c8a9164703c27</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9c42010cbfb046e8a4f91c89737d48a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>22e5c4fe2d7e4a31b1f1a45e79270392</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a4d58fad618e4d1c9c4e65f68c6b7625</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>b2228c05a2194a98982d9b9441949732</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>92e21c50409c4f51ac23acafd163a4f2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>101535ccf1a542018fc204a54abcdee2</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4517a90c9adf46bd86510173e09d45d3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>6d5da13b332547b293fc4c7a4980999e</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>512955a055404c73880acf46bbcef9cb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>6a5f0be12a5147d2958fe848eed4960a</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e1fb4569097b424aabfb2a6fd52716ae</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8b83556c41c2407899e26dd91648a251</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fbbe68c2ed984e44bf2ba983ccc187f9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>83f0dec02d144f90995bf25eb1747207</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5b7a36bc55b84a58980c87d8b0e99207</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>94ac42625a0749b3b213be987bb77ef2</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0faaaef59de54edda33952af9c1f6a34</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>a6aaeb8a98d245ff98e4544dfae55d60</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>cda27dfd35be43829ba6a04aaa2e740c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>4d7d66da37f94172bd1104cb963a6866</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d51560701414488fa918c78b248e610c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>73415f73863544a99f838361b1a26ee0</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>de8c04a496be42a7b82ba29506089de6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>40e912f81b8848e08c8e3022b5c505fd</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>857a6ab3b9e24244ba6413d469d83d56</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>ae35dd65f5f14bd2994e87e04425795f</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7e6e9b5ead4b4fdaa2df041b6c153c40</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>e49c01a24f6d4a72912242a1cb1d38dd</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>685d919430cd469a9238686ee3f029ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>541e888be5e44f2d904ed47b8aed8f8f</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fa196610083947e4b92bb1017939f063</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>cab82fb338564ddf970e419009570923</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7176651d9d9249409369499c87817a33</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>3ec1f859c8ce462f95bf4670401dd24e</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9a33612b3e4b4e3e9dc783a9ae7ffdca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>47110d16b50948f796fce50b28473c75</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>154874a2b67c42fe86b59e5fa93b3adb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>2e65ff43551b4ee4a325df251b766df8</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>af97a031db3841cfa9217400928b9df5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>7ce96b9cb2db47118a57d7a4570f33f1</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ae090f40b554445b98e344521668a517</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>ddb55d21249b443a9998b1f1d964c26e</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>994196d826e140eebda3bd0a99d988d1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>6d340912a6ae49ff911a2c8d5db7ff28</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>cb9ca81ab9894ba3b0c878a3d09b9453</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>85fd39a02f644e93a7b594d53bbd6b6b</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f1499cf5f1754cf4a1a6a7da9ccf8876</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>a8f87fcbbec84ac7b6633674501b0dc4</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>af3e1f009d4c42e59ccdabc4122a24e3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9d2c1074ee604d25917a870e88535a12</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f21371b5831b4c70b0dee59a17c9559c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>f1b8490e43d8478bab8c35a7e86962a3</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>86fbf0d1ef054c77ac30c61191c5032f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>dae5a2d8dadb4f72995f6361067e657c</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>15fb468cd95744ffabdde15b0c85f641</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>a4d2a2bbe0ae4251a21f8f1c585510a0</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5071eb53ddb54dcdb94a4d9a5c13c695</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>ed94aa58474a4c2eb55c4548aec75797</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ff5f0e82f1a24b97956bb7c7dd6bcf02</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>428ad3b07e034a69bab1455ef17eb89c</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>990aed4b379a49c4abcdf6102fc70ba8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>8fa10c04143d4f99bf114a7f869e7dd6</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e9b1be0e65524259b4d2e46eb94f1737</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>e7bbca44f9054880b4719d8add98f896</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f942cc2577bd4905a59ef4ab04cad3ae</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>fb60de5e7e544489b41e84103ffe590c</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c6e93eb7d0ce485aa180a949d87d384f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f137fa61330c4f04880ddb82ea9c1912</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>975f86b5a8fb48ca825a66c444751124</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>5dd5ff3afb474ed4b6a3c5d4149372a5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>dd685cd335454a73b054288db52b6807</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>386546ff11b1454da3a4f0c4f85a7dd5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4e30d90854434b9e926bc6a90ee0f186</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1050088abb2c4e43a38b8b69af6c1349</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><eventTestcase><name/><comment xsi:nil="true"/><GUID>101018aea0a2402597cf7019e7013cc4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>386546ff11b1454da3a4f0c4f85a7dd5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata><eventType>TestErrorEvent.Action</eventType><reentryProperty>continue</reentryProperty></eventTestcase><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Rename Function block name in DSL editor</name><comment xsi:nil="true"/><GUID>c8943f0690ff497d84c6342759a3146d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-019 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0a11d6c6e5b548ca8bc015fa666508ab</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>59f48a65e9f047c88c044000f524394d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>6f3da77707a94a55ad000ee4c952510d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>ENTER</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>Comment in MAC</name><comment xsi:nil="true"/><GUID>8aabfb9db0c54d91ad518f2d3358774f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>FOR MAC</name><comment xsi:nil="true"/><GUID>85847e6c25a64510aff6406cc4121c1f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'A'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>13c57381ca694e71bd62615ed2f2b4a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>M2MTC-019 TEXT</name><comment xsi:nil="true"/><GUID>44a22a67819144df9ca34717755ab945</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fr { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>49cfc43e5300490f927c208fcd2a1e2d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8c033388daef4d869622438e52a7fa94</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>1528f24d25d44536a8dc49e896e598c4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>Comment in MAC</name><comment xsi:nil="true"/><GUID>92fd15b24dcc40b3b98aa827db5eef69</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>FOR MAC</name><comment xsi:nil="true"/><GUID>6436e82d209844afa93aa7e2d7a534a4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'alt shift'</value></data></data><data columnCount="2"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083181d393b01181d8ec7960064</uniqueIds><uniqueIds>8ab6b083181d393b01181d8ee3f80065</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181d8e6c380062</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>947fdcff9f284aaea05408307ff04364</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>END</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>9944c011e5cf4a4fa2ea1bb464b38087</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>LEFT</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>9502685722a149f38f587d6f5a93a937</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>LEFT</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>33ac2acc7bd148e582d34b91a6ac213c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>ENTER</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>6307e44083d54266ab1830b487a6f96c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>RIGHT</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>d5ae4030641a410a8ef90791fd3c3bd3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>ENTER</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>d193856f2dc04c07aadbd02539d35ed5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>a32298b098f84079a3b11faf6bb38e54</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ce3549e69b9e414ea2fb28ee3b0dac91</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>7f4c60958e1f492cb02f18b5359332b8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>20a5e16fa7eb4d8ebfc9124e37b8f3a9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7585bd83e7b84859aaed4767d8e40090</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Build'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>a7ae7d51592b4674a4de2da977579040</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>9b4f6dd043ec4a51abcfa95490e2f07f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>65000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>00ca0e7e07814647b2a3bff71352f304</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>087cd2a0730c40eb857bbed0ae79b0aa</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/'src-gen'/'Fr.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>b1ab172bac5641cfadf1db9a1d8ce2a5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fr.xml</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c4e137ac8f4d447c948813f7c26932a5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/'src-gen'/'Fr.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>ae7203688226453c9464892bb79ddeb7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fr.xsd</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>38481f97663b49538fa5aa331488b7c0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>639b6a554a48447fb0df11e02aeac029</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/target/'com.bosch.functionblock.demo.fr-1.0.0.jar'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>d516045dd9f845fbaadaa68cca25b636</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>com.bosch.functionblock.demo.fr-1.0.0.jar</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>be016350c86f4340bfc4ea1708e2da6d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>com.bosch.functionblock.demo.fridge-1.0.0.jar</value></data></data><data columnCount="2"><data><language>en_US</language><value>not equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0df96ad7dfa04e17883dec82d005f1d9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3a3434e031164ff7950bab8f61775c2e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FrModel</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5a3ba9f7aef4480f938a2baed674d712</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FrModel</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>79a71cf396964a7dabdc04a519d3c04f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FrModel</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>50824e40a5834c0683fc9a44ab1bb9a7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FrModel/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8ade0b9ba7d14b9cab30fedd7fc5487c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FrModel/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>503d93a758684721b36c310d21bc07bd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FrModel/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c9dba77fdf8341c7b7a49722623a76de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FrModel/'src-gen'/'Fr.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>18f054ee9e4149ae803d77b8c52e088f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Fr.xml'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e737b68e7f9c47128c91b463c79d4ae5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FrModel/'src-gen'/'Fr.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>439193544e554a5fba1c88507decfc0c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Fr.xsd'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>92bb84c5d377414bbace48eebd0152f9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FrModel</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>93f4d9cfb21a490e9c645cb54c194c08</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build	Alt+Shift+X, M'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>0ad1bbc6925548208fa49a44b5a04da9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>23cab76105bb48e3b787c7fc47c4d0c8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'clean install'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>fcb1a5b8d78c4f39bfab0117f38aa7e2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>7bcc579a95bc400bb460b13a42b97b21</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>eb622a862fdc46d0a2201bedfdf3d6b8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>006251d4c427424fa7a5fbde7514a148</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>25000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>ecbf4c532e524cbeb4820608f55e956a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)FB name starting with lower case</name><comment xsi:nil="true"/><GUID>7a4783898def404f90daccf84bc710dc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-020 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>761c01f5033c4c4c8a6366671476257d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e1d4556e39e44daea4f7ce164d8fb54b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>f304b4f64a504b26af27740df8233fdc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><usedTestcase><name>Comment in MAC</name><comment xsi:nil="true"/><GUID>d4b01b03516f4fb79437e8b5d193ff40</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>FOR MAC</name><comment xsi:nil="true"/><GUID>978f08cae00b4c17a8eecee9bec2d61f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'A'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>e5658f7c67cb43cd859edccd60072afa</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>M2MTC-020</name><comment xsi:nil="true"/><GUID>4dd2a887986246328fb6ebff3076d77a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock fr { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b1d8bb21b6684e329df9548515fd4604</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name>Comment in MAC</name><comment xsi:nil="true"/><GUID>3c4e05671b9a4096be22da058bdc03e0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6a283b398e294b89b544d5ddf566b65f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>336abad7588a42cdb164ba5c532a0106</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>FOR MAC</name><comment xsi:nil="true"/><GUID>b203d4a1976b433a9ad7389823f7e88b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'alt shift'</value></data></data><data columnCount="2"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083181d393b01181d8ec7960064</uniqueIds><uniqueIds>8ab6b083181d393b01181d8ee3f80065</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181d8e6c380062</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>207567fb9c824d8b9e51dbf0916a67e4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>END</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>fd9237612b4c45b0a95bbac9760a0440</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>LEFT</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>41e8542dcb0448b6baae4a8e19b0873a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>LEFT</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>9dbfd602c09047e2aae04c3171877ca6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>ENTER</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>124785a926294a949931d152d55505a9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>RIGHT</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>15bb71299881406496819b87b519bffe</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>ENTER</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>6eec952ce5de42ed8f71630e2c41b5f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>394ca294ebd741cfa428f85ee4e8aef2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>5f097ae8931a467b9e7218dec52f710f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8446afa1b67d40adb56451c00007a0a1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>250</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>7436a8e9a7984e45be0fc987442f866d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6d067c704e324436b9720f678f5df730</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>3570e8b08e0048b3810dea82d5d79611</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'Function block name must begin with a capital letter'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>f4eaa5cb779943129edcb9c503dbd9ea</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function block name must begin with a capital letter'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6dfdd01bef27476185ae633aae9053c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)FB name with space inbetween</name><comment xsi:nil="true"/><GUID>390d379ed2d343a8809d2a052a604427</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-021 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9873c38f59ad4537aff99e734f53d85d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>Comment in MAC</name><comment xsi:nil="true"/><GUID>0e18027a6c6f433b8616156993f6e3b2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>FOR MAC</name><comment xsi:nil="true"/><GUID>1b5b51de20504902aa29b4f01960d779</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'A'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>b5a84aed55ab40e0b93a1bb98e590f3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>67074dda1d6c44999830a2c1f7cdb3dd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b0a30d757bcc4090a7be40a4bb9276ed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock  Fri dge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>74d8c1334f364c3eb2b47f1ce836123d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2409e3fd176a4208915a3873205a2e8e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>c75189c627554210a8cf8d7ae6a38152</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>Comment in MAC</name><comment xsi:nil="true"/><GUID>23c3d8a7da7f46018f9887edb731926e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>FOR MAC</name><comment xsi:nil="true"/><GUID>3c8c9b903ea24079bff1bc394c832020</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'alt shift'</value></data></data><data columnCount="2"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083181d393b01181d8ec7960064</uniqueIds><uniqueIds>8ab6b083181d393b01181d8ee3f80065</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181d8e6c380062</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d920b8eac6ba4e7ca4f5785e00aeb20c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>50fdf2ad08ef496bb51a2b4a83e75aa9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>080ca5fe99504ec58f58c15999a5611a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>40a6077e31684859a507820aa17e4e0e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9eb6e21f84ff45d287049e59480e8275</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ca8689e2378e4421b00400a06b218996</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>a4e88d48d6074a979226b117ba8ea556</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>b4103a5d4202499ca26dea0c7c7de53b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>13168dc4f680438caf12fe6b1017eb0f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>10182b056b5a4f54be16084f42b73030</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>cfbc07decadd4ba6b1d821c1e3ce01fd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>2042db205e3a466ba279af40a12bbd99</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'extraneous input '\''dge'\'' expecting '\''{'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>04be274d62c041e9b6f843c0f266e54e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'extraneous input '\''dge'\'' expecting '\''{'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)FB name with SpecialCharacter inbetween</name><comment xsi:nil="true"/><GUID>f2d3ab2fefad476588a072ad7f30bde7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-022 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9d26ce4299c447458b4159d2fb72a2b4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>41408d0b96da4a0ebf0128d0fb717e62</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>639a66da4ba448338a978c4a33b4be30</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>dea16d49bb7a43338e86f356921a0b8f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>FOR MAC</name><comment xsi:nil="true"/><GUID>c14f129243734b928d3d11616ed0b262</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'A'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>882ff8cd7af24fb2a764b58bcddd2578</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock  Fri'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a080c1c63eec4ad5b264e9f346602109</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>shift</value></data></data><data columnCount="2"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b083181d393b01181d8ec7960064</uniqueIds><uniqueIds>8ab6b083181d393b01181d8ee3f80065</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181d8e6c380062</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7475080b2e6f4980908e97c3417c544c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'dge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>91ab5b57f3a640c2b32fd241ca22867c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>08c7526407f3426f98381618a498cd26</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>36eacce1b8d84980a8eb9f03b81171e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>c242035ace5b4c7f9b9ce54fc4914f25</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>FOR MAC</name><comment xsi:nil="true"/><GUID>588abb16b37e45d38a176f255882a779</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'alt shift'</value></data></data><data columnCount="2"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083181d393b01181d8ec7960064</uniqueIds><uniqueIds>8ab6b083181d393b01181d8ee3f80065</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181d8e6c380062</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5d4dc3408bda412baa7bbac948294590</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>aa52fbf0a12c403d885226a3efb34bf0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7182a70f50554e7ca73bb9d73507832e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>004cde19a6424172967567daa7ee0446</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7f4691867f5b4e3ea133144807d74dfc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c3b3897ae8de4e289228aeb548f456b4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>f23d1d5fd29b45a1a67a5dca511b127a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>3995a64182254425b1fae12d26e5ecc7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ad61c69b25ee43768cf856680349d2f0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>481f3bb043594a359846ba6699cc4a23</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>95512a5b0ff54d6eb227d8701ae826bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>f59ea1d3d32d41269aa1b4c724ce5d7b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4fa30194024d48769c3980163d37ec46</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>05713ac31c084ce482b164e31891e340</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>f14604079d944adfb10e3652963df897</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'mismatched input '\''#'\'' expecting '\''{'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>711df0b808c84a888e911df78858f02b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mismatched input '\''#'\'' expecting '\''{'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4b9dc8349b864fa68a2f5768bb61f3ee</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)FB name starting with numeric</name><comment xsi:nil="true"/><GUID>5ebbbcae13894398942a79b57fba77f3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-023 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b5cf370385164727887ed7a94cbd2de5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>804d85209a954c669aee7bc20beadaaf</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>adcc053f1cbb4c5d8b0feabbbb485d7f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>e5da77b123c241c5ba95ee057fde5940</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>44036aba98114417b1919ab2f5cf4f40</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock  1Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN mac</name><comment xsi:nil="true"/><GUID>575c18ef82514dff84e5c366ca090ee3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b5ecf08f546049ea8a98ab1f7c45fec6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>86eb0e95eaf145d696a8e45f350b306a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>feae9b9e52ff498b8f829d559ab556cf</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9ce524941f0c444fa0141266d5dbe079</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>49b2f38167904b40a7897b118fb9c2f5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>04c7cd623bd54d1db47d3fe97e6b6286</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ea85525f84fd421bb1a21c635b3e014b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3d6927be1881492681c8e44a707003a2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>83271d9629014099a2a1762e8b758ac6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>f07ff3d3ec7d486da3b15ecd993c266c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>2f6a0d8991d64a21a98db4ccc79d42a4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>3361b0fc08a5421a933bc63f116eb360</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a6a2a9bdb4294c9d92d23b981100172c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>be98b08ff01841908a57afc5949c9781</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>7edfcebdd8f441e486d61766ad0ade83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'extraneous input '\''1'\'' expecting RULE_ID'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>3612cfd2adde4783b5718941d4f9e324</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'extraneous input '\''1'\'' expecting RULE_ID'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ef886f8b05b84247b3212b4501cdd91d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)FB name ending with numeric</name><comment xsi:nil="true"/><GUID>687e9a9d104f42f0b7deba8dd5287461</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-024 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>75ce8ea85fe548ccb3fd49e137157c31</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>d45a9a2c35ec44ccb1da9213ef9506e7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>4c76f94e66224679a0988a11dcd8070f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>8aaff1d20bb4448db8f963c472f7122d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9cb45e21ef174a1f858b0137a1a28492</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock  Fridge1 { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>9574152698994eab8e6cc5f11123642b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9ed20e6a74144a8d8221c91f05f045c6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>dfc13d264c2f4534b89ba76f9f902b2a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>00fffb222e704e49aa3bd55cef5efc74</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8b124cc500b14fdbade43a4ea1de816b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0389b3242a5c41178ae03c34ca858d00</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>95beb5a06059468d9542fae0fdc29893</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>59ed8671b49d4d369151244937183179</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1d0270ddb2164e9db4a31f3d6d45e2d7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1ce8163bd6e44e3095277a2ddc60dcd9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>0750bb9379b945aea476bbd572494b80</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>354f08e8d654437abd03733b7a668f8d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>82651465e9f5410fac467e7f41f629a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cab25f5acadf4a57b3a5fc751e1ae5e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>67a4dec1fc22404cae31602d50943136</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>91263212c7684850b2f3af3e119c6378</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'extraneous input '\''1'\'' expecting RULE_ID'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>398170b8263a4771a30cf9ec17ec6fef</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'extraneous input '\''1'\'' expecting RULE_ID'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>12b042fb17e14e30b9ff9dcb2a0f4b58</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Vendor value with special character</name><comment xsi:nil="true"/><GUID>101535ccf1a542018fc204a54abcdee2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-025 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>466016909ac84bc8a0c37fa74874bf41</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>9419be974cc941e183b5ed0cd9f5fa64</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>50be2762a61540c98354d2398bcb724a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>f7cf5ded997a4af689bdf835fba75007</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a0f45d25eef449fcb8c183164bd39650</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock  Fridge { displayname "Fridge" description "Function block model for Fridge" vendor a.b.@c category demo version 1.0.0 configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>5e972615434f4322a37a042416e65bc2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>05c29656b0a34e4ea16725ece71f74c0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>16974ea895c142dcba526a8d4bb504ea</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f9784b3b9099449c95f59328b45a11eb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e2f31e75fc9d4baf8232e1f754093c4d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4df5a078d8264c47b43fb61bd4f65899</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>25131864fb574e94a4e5d4139dd3516b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c0d1a45f833040f29c1726797188d06d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8c3d063c33a549958cc2e7cbed6f5766</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>c49602ecb7704616ba5efc84d8f61f3c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>f4ee8afc02a24963a89081099b774790</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>bbc09bd643ab4dcdbef81fac051393e1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>72e752e2fb99403fac2561a022ff02a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>ee1457733a1d4164ab60e1c1a6a7da66</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (3 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>668bb8ea143542599d70d902e2b2f526</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (3 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>25f1f84cd2f344e299b3e65b0fbdaf8f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (3 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>5e36fcec4e5a4deb876ca995e19b0dda</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (3 items)'/'mismatched input '\''@'\'' expecting RULE_VENDOR'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>687081de24a44afd9f46d51fc7eb5b39</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mismatched input '\''@'\'' expecting RULE_VENDOR'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ad69d0af0a48439a815dab0b5294428e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (3 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Vendor value with 3 dot seperators</name><comment xsi:nil="true"/><GUID>6d5da13b332547b293fc4c7a4980999e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-026 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b2079721e2ab4fdc865b94cf641a1a8a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>94907299da0441cc8a9d896e7906048b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>0f7a649320374e1ba40a9c599c4fae56</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>a6c60248ed8f4412acf340e9506f0561</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>40aed488dd1b439fa885379941d7dde4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock  Fridge { displayname "Fridge" description "Function block model for Fridge" vendor a.b.c.d category demo version 1.0.0 configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>bf01a30408da4b938b3233565194552e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>475c0fd243b8414997c87fb43deebb90</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9bdc846a753e4a4fad9e1cd25f6212cc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>c08bcbcdf93149c8af7f25e778aaaaf7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a3eba5205d6e4f7f91ef37c1595b6941</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4591d4d825224b2293c5e93cfe5ca297</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>651768ac0e8d46c2b2c627ce6a97591e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7d422126fb3b439a82ebe29490a105bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>16daa9567ebc41839d3a494f4c46f341</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7ebd203ff7e44340a74d7b8f11864ce3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>2eafac1c78ff4dd8b2ae56a4c409dcd4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>c9aa6830a3834f67823ea2e5eb2a0e16</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>9e18e1bacef840fc902f28f15bc62d9d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9885b19de60843e2ae7c81f2e8e82a3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>19e2468e1b4146baa736a0b2dc3ad30f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>025bb882234b4b58a0868b89c19ddee1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>9769c65cf4c04b07b3acba4e56513249</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>d064e7bafb28433a8cb7d227023dcb2b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'/'mismatched input '\''.'\'' expecting '\''category'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>ba8060f78170429e86d17b1b82eeb4e9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mismatched input '\''.'\'' expecting '\''category'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ec413e6bc3494645a483566e167e798a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Enter Configuration Property Mandatory</name><comment xsi:nil="true"/><GUID>94ac42625a0749b3b213be987bb77ef2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-030 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ecc627872c9249d9924b3e011a1049c3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>52497ae972f441f8afc6611aa45f3832</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>3c5ebbd52db54bcfb31d8bb62e923a0b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>07671d8597814eaaafee3abda378fb82</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>cff618de573a4418a9b69abeb61c841c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory on as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>669933e591e7402493b29b504f14efdf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>72d848dd0d904054aa064b9fd99b5184</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>382876e17cbc49b5b642c8b1d2bc2d82</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>407cbd963f5f429e825beb18527ba478</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ef5fca0ed6f543c792edfbf53ed91e47</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>d4059dba6b5c471a8cedb73458577f57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>c27d6ffb57f64803bd6bfefc4ddbfc01</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>acbef680a76b41718cd763a7ff6326b2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>731b604fee3d4d71bb455cf6a0b1cc57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>72eb30f63fcd4ab88268c77338476d00</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4614071518c84a3ba439403dfad6d295</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>11e5c793b41b4c30a79e7a21659a371c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>729c875d070b4c9685d41b9b2c400360</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>65c57e40ab914c9ebf0d46141a3d0991</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4c2ef188693b4dfa8c14ac3897957d18</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3ffc8ca8c28e40cfb25dac6aec872e31</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ab1f63d1722f4b679794b12fa487c5d2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6e547a1d60694201a90ad3a1604bf1f1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'configuration'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>cc0f1b7cd1c446ada513182e6e7a1e51</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Property with Invalid presence for Mandatory</name><comment xsi:nil="true"/><GUID>a6aaeb8a98d245ff98e4544dfae55d60</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-031 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ef679b7822d04fe39f2e68fe30f8a5bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>7fc480829c854d98a1e10ba5c9ce6799</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>7cdbec595f9e486585866583e95bc739</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>717aba0879c0417b8614f6801979c99b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>afaf02677cfb4ccb94bdd4eedc57564f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatori on as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8e6906903d8b47dc9483b3ae22664f9f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>d4b35ba7194b4607913e647c15e25b84</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b7b2e7ae6d3d4011aa1c76a7a866b02c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>26cc7afb40024691a183566cff2f811b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>57ff601dc9624266847f0c5c77413a15</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>8cb1562d002648ac943131b858a464af</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>61c62c7f290e42a4aa209fce882000a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>302ab7d2691b4fbd8e64be1643e1ce39</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("2 errors, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>a225a2de02d54299b59cc50d0644e4c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'2 errors*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Enter Configuration Property Optional</name><comment xsi:nil="true"/><GUID>4d7d66da37f94172bd1104cb963a6866</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-032 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b247d3773bb34f6db5e1a6c2bf931ac7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>1de882458fcd471b8c38eea178166b25</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>225d829901224d9492937f4664274aec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>d4d64a821f70460c83eba128110bc95d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7d8947a1b1574a83975dec637e73b70a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		optional on as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9c71336c8ac24580b3ecf6fc7e543a53</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a5bdcebd4ab74b51ab7743f8d83d5619</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>9a7aa5e91c9d47bdbcc2df03ef6ba07c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>ab2f97d83ce541df8a7a0400414a9a35</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6efd9acd8eca4d1789cb6b96187097a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>147162bf13374c89ac0455371c9e50b4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>e3e2082ac97c4ac8a844b4b840b27035</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>c1950e86285a4316a6dadff89f0979e4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>900b0233b13548e8b67f57d4a105213b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>58c1c7662a974eea9dfdc7cf540165a7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f19f39cbea6944c8ad4f4848c51665ef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d675e8b6125c43ae88e96f20fb9bebf7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2f3dfd6635e14c2689b77614a165b198</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b8db56853f1b42f8ba9eb3d479869c46</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'configuration'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>e51e6dd471de4045a90ebca43b680d6a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Property with Invalid presence for optional</name><comment xsi:nil="true"/><GUID>73415f73863544a99f838361b1a26ee0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-033 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a78a634672254b9c99af4c2602c0610e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>51e9d79cfd49433a9e01a2aa1353aa51</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>37aee5b144924de1910c57d4d96b1022</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>66c4953ecf3d43dfb4132c0f4ceaf1ba</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d4c9dfed0dc84238ae3e30a927c74697</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		optionale on as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5d2c5158bfa442a59726d1ad700465ba</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>4c3395467d594265bf6486d4b2bcb834</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9531b641a38e4e02ac5f67ffdd3aaaba</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>39b8e19dcd0f4417ac13d998da4f1f9b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ae5ecbc6f4fc4b9ab6a914a373c6d6c8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>b16a48fd7ef74c59a70c811de4e05630</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>929e3a18e785492bb909f9900f6d4769</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>be5b465ab21047dea76152502b03830a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("2 errors, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>43ea1b8b43eb4e34af2f17a872f5658a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'2 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Property without presence</name><comment xsi:nil="true"/><GUID>40e912f81b8848e08c8e3022b5c505fd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-034 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>077c7063a5d34ce7aed18fba95126a28</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>2f57fb8592eb48d0a62f85066394106a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>0ab4927d051a440e9467e74ab22e7793</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>644cd6412a894e2cb0a141700c0465aa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>941988e669244ca48f7125357f1f5d36</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		on as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>87168103270b4689b8b0e359a2cbe22d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>822aa8127f144e569469bb4f1b516fbf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>2bea7857b79344d18a7cd5a1c6b0de62</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>7317bfa03082466d9ccd2e4dffc606b1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c81d87f3a40c4e3c9bffd535fcbe1a08</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>6160ab5da2c34389acf52af4c1ce17f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>38ec143fc8d841dc8513119f973e917e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>a51024d4b38b43208246051572ea7b7d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("2 errors, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>90d6c30e5ca44aca8603ed1e35b51e73</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'2 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Optional Mulitplicity</name><comment xsi:nil="true"/><GUID>ae35dd65f5f14bd2994e87e04425795f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-035 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e5e01ef2e1334a2e9ddf00c87c286c2f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>69bf2a93e60e4b6e94c558d34141af19</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>78980d4d8c3b4bb89c9ac0df762780a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>3e3eb1cfb0284136a2e6dee2ceb6bed8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>28091bcf7af74b7f8ed600d74d379bad</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		optional multiple subDevices as string'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>36244a9db9de45b696664f445350a3c8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>29ed57574c55440e94828fd4c47cac43</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>c82c673616e2433588e34aebd0d778a3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>387b4c55e0ef43209b90079204c5edb1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>31adc1a5ba5e49b5a6012dbad3641ee4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>c2c555fdaa0d49cdbd2a87a4a2021151</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>5312e57eb9e34851964a383620865595</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>536bacf81cb6492fab0be2d3edce4857</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>02e9bc7fca1945d0b689de9d0ff60d26</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f1eed3d4aec64012811754eb313985f8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ec23aa5ffa5b407ebd181d9076ab0318</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>67334ff7b53e441a89578d0524cfc3de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4bc30d3e854f4b65932da27913de9e3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>517e16cede304c529476e6f99ee3f940</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5046fdfcfffc45ca8243e4464da7e664</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'configuration'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>d47c6cce37304799b7957cd39f971769</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Invalid multiplicity</name><comment xsi:nil="true"/><GUID>e49c01a24f6d4a72912242a1cb1d38dd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-036 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>47d3717f09844eb9bc9082ada5ac5bc3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>9eb76e7d0be34ea998a8bb2b77928fdc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>a9d4e583ccf74752837a6d25e71b8e83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>7e7d4e589e3a4550a33d7b228d9401e1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>50ffc4ab0f2b417a9c4d8ef710b5755e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		optional multipl subDevices as string'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6b77d4ae96274236a0f5629f88282901</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d54ea8ed6af64e918ed63f4b421b7714</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>440f6431d8c242cbb41c316d50e45d03</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>1cf5d24c52794dbf86705b7f91847b5a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c189a52c8bbd4f7dadd718c7088e9be9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>cd35b4b29470492d865f471a3de3a565</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>a7ee220231be41aca757f611851d2f76</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>8e5d4725d711417c82b1cf6e7a11fe7a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a0090217c2ac4cbe811607a386517642</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>51ba9753dbba470ba61ea5f8f0fee6f4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7ed4f879b455467fa780179e04175c44</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>f0b4d372d9f249cf9fc59d79cd035f6b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>20fdd96d4ebb49cda20875262b1ff456</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'no viable alternative at input '\''optional'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>27b180a6daad47b6bdfe7f615cc3fde4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'no viable alternative at input '\''optional'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>282c9143930c4b6ab409ee59878afce9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Define a property without mulitplicity</name><comment xsi:nil="true"/><GUID>541e888be5e44f2d904ed47b8aed8f8f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-037 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4fc706fba1df4b01a2cf12e90786ef4a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>6482e88c77e7402ba5fde5d7b7ca9365</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>cd5128a4ee0043f38034cb7f41779571</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>35fc70d8a2314a4c882e2961f889b758</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b480aa6871ca4b979f799fe44c802f9f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		optional subDevices as string'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6458a2b6d38941529d8e9cd8116d3c7a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>791d226d275846f2aab7802254c73caf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>32b66ab550b34eeab0ad6c541714c2b4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>6bb2ce3beb7e4d2f835b268e425b56e7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>6579a5e31f824637895bc8f7803899bd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>77598c89dace4f2ab1a22242e05df8da</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>c575eacd99ab496b9b344a6463f218cb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>271b6141662d44c3be2dc114387f14cc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>e6f8abdede7245fd8792e51a4ac62a95</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0813102357624dfd860358e19b472c32</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d438ee97c0cc4519a06da9a06c6c4f7c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6d37c690f24a47efbc8f2504bede90b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c1cd9ee43a0e40d18ee0797d4b2d3b57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d810feaff27e4eda81c4c9a4c811bff1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>36f619afb65945de9536ed66c5bd24a1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6bd1ff4dc6c9454da2a27c2b864b0246</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>66b1942939fa482da6c967d682707d0b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'configuration*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>eea89e09ce174ac9a63a2fbae1c8b48b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'configuration*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Define a property with propName</name><comment xsi:nil="true"/><GUID>cab82fb338564ddf970e419009570923</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-038 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cba11b923b3a4817be37c4da5fde3a11</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>de8b037b1f8448e792eb0f2c341b718f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>4eabb5b2f4aa422e901c28c310a35057</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>6755c33ce0ac463d92cda7d71668e9d7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5c09ee7586c34fdf99e2b4851064d0b0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c5012eb9696343ee8b1f7aea5e790b10</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7a99b4397d2f46269a84ab3cda8fc363</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>ec15320c61b14b1c88ec47b178fe7717</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>ad3839ed93f94bdbaa2ae8f6104ced38</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>8f571a66fa8f482c9d86a00dce8b3e88</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>3cdc53dbc60d4363bcc2c8539626e32b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>d3aec90fda0b4896a1b6ec75e4645536</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>a5d4b0358adc4e1f93f64266088bf474</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c2aaee0a2ed544bbad1d3cb6bf16bf37</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a41ef658bf0f40449b9ed704e02fdf4c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4b43e5f7b5034b22ab1d69515d652d5a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>225a55e0dd7943e1bc81a69845f74839</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>61e2d6cf320c4d60b1882b912b286117</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a3071de03e9a402781dee3829f921933</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'configuration*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>ddc036c5ba484f8990ab63142c2e8af3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'configuration*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Define a property with duplicate propName</name><comment xsi:nil="true"/><GUID>3ec1f859c8ce462f95bf4670401dd24e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-039 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>61b03ca84d7b4775a157240460db5d9d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>eeca42695fad439fb30b1dc02deb3fdb</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>86ce714471d042c3b9345bb416fdf32c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>923496f24c7f49e5a3b605837e8e7eb8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>bc27bc01325d4cf9b4c8403096a0efdb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8cee529bba5c4452a31577b4ca48adda</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a95b6719eb1541ba8590ed13d8712ed3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'optional doorBulbDefect as string'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>dec7e48599d846f49c7705ea37cd57e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>aeecc277b7ea46028282f232605d6a12</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>be83f2fedb9a464cb60955bafbc399da</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>de8715ce8f8e4b789877dd91b982b9db</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>3da5848d103048b1b8b7c8b8c63e6190</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>72b0925f973f49598715a08700d8be6a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>dc04d0b1ece9419bbf8e19252a9411b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c3dab5df297347f9ac21d67833978733</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>04f7df84c8de4ac3b66b22a0e97b3f36</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>dc5d213b12994583b03c7f801df0d749</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>6d85d006b44342b3b29c128f3108bdfc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>92d97746eef9467fb3a903e19642891a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'/'Property name has been defined'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>f700fc036d3843cc8664ab7b55242145</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Property name has been defined'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e154a3046c1641f9b38730a164ce5e9a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Same propName in different property configuration and status</name><comment xsi:nil="true"/><GUID>47110d16b50948f796fce50b28473c75</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-040 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9ff28645f40b4afdb73026bacc9e29d1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>fe0195aa830c4433a9ed350f28edaa56</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>96e0a8bb7da74193903d87657ef26069</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>4f235ce14df041ee9d5bbb62be503b32</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2351e8caae6a4ef592a0873622e27c4a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean } status { mandatory doorBulbDefect as string }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8d682b6f5e024da79503eac0b70e2529</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f70cf37d6b644a1586ebf0c099d0d1e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c11a25defd954fd88f1a61d7ebdb8935</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>41bbb1e33da844fa810586282e500d61</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>41960715e74042b88f4ef634d6d6b5c3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>5687980878c44b3ba6947e26965dcdd2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>61d4201e7ea34454b0ba47d4f9fb3e12</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>15d1960a22e4448ba81f3a290b7fd0a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>467ac89fce4f4ebf900609efef210685</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1a59f4701a07446d9e03901461bc5952</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c676d155c54b4f21899473a9efeb2bd5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7498bb631ed549ceb1e38dd90dfd6fb3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>76f8236266f64669ac53a92dfd1a2e34</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8cf0c9eba1b0401c80bf57061edd47a4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ca7255162bdf4e9e865fc035bcde7cd4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'configuration*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>5eef12a7c2f442e39152636865a96260</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'configuration*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>720aa3387a1f4855a93e08f2ac025767</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'status : anyType'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>f1185aed74534f5380cac97983d4d482</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'status : anyType'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Same propName in different property configuration and fault</name><comment xsi:nil="true"/><GUID>2e65ff43551b4ee4a325df251b766df8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-041 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>912a2ba162854ff7bad16358f81ff827</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>153dbae6b75249cba15a6d706e03ccfb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>d93f69185ea949779c430e455c4a8e7e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>762d44cd058140789369a119041df099</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>848f019c7ba746c0af9269a39952c03a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean } status { mandatory doorBulbDefect as string }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c2ff481f8500417290eff446c8ae973d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'fault { optional doorBulbDefect as string }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>32b239c90f0e46c1b80232d433705282</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>65f20c5da58c47d9b00ce4879806663f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>44e47f86cca94e0b84692faa49d7cbae</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>5eca2ae932e34fa6adf413e840c1f231</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>18e324e144fe4173bce019c705e29162</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>61cfad426e3641738dda2df1b5e835b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>e15413e1adcc4d768549deb74fcd7724</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>4e8a5dc2ace3480fa6ce85e555199678</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>fc48649f62b14d9fa06057c3f23975ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f0f1c0f6ef3a4f559ba694e55c4b1be7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0119498d047f4867b25c8ef10ab4cff5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>85f8a37400ba402b88694cbea39ffad4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4bc91aa86f6d4ba282dfcd24a187e628</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>636ae256531a405a8a7b9bb9d7b4a135</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d5924dd32be545ad90bd52cc518b7b46</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'configuration*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>16ce74bb51784558bc0245e0d60d758f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'configuration*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d1856da968b44b3ab7bf51fd5286cf1e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'fault : anyType'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>759ecc72c40a4291a7c4b8a200bc0edc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'fault : anyType'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve) Define property without propName</name><comment xsi:nil="true"/><GUID>7ce96b9cb2db47118a57d7a4570f33f1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-042 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2ed0fb69f4884105b9c24742cd1207f9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>842e4920e65a4c12b7259ae077b2eb32</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>4cb06ab2cf7d461e89afbbc0871c3747</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>d46a637d558f467db52f5be7f5dec21a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e143217a5b4e46d3bd51035d4b1b56fb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		optional as string '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f27158574bee49adaf39ca3642de82a7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>79d0724269ff4affa9862cadc9ef2f7c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>e9255b1b8b5f460296861bc08fd1cb3d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>2d8bf22194db4141a107102af3af76d8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>15197ff3f36343e892996afc71717f3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>2ba6740003574d46933117b0dd7352c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>7106b37621ad46de9a43319bbcad353c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4f8f481f51d942c6be454601483b7ce7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>b96b72cc7c7542b1b102134587018da4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9c9b4efd246d44f3b332035e3f24208d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>c84eaa8aa345484c913d2edd13544a71</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>b624690f3cda49c1ae68fee9734c292a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'no viable alternative at input '\''optional'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>6e8e8bd8c12c42a08ea612de56d737ce</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'no viable alternative at input '\''optional'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6c79d249d3aa49378ccc2d166a0b3c9e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Property field with invalid type</name><comment xsi:nil="true"/><GUID>ddb55d21249b443a9998b1f1d964c26e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-044 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f9c237455f8347b585ac573555099f4a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>ff52833b9cad488f91f335951375589e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>e4edcfdf5d8c483199fc738db39f1e1e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>322ab4ae8630418eaa1ec596be5dcd8b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>da6cac038c494ab9b3cc3c2d6631638f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory value as String '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>113629e75dc344d583075aa12b6d941c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>615673c1d440470b937212dfa74de501</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>9f22bb7987d34f65b0cd290a56bd22fc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>f3592d0fb98f48b8921a0a4f105cca24</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>c3f84eb8b9f74d74bc41d3fffe14c8fd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>a93055b4d7c2469680e046896b4b26dc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>954f8119330d49ad90cbf88fc93c8bac</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>d0eb25add50d4e49a4fca54303fae87e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5fe91ed073ec49b2b0c70415d71054e9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>473744c603c34f42b52f45a29811a3f8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'Couldn'\''t resolve reference to ObjectType '\''String'\''.'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>a9226fc8284e4001a7375b3adcea09ab</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Couldn'\''t resolve reference to ObjectType '\''String'\''.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>19e4de2293e7454ea7265e16bee10be5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Property field with invalid entity as type</name><comment xsi:nil="true"/><GUID>b2228c05a2194a98982d9b9441949732</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-045 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d627d6eb68144848b1694e5f1f6e2f84</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>709f8ad190114a4d9249addf64124e0c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>db81d2c5a3b44ec69a451d8538c6b319</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>6cd5de7904a2462fad3bb578a85ceaff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7b08555213bc464b9df36de99d397f0c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory value as Temp '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>091e0d4bd86d47a1aa564230a4b4b125</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1ea26906967b40e5ba3804fb5da8b5a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>290405ff384a44c484217cc5337bbbaa</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>6f9f0ae263a94367bf1fadb58111c532</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>300b540b8b6345c7a91f06534db1b7eb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>73498ae69b5346a78244f9d8b1edde16</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>f062f47625254e5fbf991bc746995935</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d5d96bfde4c948a4890c8d89dbdf9f19</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>e891176d03ab4feabfa8073620021f96</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>efb59a641b4946bdb607c19f8f2dd09e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>a7bcd1d63ec84c8992516050afca0afe</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>fc7ca02e121d420bac664c00d780033f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'Couldn'\''t resolve reference to ObjectType '\''Temp'\''.'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>7ffab3fd909e49c1bc4f65f1604aa791</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Couldn'\''t resolve reference to ObjectType '\''Temp'\''.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>532503a3a159447dacb869be9ede71e7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Property field with description</name><comment xsi:nil="true"/><GUID>22e5c4fe2d7e4a31b1f1a45e79270392</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-046 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>04541c422d094a87a9349866405d402f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>7ddbef6b020240fe8c064637da811731</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>c8eb11afd848433c9ee7d6ce2cfbbc61</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>236e154231f046a7a9f9045e64c922ef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d6fb8f2929664d309156585b36aefc0c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory temperature as float "current temperature of the refrigerator"  '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fcb9d97a45b44a33a356c23f8a65c60d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3a1eb8b8feaa4de8868fffecc4f4cd16</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>399b7ccd396d41b1abfc65966ef9398b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>acf0d6b7f66e4eb1855c8a4fb214e882</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>7b9bc7836c244b7fba9059d986221e82</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>eb0db1c8215b46fa88c747b54bfcef1e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>d6de733b840d4d41975b2730205ddf2d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>fb49eb5947974d36bcc0d8d37c8b9e23</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Define FB property with all the primitive data types</name><comment xsi:nil="true"/><GUID>1e36ab434cd94c1fab3c8a9164703c27</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-048 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4e853c7d38ee4e65bc49ad6cb4af84e0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>4ac9c7cad0674f3981e6a182178dd864</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>0ffc7a2a9f4747418513084ab471db97</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>c7fe38fe1aec49e5aa40425c3382f2dc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9ba8a4678e814bb68a887ff672455c8f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory temperature as Temperature   }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>8514a25ac1554705ac1bc0df79bfe235</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'END'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004c</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807da</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>34b0f01d97aa4251937543bcbea207c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6ba08d5f86fe4d359a0e9d4629da985c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5dac76a7f3804af680504b64ada85037</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity Temperature { mandatory value as float "value of the temperature" optional unit as string "Fahrenheit or Celcius" }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>5371dd6fb08943a0a903f0737e3d5fac</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>607f3d59d8fb4c2db52a69064800ce3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>db4fee20576a4df4be1cfad34ae0154b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>9fa0d65f44194cdca39b11d223f8f515</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>04e08c05ec7b4fe09ba82a026292864b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>b00829a25ae64900baa3009ee4dadafd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d5aefe36b3cc4919bae1573addad1ad1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>550</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>f177f31885754afe8b806f99ea4977ed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>1541d7e6b2b54449965f026b0613179c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>47496717905d433895f60bbd4161dfc3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FridgeModel/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>208495b7667748d3a7c92da3ded6e60c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>909adb79fe524439bc85420748a763cf</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c5271feeef274f058a55adfaac140854</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fc2ff4b97d6440dcaf088a4c2b7fbbbc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0b5c6123feae473cbab668f88ad9fb9e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>33f6c214469043a6a54fb0591e2afed0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5291a793a0344f279433749aa95d7258</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence/'value [1..1] : float'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d84e598360984f29860ae50ba8f6584d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence/'unit [0..1] : string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ce20cd0cd5e047c1aa6b937717a697ff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>00c9ac3a5cac4e7a976997949a866fa7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>ea1d51b6a0c34def96154c002eede7b6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>aa8451c2908a42b584547916f0a92dd3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>f9445c7efae24cacba3f6b56b81c5734</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>7d8200caccba4e1fa14cb23adfd9e969</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>ae7afb28f6294393bc39da11def7ad75</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9064cc705823420f9ff021fd5574d004</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cb39358857bb42afb3ed11efd859a20d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0c58818f2fc748d8970053c5a49f2923</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c6a68c27542c47a7a23ea66b4344c15d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e49613ab44234eba926cb82148ccf61a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9eb0168366fa4b6ca3772946ccf0c2a3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d8bb7351ee254d3094d876b24387a0f2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f768e3a4ce0b4b8ea3a4d5e96d8d2c89</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4f7d2f05688240c8ac95adb867897628</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>87ad9e29638d4ce685b17c9be84c9227</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>42b9e71640fa4c2ebaf5eb05d18dbbb6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>abb0f18553ec4fb18d789679d149a7fd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>68a6a321c6e34f35a822ad78c84993a1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>66e903d698b2407c96db52718afec6b5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>409dc95a3f7c4dfd99ad00d0bed160ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7db7215da82640f597932708462a20d3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence/'value [1..1] : float'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>cd449f9cdefc499ea46bc644f89e037c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'value [1..1] : float'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fb76784719b847969dec34d7e7ea19eb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence/'unit [0..1] : string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>365e6770dd0941b58f9de73cfed82115</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'unit [0..1] : string'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>90c76555d6d64390aaf97cca2c8306e4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>dc3902a7826a485a9671cbe309fb55b4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>a3a96f1f2101400bbd65848cc2801265</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>b92eb8931a0c4eafaaa5ea235f3de2bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>9057414710ac4cc4b37c244cac3f100a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Entity with name starting with lowercase</name><comment xsi:nil="true"/><GUID>7c305ec58e0c4620b5811d1cf631baff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-049 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>21239d585d3344d799d9ef963b07b928</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>77765d66099448eeaa567a2f95e0b07c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>4a71f1cab78e464f9f1e36fc3cb6347e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>1a1ee3bfeb2948caa2a47b98fe3808ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fa1c4fcac04c42b9bf273d659c29f24e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>ac4953258e5542538d92187767376121</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'END'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004c</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807da</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1eef3cca4f134957ac2c0a79320b4704</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>073f541d478246e5a39fbeb7a711a3b9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ae8e6507432a43dd922a8896a0732692</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity temp{ }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>93a7a57977b84e32a4325104122bcfbe</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1dd8c58d495642b49968d68e28717f90</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>ffc03c65fa0b4de6a74e5f38572953ce</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>7688b6adf342467eb9ba33520102802c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>bcdea0a2a228427ab219b50f36f1e85d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>ead93a4a4a3643be8eaacdb1d890016e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>ab9338bdbda54a3b87f46ce458943c1c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5226c88dfed84589988beabf3fd95efb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>7858697c54e448d387d7e8bdf60739e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Error*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1ce3ef089c714e18a09ef6c370082e4f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Error*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>e30c751d3e7f48c4a79204a363e9c60d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>d9c5e3672e0c4e6c83ce26b8106070fe</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'Entity name must begin with a capital letter'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>ba41d2c7b06f450d82aa0b5bdc4a99ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Entity name must begin with a capital letter'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ed2afccf07de43e9b31fc96e21ad3a2d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Error*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Define an entity type as the name of the other existing entity</name><comment xsi:nil="true"/><GUID>cc6ccf0e65cd445d9c58b8ab1fd34d67</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-050 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8ec56e0e557547b3afe5246827a50e63</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>f5efa08d8be24a26879d244513d261b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>1e70c521327c40e981cb497c74fdf789</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4b414034853a4513973b6c5b9dc0a355</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d1edaa7b31764a229ca84c272c626ec4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b6705a43d0d948709543af3e00420802</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>344be666ff694573a63fac106b15b34b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity Temperature {  optional unit as Tempunit "Fahrenheit or Celsius" } entity Tempunit{ }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>76674c5bfe8f4574ad1b2b4929a12c57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>690753bdcdf94fbd8dc1e7cc50f0eec1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>d8ed8f852b994eaab2feded80769bbaf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>2493b22f912045e9959454426d296fcc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>908b7c3ba4e94dd4843b092ff7e5d28f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8b08344b864e40c0879f2321a606f48b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>350</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>b4c1ef5813dc4dffa63bf9dced46c9c4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>09cbc540077d4f37a896b4cb7be2b210</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>68e212cab5594232976aad3f344c2372</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>474325fe40824883974002046efbc7b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b747d6d014024570abec05096018cc3d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>224c733878754c90a691478e78789f48</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2cd8f06652c948a39a6c244caad2b36e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>64d59149465241b484e9b490fa8f2450</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3bb38f5b18274798988d145a08ca05c9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f6bf3b6d9b8743baad8669e408b9eea6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temperature/sequence/'unit [0..1] : Tempunit'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>0ecd06295b134302a83affaee98e1166</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'unit [0..1] : Tempunit'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0c43270c28784596884842319fa681e3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Tempunit</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>0e95985ada09467fb4ed0b3f6b4d2339</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Tempunit'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Entity name ending with numeric value</name><comment xsi:nil="true"/><GUID>2b2a057b440a4c0b88c46d72d5d31ac1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-051 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ec80b432704c49619010cac278dc2ce7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>5404e3191da1483c86fbc35d8e84b90e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>10f2092d933f4b6caaeb3cd3db207e00</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>d7cd1b01647246a3906c7bf120ed897c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>84fe8f8809a5474a8e122675b2801333</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>f57feb7b37924adf8565cb87fa204844</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'END'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004c</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807da</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>cb7ec5a7bf984e4f99a0b168e008c9a9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0751d73f87ee4f968e470d9ee323cae5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>dace0dae314f400c80333ddc65cf196d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity Temp1{ }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4ec019c7da2541b980c3657ade707427</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>51ef0afff285405a9c0e9268a00c41f9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>6be39c8900154ca2ac9160b506997750</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>f357e64fe69044b8b9a41fa4c8ae91a3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>502a3a9ca8c24a1d97a3fffdfc34286f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>6474d238193d47ee91eb69cec77a44aa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>208c7370e8ec41c381f7c08f9de6ea1d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>de57bd87962d4c6e92d14ef62240d3c8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FridgeModel/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9a0ea982a8994fc6913dfb19462591e2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a7ca8a75b6fe474d9f340fc605670680</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temp1</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>45a72e7616e5442687b4b5ad20dc55e5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fb25f59a3f3546a7a18e9707fc15b92b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a0a65362a9bb4c20a004d2d1ca1fe3b4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>723e6514964f45d99f11c2758c9ac731</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9933a8c6aae74a06ae4d8004ded75b22</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d42f50a85d0b4818a724ab6ae4b0b4d0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e9b4d986df274c5c9cd1ab0b1fbd865b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>250</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ec6f27afa36e4e2cb8fdea348dff5856</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5cf6669a7d824d6daeeb3f8bd557035e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e1d30ee72d6a491da827b644b2b7fec5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temp1</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>11bbc4f406f44d85ac1059b824a83480</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Temp1</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>55e1e70f18a44f9aa0479aebe0f90f2e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FridgeModel</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1cb08ca205dc4b5fa6e8da162830be30</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FridgeModel</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5d7d748cb8eb4509bcbf105ab6fddb2e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FridgeModel</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8007bec6908b491daa7609fdb3f663b5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>046aa62636954582a74ed7c9cf480991</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Entity name with special character</name><comment xsi:nil="true"/><GUID>6d340912a6ae49ff911a2c8d5db7ff28</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-052 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2a9a41f074254f59b6a58504c1dc87e7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>1bf79ea876724476a102e77cae5e50fc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>895cb0b6dcd44a19a80dbf8dcdacab36</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>ea1b831f209b4c21beb18cdb97a6257d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>be868a5ea8594246bc61df9c687889bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>df48a1540e02475aaa39ea0fb860f46a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'END'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004c</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807da</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a5393b337b3c4361b5437d2e433e3017</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6598a77c518c4f43b7ca2c1befea5152</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>153c715df3364844b828a17557037495</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity Temp@1{}'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2a0978092617468ea939dfe16f936f6d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>8f39ba32ceed4368ba6b9f1dd1b5eac4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>0ad5250f353d46bc978739a003d99088</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>85954ec200394b059ecc7715e4937c8d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>8b886e32dff048ba8ac24f50aa5d055f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>b28d59e4c47f48f1b86f92fd32530e1e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("1 error, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>6017698b901a4bc383d8a4cd80c8a058</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'1 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Fridge.fbmodel","Fridge.xsd")</name><comment xsi:nil="true"/><GUID>a3647059bfec402f99d65c4e736af317</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Fridge.fbmodel'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>2c41f0d113154b11b9a063bc9f06a066</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Entity name with space in between</name><comment xsi:nil="true"/><GUID>85fd39a02f644e93a7b594d53bbd6b6b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-053 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>127209f062ea4c519be1da6222b02926</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>03ac9034f9924551add6ff1ddeba1494</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>09b7575bf36c4e5da8887964439db09c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>48270a3e12ff4c119ae0fc5e22a58c90</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d407695fbc604ed69ebd4189f1a4e015</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>0140302613de45fd8930dfcba3379ea1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'END'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004c</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807da</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f6204a86a41044da8633dca7f63104a4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9415ee4fd42b4ac595e3b256a8cc0d27</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>630503ced71244a5b5698325ac331f10</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity Temp 1{}'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5f7169c6b6644a3eacba61599f9831e6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>cbb2ba8a635d4871b6bd685e147fa324</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>494fa19e0ce24d7ca4b902bc65ded258</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>8ed26c29890145a28ace7999a733b7b5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>2f340cdd410746878fc074da206a6b7e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>4f4fe7cebb5f4065977455d275283955</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>6e5bef26a5e5452a8d941105c7f17fe1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f47c913c03784a6887f1eaf79fecd084</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>7e103a7d0ce249a79c5b971b77ea2f95</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>ab4ab8db14534270bb242455d85521e1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'extraneous input '\''1'\'' expecting '\''{'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>63449d9840d741c788bb6fb406176d21</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'extraneous input '\''1'\'' expecting '\''{'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>46081ddce4bc4b3da9fcfe8e12171d4a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Entity name with underscore in between</name><comment xsi:nil="true"/><GUID>a8f87fcbbec84ac7b6633674501b0dc4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-054 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>31bd369c34de43e680c81229b690e1aa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>306b7eab321b43689e26a50ae9a418b2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>afbb12bd21a4481e894a5f835395a9f0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>97c2805724984cd08651a4b22c0f1fe4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>127bca07708549f8b2704bf7b20089bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2a0662d0eff2431da191ea09037e8e76</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>607e690c805e492fb148d97cd8626ba3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'END'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004c</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807da</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a10d3c4333424cd08f0271fcd0c732c9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>30f1a93d683a48bea84b8d2dfb3d611d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity Temp_1{mandatory on as boolean }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fe41550358f047afb93a4d3833c38a5a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>9a9c719b64ae4f7b9bea10e2e48414bd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>40b6f2100e1e4da98099debab559657a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>8bdfeb75054d413dbf351c3df8fd8f78</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>5f68de3d3a9140bb90d01852dd9ea436</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>2350a58cf30e4e908eb62acfac2a74e4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>aafb1f4269484f7e85317682e4be7023</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ea9eefb8b7e8408c8af938dc124562e0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FridgeModel/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7ebb11053d9f411988cb4c7f947db373</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>666ebf2b09dd40218a5b19f61cd53a30</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>29769eb04f604ff2bfb178e5d5f38f81</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0c1fbc035fb8422a9adae1f0973031f5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>307236f4c7d547d6858d68795b8f9ece</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>558ec43530d64b08853d7ef9e8b64efa</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'/sequence/'on [1..1] : boolean'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a594f22b74ea482b8d2f2358ce8ac3e9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f20bc28f5a424c36a6834b593761527e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>df6be9c420b649368e18831760fe2d05</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>82183d5e52504b4ead9293041cc90faf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5c0587832f2b4623b24366c716916aba</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>73291159f5d444468eda92c0878a62b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>15986d46810f49dd841702ce55d80ade</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a05f3d2de8f74d44822771c2bfe71c1e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>af738391d562499fb96ab4b2807e0e78</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>336267479e7d4aaf912e89401ddad48b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a9b06c1d76434f3da52f54cebdfc8665</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ebba81471ba441d0972b58182704622c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'Temp_1'/sequence/'on [1..1] : boolean'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>5d1a65dac91f4021a3c10e1c5896cbb9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'on [1..1] : boolean'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve) Entity with duplicate name</name><comment xsi:nil="true"/><GUID>f1b8490e43d8478bab8c35a7e86962a3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-056 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>018af5aab21f435b90c5147c21a5078d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>4cb36d14a1804d6da1d93d1c57d27480</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>3d4d27947ed84fd8a232d499bd5216bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>a0bff0e784f64d2baf3808e8cfaeeef2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>eb92d9e2af8a4308b878f4e1e53d351d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>eeb30cd2e7ad42a4aac61037f4db5bed</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'END'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004c</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807da</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a89c479e1e784927ae94c094a38772b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2205044dae3544959ca8316f139f927f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6cddcc71fa884164ad7a857e695b35d1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity Temp_1{mandatory on as boolean } entity Temp_1 {}'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>bbe904dff5da4420b538d36b1e170a1a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>3b63f5e3ecf0402d87519989c8f355b1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>c0ac3a0aa7144c9f8c9bb918de1855fb</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>9b24bb9a37d445a282d101da42ab9630</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>348b755bd0a54d5182d19f68608edc06</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>fa5c6b1a3eb84c419d6c09c5b755a496</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("2 errors, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>6d761568ebf64675a40de618f4213514</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'2 errors*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Define a simple operation</name><comment xsi:nil="true"/><GUID>a4d2a2bbe0ae4251a21f8f1c585510a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-057 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5989b19d5dcf4a7e923c870125df42fe</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>da2b9d1070734541893b93595ee95210</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>047fb04ac5be446e8736bafc0235ee64</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>fac6f45a1a2145d2ab07007839e3cc1d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0f3f5d906bc74017a7e1579918c3eb4d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 operations{ toggle()    '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>6d38361631574ebf8de1a533613a08b7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f9c38f3bf9ca411f8f8f591564e6027c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>7beda742d4264cbfb997645d306f7c62</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>4e507006f93741169f43954c36d9d8a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>6ccd719603464c6eb2d4c6fddd19bad1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>2120fedcf616479dbda94875311d6a9a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>d6356480e6124365a87285728eb6cc74</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Operation with parameter</name><comment xsi:nil="true"/><GUID>ed94aa58474a4c2eb55c4548aec75797</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-058 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8029a086af564264927835fe0a7aa8af</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>8b3e7c7c5ca34eebbe708f1f449a76c4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>ccbd119b9e7b44b8a92aadbb488cd6e9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>34359ef7a6804b8baaf512a4b5f2e741</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>512494482d444fa6a5ba37a072cde1ab</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 operations{ switchOnWithDelay(delayInSeconds as int, multiple subDevices as string) '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5607274e59f44ede9d57b23620a292f4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>442f33799f4046f3bfba98b409f935fe</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>ec63690e949d4fb3a84fe9395a0b35a7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>2e064cdd59e044a38988bb0c58e5ac8d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>1b073c6b6289453d8405d7379c2982fc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>c649831647cb49e1bbb5f79f15e34ce1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>c6aadc534a7c4f689333c0340818f30c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c0093b8152894008affd73215899487f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/'src-gen'/'Fridge.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9034912327b049619ddcf4868bb34dde</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a7d9c3bea52b4f6b8708110492406a0a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e29373c17fd84f01ab47e0cf04ad3dec</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'/'tns:oneWayOperation name=switchOnWithDelay'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cd0f72c7db684ed5a3cc53223e88c12a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5d060ab9d47e45cb945c571cb343c2cc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3c432a4981024e4d99ac338f28592af7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c8e9b8921d42412689012449d2c8f658</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>52db9247a6ad42888bb138c84f1a61a1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1ff675fdd0a84106aa7a2f6665bc110e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>67357056360b4bf3b9700bbe53c2aa4b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cbdcad762cde430aae91891ea7cbbd2e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>905c1fe6b5e4414eacd81917ca61394e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e5dc060c3235400fbb043ea9e5a1df16</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'/sequence/'delayInSeconds [1..1] : int'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6f9dbc35fb5b40f5b7e70f274da06e3e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'/sequence/'subDevices [1..*] : string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c4949519b729470abbfa12431faea283</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>70ee349cc6724194b6ffcc1b2f838b7c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e828f7bf9a644de0b9c27aa02a99aa1a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>89497d30f209452480ab767a44a91a53</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Design","Source")</name><comment xsi:nil="true"/><GUID>89fc8bda864c4b088aaddf03b525e539</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Source</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>1654eb51c533457bb15aa3d8e76e157f</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7f368a3223e647dfbcf73bf23f668471</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6804e3d1f26d469a8634b594be880fdc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>571276f75f66496dbc86d8f1c7933952</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'/'tns:documentation'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1ecbb08035574c1bbf695c15b9a0003d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'/'tns:oneWayOperation name=switchOnWithDelay'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>e1a83a5ed65544958723947e0b513d16</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'tns:oneWayOperation name=switchOnWithDelay'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>498d95f756ec49129d17aa5b1f50858b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3081f74b86644300ae95351b9e0ed9b8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>37b871d3170443c2bf756f1f30ff72ad</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>11961666e0c6412995d04669f97a8a59</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9f4f27ccd5d74f22af38f9e70e35268c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>269cf93bfcdb4a7fbd4350a4c2277364</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3547af285a934945932d3bb3e5ed8ff8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>617a2ceec2264a56ac212bc74cfbc84e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>318bb150ef2641738fb9a4f58d2f797b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e3160e23ac24400483e93fd08154e334</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a4a31aaf64dd458f9dad11d0f2d9e91c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c626c6dd6e6147528acf31788b946822</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fbdb467016a040c9b8d9cae579e29e4b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'/sequence/'delayInSeconds [1..1] : int'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>76e12e2c2bd141bbaa909e29c618ac33</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'delayInSeconds [1..1] : int'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>dfe1ea593f8d4eb7b0f1b384044a3d2f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/switchOnWithDelay/'local type'/sequence/'subDevices [1..*] : string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>37493a0e744944629481873233ce75f7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'subDevices [1..*] : string'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Operation with parameter and with invalid data type</name><comment xsi:nil="true"/><GUID>428ad3b07e034a69bab1455ef17eb89c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-059 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ed18c360dbb24831b1bdb5d06e3b7907</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>fd3699a858654722b64fd769a335a8ea</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>3673206eeaaf41be80bdeede64b5c7a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>7cdc64637a8a40bc83a691ea9263eac9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>484b0c0fb6bc40509bb3738e974c347f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 operations{ switchOnWithDelay(delayInSeconds as int, multiple subDevices as strin) '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>aff8a0694d034459951cc2936f2fa92b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>8963e3d5bcbe4afc82d10e15d62bcff7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>1c23d70fecdd48e19a5926390167f21c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>4a744078b3c348718d8b3a14534c914b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>6124f95701eb42018c2fd4bedb0c3281</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>381037136dc940d2a42f4f216760e0fd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9a3083b64b7e4175a69d5fec7eca7f94</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>12294e2dbf834fabb468fe01325a3ac9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>2ce3f707bcae41cb98c732b5900b912a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>fd9112c99245464699e29feedb3404bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'Couldn'\''t resolve reference to ObjectType '\''strin'\''.'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>569457b713694fb3bb4edceb0abb9eb6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Couldn'\''t resolve reference to ObjectType '\''strin'\''.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Operation with duplicate service name</name><comment xsi:nil="true"/><GUID>8fa10c04143d4f99bf114a7f869e7dd6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-060 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>99ab1cb9452e497c9d7bb09a875e1f73</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>ba380b99885143b087b97eae83d9e325</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>071b7d9216b34e75a089d9e79a3c1da5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>de4353de60bc4db6b77864abf808f2b6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>77e87da6d398404ab3a9bfcc415971f7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 operations{ switchOnWithDelay(delayInSeconds as int, multiple subDevices as string) switchOnWithDelay() '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>b962b8990f824239bb5c3486e591231d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b85ceff1474d4003b00e2d49bb3793a8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>54712bcd723e4305b5f1c7bb11b6a837</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>1f17708a245e420abc295405d81f5f59</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>429cc3ae42a7486ca4d1e3d564e21fe1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>f24b02926a344e939de53cecb9a150a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b4c7b844abe142608560317979720219</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>99e4550e97594b3c9c76fae202d11505</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>d5d48472da76411ab2efbbdfbcf65ec2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>bbd53a26a25c412eb75636bd4e9761dc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>6e714e3089c241f5977fe48ff1aa51fe</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>ae38147e3898431e8a33441ddb3a9a14</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'/'Method name has been defined'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>a74e2d1677be47b7a127462d03a16ac2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Method name has been defined'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ecc8dd693a004d24b2fae163de292836</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>dccc7155cea14986ad86bc0e698cccf1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>992d7d9ca18a4c1696b343339d0a4b93</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f995d588080e4171b5be401aff4b70df</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Operation with return type</name><comment xsi:nil="true"/><GUID>e7bbca44f9054880b4719d8add98f896</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-061 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a24663dc552c48eebfe88b3d4701ac62</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>dee63d6b1d57400a8d60160c7b7e48b4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>83dbb70f01d94bcdbd5491875880702e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>f134d3a4fbe34bd1a4a33e28f5815ff8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ec27f7a88e234083a4a6b55818ac3dac</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 operations{ getSubDevices() returns multiple string '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>dc183c49a22c4081b8c7580e2be2d7f8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b11bcbbc19b542ca986fe25ab8f5c7a9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>ed8617d3432e42d9b259acf46c72ace2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>8363caf54c694449bf088d419dc4e0a4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>f24c590df9fb4f9b9070ad1ba8b396ed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>7dc68711f7ad4876970ca4bcd7f77106</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8432f95c15e84636b8a58aa0b95db33f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Label ("0 items")</name><comment xsi:nil="true"/><GUID>361ef00bd75848498baef5afcfaaaf68</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>55fe6cf6eb9e4fa184a5471e8f8a0eb2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>591629889bb84c38a62a30e47b0344ce</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/'src-gen'/'Fridge.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7dd304bde2704d8eb1a2d2e115e3c3aa</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d252c46973884eea931419d03a0ef058</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>04d5874123714ebc902c9e5b2411c29b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'/'tns:requestResponseOperation name=getSubDevices'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0dc1259f136e4c1c9a14f363abea2a50</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0a19c3c56fd54d3381c3eb14695b45b2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>44ad09de07054ad5a7cd140b7695ce30</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>dcc17cfbd00c40379fefd0411971c6f6</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>30c7e04675a14e34bffcc279320b46ec</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1e48984bb78048e4877ea8170ca2f632</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4035207917164cee802ac0902286f312</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>25dac11a693b43db83df5de2396117ae</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1246c956a7d04ba392723baaac3d0091</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6319e0f44b2a42f897e2e7dfa519e669</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cbd77d96e98d4a2b94c474b72a258fa5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f74b101d62044660bf53aefc46b6e681</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e3194a5cf2354ba98d17a8d8602b0b42</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'/sequence/'stringValue [1..*] : string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>725144a4022942b08b9310e43bc4a6ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ea5618238e5849c19a811dd401a11c56</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>43aaa67909964bd6bdf258b20e883f6b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a922cb63fe564791964f38294740ec60</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1189f5346dc442c2b84f26ad5e424177</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>df061eee3b0a4aed8755712f2a1046c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>007fde5f9fb74fbcbd89094ee5926c33</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>25d7b32a99c0441483e2a286989e0034</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'/'tns:documentation'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6511f2611376422d84bae08f2b04db60</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service eventConsumer=false'/'tns:requestResponseOperation name=getSubDevices'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>8ab02ff952cf437091c50b1bfe28daa8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'tns:requestResponseOperation name=getSubDevices'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d5366a6c9b204401b14d06e28c06f6ee</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>462aa727d76440e6a1d6524fc509a93e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3e109e985cad43e188179110c48313fc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d7eda8cc862a4431baa6ef26385e08ef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2385303644cf4d5abadba0ddc7e7340d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c2a6b3086dd04023bb4d6a416eaaeeee</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d31be9da78c94d2ebe5ab3ba747f512b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>43e7e5167ae14097836fee1f1460c904</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f5d9f5530f69469b9f3a196952c398f1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5c2b0b8a760a47a5a8cfa74298ab81a3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cbb47a3e0a89448498689e8f286c1076</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ab2e45f693ae44e787e893124c512cea</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/getSubDevicesReply/'local type'/sequence/'stringValue [1..*] : string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>5af913134ddc4bcaac7c2d56c8d069e3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'stringValue [1..*] : string'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Operation with description</name><comment xsi:nil="true"/><GUID>fb60de5e7e544489b41e84103ffe590c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-062 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>99a8ae80ec2d42f7a3e13b0a52e48976</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>a917577d6f3c4268930b55255f8ea871</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>75e7b3bcf0134dfdb6e8529436a0ae40</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>4096be44d6a64366b591cdadb550de9b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>12cdc25ffb904cddaa7f28e423e5b25d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 operations{  switchOn() "Service to switch on my fridge" '</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>59d334dec69b4410a90866887ddaea39</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>00eac0ff53fc4e2ebd34f99618d76d90</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>27bb5f28dd6145d189640bdba3e59ee8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>a20e2218d26140628467f6009029b1ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>f126879a3c3246a4938a4cdd4d3a79eb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>546661e46d334314ab9c3d6be2555a81</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>33279afd0f1c4bc99e90e79763a50f5a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>7a4ee748dd4d4c419326575115576646</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>164704a7878745cf82c2014209c4a472</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FridgeModel/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b904077924fd448cb37540bde35fdd45</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>FridgeModel/'src-gen'/'Fridge.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a8001519c11149b79f0b7ed5b819d469</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service name=Fridge'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a4cfa1c9514346d8a9a6a823706b8d9a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service name=Fridge'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0ea97f3bd8004374ae09e14d26676fad</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service name=Fridge'/'tns:oneWayOperation name=switchOn'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4158699b142e466a8a58ccb631af0523</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1e8de8325e45422881859d5ed1341f82</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4fdb98436827466e98ff6fdd0ed17886</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>350</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>51f3dcde7c2e444687306fdec7d51b5d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>67986d1eaf9243239015bfeb9131f737</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d8ae4bdcd7e8497daea757594b0a0559</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>21bf00647a4946bbb133b263fbd52c61</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>af9818a08049440b8b8a518a1b0b4f14</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>23670864f22a4577bbe906d0b80613bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service name=*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>60d8b5be60d5439ea086eb416e045b8e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service name=*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b1446e45df8f4b63a2d2d490a00763e5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service name=*'/'tns:oneWayOperation name=switchOn'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6b058056608247dfbbf1b08319dbb857</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service name=*'/'tns:oneWayOperation name=switchOn'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a3f2c577137345d698e90f30dc9c80b4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'tns:service name=*'/'tns:oneWayOperation name=switchOn'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>27b9df8310dd4dc0bdb8c5f89d9e6280</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'tns:oneWayOperation name=switchOn'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Category blank</name><comment xsi:nil="true"/><GUID>6a5f0be12a5147d2958fe848eed4960a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-027 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3a2ac3dc78594f9489a2fc0426a240d4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>8d455ec38af3469a815bf107a1097b4a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>49076dab5d7943b7a47434f9528419be</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>52089c1491aa490ea21c484385085960</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7edb7076b7364b9796c78db326945f39</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock  Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category version 1.0.0 configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>541828cc7a8b48e190813969ebcf75b9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>64418b5b1b5b4ce2903739be8eb570ff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>772791dd8b6b41ed8986b9fca1d28282</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>d269f0a7dcad45148e7ac995aa40151b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>972f88d8b41f470b9e71322c1af16252</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a4cbb46261ff453a965739640b7bbd9c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f2c90d7d44de4e7ba4289eb25731a0b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ba1d801a903e47328c0b3ee08fce5c1c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2e3fc9a4255848628f3f79faa2bdb5c9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>565aa3f3284e417896f19530342112c2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>7ba90105247c4b5d839bfc893f315d7c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>342c19a336af44dda5ac1bd1549af129</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>0752d9b7b01a4cdd8ac90bd405711bd1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>53b37b83a87044428c70dd782130ee04</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>6ae3af65d07e458786fb1d51c4ef135b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>db2411bde347485cb8f2c96e41dcaedf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>f5d89dac638646abae75fdcbb560c797</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>10ed6074558b4daba90a7889b0adc961</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'missing RULE_ID at '\''version'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>98f97daccb3b4866b3e40f27bd9c157d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'missing RULE_ID at '\''version'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2c48db7bad954af0a4d7e1fa146bca29</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Version blank</name><comment xsi:nil="true"/><GUID>8b83556c41c2407899e26dd91648a251</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-028 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b2167de1338c4ed698c57f9f3ba57a28</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>6a6373a9cf4d4b5eab0294be9e8db982</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>a59d5ce5c19d462498ca90c8d7b07297</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>29bb607974524048a4fe22408347441b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0e0bfc70740b4d51afaac5552965b54d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock  Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d155022c0fe64d72b84c422d00188607</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0d983e93b5b94dcbaf0b20768e30007f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>3b0556bf30ec4df88f75254a60f18f97</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>73ea4bff027541428e81bd4736063eee</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6aa242bc069449c48539e17bc40c8bd2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>14aa5905b6ee4efdb305b0604bcd88ce</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>aa0598e70c334548ad02123cf02a1f30</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>03b21f9773e747bb84dfe8ae663d87bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d858d41f0e0a4d1a8a5a2c2b3b1ffe5a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3e57afe0883b40398318a020bc5e3c79</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>82a0e6347fac47ccbc35816481943c23</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>d89854d8448e423a96f42415f728a640</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>79cdde1462fc4af3a8a30683aed0b137</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>880de08ab33e4df1b2f52697d139d475</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>90d01cf798cd41319a81f06598224a3a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>ebe405f8bfed4b23b2c9e090e8bbc536</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>3fe6f5f370b146cab880ad07049eb754</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'missing RULE_VERSION at '\''configuration'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>60ed1ef433724cc39336f422aa1d0723</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'missing RULE_VERSION at '\''configuration'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>df6c6dbc0daf404f8f3288b0f1d17785</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Version with alphabet</name><comment xsi:nil="true"/><GUID>83f0dec02d144f90995bf25eb1747207</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-029 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5c93dff2d5284e56893c63d87c074a7c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>5fd920a6ed164f57aaf9008ba3a8da86</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>3c8847dcce7347aea12215536b0e2d44</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>697f8b57b7554780a7a334dd2a24d15c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4c719526c78242ccbe04ced88edbfb3a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock  Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1A configuration {		//Please enter functionblock configuration details.'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a3a9eb20325c449cba546960efde16bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>98ec8a8d0f614c8cbaa0a28ddb229d4e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>1a80dd599bcb451b85d8ab3f6e89186f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>8bad80e4689141349e1424a8286ee773</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>67187cbe36e8433db4d52c61a5f0a3f5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e71c60c91427480f91a6a9af99667ddd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>aec0a9a2f9a041faa4433028d708cd46</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d5</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>21f1d14c0f26477c989026cc46d6df2f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4a76beadf1064404812b4353cf59bc50</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ffa033dd99c445b096f7adf772a96de3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>8a40b8160baa4c55be925af890218ef8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>4302bc3c189341d583b89b6c03b983e2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>c4c4578e8d754b7c830ede84f2435a8d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>bcf6dbb184dc4fc8a0d62cf39a674929</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>e213300234b540b9a69f956dbfa150df</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ac61307cb8fd462c9feb9700449bc14a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>ca46b38a18724ddf92dd0af5b6bf605d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>5121ff5625464b3cad2126368725124c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'/'mismatched input '\''1'\'' expecting RULE_VERSION'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>01568de8cf4042d6b921994fd38e3186</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mismatched input '\''1'\'' expecting RULE_VERSION'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b6f2141c370e4bd0b5504d06dfa1dffb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Entity with no datatype definition</name><comment xsi:nil="true"/><GUID>9d2c1074ee604d25917a870e88535a12</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-055 Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>55653758d66740cca5c55c16be31bc0d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>1ee92a5b0b174caf9b1da3ad7a84fc48</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>a3defb7ff4384e27bf666e54d3e3a836</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>fa74c3c9059348f798fe68001f9ab55d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fba1054ba768483189802abfe204483a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>fa017658936c443f9d27c6f857b59a8c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'END'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004c</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807da</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8b0094440c2c4415bfde33be4ff74ffc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2376938fec254241bb84136ee2af8553</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0b3687c3892c4d919eee65dccc4cd3e1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity Temp{}'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b8f1d5e6616841b6bb23a3aa978b58fd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>420528adb4b845fe94f0f6131b64e87c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>58053f3cd0274e25aa0b42bdfafb1910</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>008bbc5eff54481f9417303dfdd2026a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>80400225761b41f3bc0d1da4199bfde0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>3d71e938ace64f77a25a9ea9ea9412c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>947bb0015b4d48c698712b3958f2bb2f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8191e511f4834e97bc67ea173794f02f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a014cd9fcb8941d596d6b0dcc72eeab3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>65145613158340198ac007263e6973e8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>00abc93958c940b7923ca5cc5a34125a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e0b1244104a740a68c33c0e7f7425231</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f63e47ea17e743fbbb4ef4136e1eb593</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>468d7a16a1e0405b9e1bd0fb99632d8b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e25aa815c6fb40f1b3f87ba8aed17fde</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Fridge.fbmodel","Fridge.xsd")</name><comment xsi:nil="true"/><GUID>a348226c9dab4cdb9b4532ec0e7389b4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Fridge.fbmodel'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>2c41f0d113154b11b9a063bc9f06a066</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>efc12b594799496698e29913de551716</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5158ba48adf74dbda8015515097fb6f3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d27104f8c0c04063aa54c5a0b3783cf6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/Temp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>b32fe39d5ce845e5b4055ea03132ddf7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Temp</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>DeleteFBModel</name><comment xsi:nil="true"/><GUID>f137fa61330c4f04880ddb82ea9c1912</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c6f5b2644e464a299e56204fcf14c87e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f3bc64b443ab4b219065ccd3cb8f8541</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>371f198422e042bbacd37c056f92f1d5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>5793cd15e91b4de480ed52f3cf9df7e7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>56bfd08dd2ce4338bb3c24dd77566beb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>a2954fe626f74dc7ae7063b7449d0545</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>40740e70cc4247f49424a9cd814e07be</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1050088abb2c4e43a38b8b69af6c1349</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9694bd51386b4ec99876472ce205fff8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>84f048c3ee12499cb9ce2c610096fbfa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>536c9ca164184bae99978bb0198b17c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>0cd05130fbc141f4a68ec0cc27eb482d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>b00d488842b045fba54ea2924e4f444a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>9d127bcd681d4d70997ca74e008cb06b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>9b28121d731440c6955976b34554b81f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>18a690c7129648619978603338108773</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>4b364ac104274d05ba9e7f185cbe8d7a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>e38ddac6bd4e41f49a26333e7d6f5711</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>d9a3bc0a01fe4ab49a6ccea60bd94c34</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ecdea86018364f1a851703202da66e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><eventTestcase><name/><comment xsi:nil="true"/><GUID>b382538ece7749b896890cd274731f89</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1050088abb2c4e43a38b8b69af6c1349</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata><eventType>TestErrorEvent.Action</eventType><reentryProperty>retry</reentryProperty><maxRetries>1</maxRetries></eventTestcase><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Validations in wizard for Function block name and Version</name><comment xsi:nil="true"/><GUID>2d6ba1b145b4471282665b01e0e25a83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>fe2bda66c22c415cacc613df44da5fb1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Outline*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>48d5c869f4cb41e99e0ce6cbfcb1aa3d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>cf7db4ddc30e42bbb74f578803e6d01c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>17274428d0454943b953699f5bd7c3d9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>7edce45424f144ee8eb127f07f6f7049</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'type filter text'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>54d185a2c61f48a7abbd7d90588fe6ae</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b0ae47f110604014b351fe6ebab14b6e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7202f276bdbc44c599f5727267dd1119</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>9324f63c1f854581a110c22d6b166b6a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>a5a790f825114d4aa3bbbcdef621fa1b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>1f8ff03cce074b5187ac8ac4aceb481e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Functionblock name must be specified'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>e94377752e024f37bb8cb1be4e222c66</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>fridge</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>9cd1d53a525a4856b5baabe6f7f8a0e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Functionblock name should start with a capital letter and must not contain any special characters.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>862723a34cdc471ba7768aa5426322e0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Frid ge'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>557ccf8a209f45a19a33bf06ef644815</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Functionblock name should start with a capital letter and must not contain any special characters.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>d02dcb5f657649e7ab21396fa335f205</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>fedb983583044840a3bf54a4b1293d50</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge1</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>562832b8686746438c75a052a432f35d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Functionblock name should start with a capital letter and must not contain any special characters.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>b391c60035854017a2fcc0121150a527</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>8d8d5cca13e14daf93f3ab7ebf9de4ae</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9a79d486869546e08b900d86eb215ff8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>d6fb0f3e5fdd4d389f8b26941ac09e7e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>36531e7fd0594a3fbd1f2316987b0478</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>4dabd1f97bf44d84ae40b9c031a3802e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Version should follow pattern &lt;MAJOR>.&lt;MINOR>.&lt;PATCH>'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>b3f3c6ad0f7a4d9cad476af08e7010a2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>0c3602ecca0b40df9031daa54035f919</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1A</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>36531e7fd0594a3fbd1f2316987b0478</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>5d4705538f324bc09fd1259d80c5e096</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Version should follow pattern &lt;MAJOR>.&lt;MINOR>.&lt;PATCH>'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>339b9775788c49d0afc4fd39bdc8cb25</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>b103030cc44a4a51a889bbd475d25ccf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'1. 0'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>36531e7fd0594a3fbd1f2316987b0478</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>371ba9a6bcc5479ea5d00eb82a1a5a62</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Version should follow pattern &lt;MAJOR>.&lt;MINOR>.&lt;PATCH>'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>7a948f19ae334a8395334c7cd22ede02</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>1a006c6df0c64bd39aa2ba5b84675e2d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'1.0.0'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>36531e7fd0594a3fbd1f2316987b0478</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>b3c3d18672b74235add71d5aa7904a1e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>343d7e94f6ec4b25817e960edc7fe72a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value> </value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>5d9242aade5349469cf6a563ac6db70b</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>dff1a4d4894943029cd8d5c11a016bc7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>true</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>c7fc463585a1459d9c1e8e1b837644b5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>963af484695a42f0a00681259a498ac4</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Create a new model and assert xml, xsd and jar</name><comment xsi:nil="true"/><GUID>b2d7df72a8104b9fb2216562eab38324</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3392a1fa0e4d4ead8cbbc30df154efd2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>bd64bf9717024657b85e9d4b1321a4d8</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7b0760964250469694019221207c9065</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ecc636b5164b4e19baa952f287509470</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b22de3857ceb4e67b4b29687bc74bb4c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>800</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8c600b9667584f9b82311c5a93c3ad21</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>10e39a152c5d408e9c5408152dc09bc7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ad1719a2d5b5402bb0050ab7102670ef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1414aad153cc4d8db4a29d4ebc0806d8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2b746db70445460381833f0017a35de5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9ec5a4e793714c4aa1bc41617070a16a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ec878c833b1e412785940aed77e7d5e9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Assert FridgeXml</name><comment xsi:nil="true"/><GUID>371efdb0921942f681c74aaa1183bddf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge.xml</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>07bf1078566e46de81255bd8682f46b5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Assert FridgeXsd</name><comment xsi:nil="true"/><GUID>5f7c9b55679d4aff93e911490e663fb9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge.xsd</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>368e9322585544a8885e7912aa8f2e58</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e4b50b8b82694e91b0acf542cfcf39d5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>e09c72256e4b4f2fa75db36122c8e838</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>35000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>7ecca688d10b410f9ac56f572072969a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'clean install'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>028aab3b701749a2994587a1e2df3eb9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>1b783520a31a4fd6a441a4d12fce4298</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>403ed999eeda4e64b606eafc266f2498</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7136605e8c004e1f9c5f91320c648788</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>45000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>1e47a8a3877e440285bbe40d6592f765</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>542730d90d8345cd8139c0a895461228</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>99e2a5528c4b4bb096552c0a3226eb1f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>72559e9cd73d4e70a78ff19580404ae0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>21706b99515f4ae8ac922600b0b64cd4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>749971edc10a4a76b9ef5d79f8984928</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>38a443809a7c47cc9bc2c903759858c4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>8c1154d42ab34cf4b69fd282a4f69252</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f4432cff763f41a4affcde836b15611e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>266b47dd140c416b94660125857f2e9f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>5000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>02096bff216146a0b479b03fce34ccb5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1f12ab6eca5d4a9e9e4402aedafe8ad8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Label ("0 errors, 1 warning, 0 others")</name><comment xsi:nil="true"/><GUID>fd3a1e68d9fd44f08ce564b48de505b4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>51e08f282b5f41bdaa308f4a6f2b5399</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>16a57350f2c649e3b4ed1b4f1cfee138</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>63fa4d8a47264d32a0b31998e24d2986</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/target/'com.bosch.functionblock.demo.fridge-1.0.0.jar'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>0755d3e0a7f146168601f9126499fb75</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'com.bosch.functionblock.demo.fridge-1.0.0.jar'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7d97163a28904b66a20baa54ea59ea8a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>386546ff11b1454da3a4f0c4f85a7dd5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f56285110b564ca39f27f9ddf8260e4d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1050088abb2c4e43a38b8b69af6c1349</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>848ecf8818084e63b8977dd0d13aafcb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>671190561aab4eac9d4be2a3b75572ca</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>426b0cfe2ff445c4a32284e4031da4cd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e8317a87d34b4c5580380479617da5b3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>952c0ba34e0f4bf0bf0f0ac0c6cc8806</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c1a48511611d4983be09bd629f6c6091</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Design","Source")</name><comment xsi:nil="true"/><GUID>d3f825a3f7674b9faf3930dbd4927981</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Source</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>1654eb51c533457bb15aa3d8e76e157f</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b6347ac1e5a442e5b299788846b2c51c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Outline</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d20f012f</uniqueIds><uniqueIds>8ab6b083181dc1bc01181dcfdd7f0019</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364b007098c</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a497002b</originalName><newName>9a25d389978b44a7b020423166258d50</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>38dea9b3a11a47c7ae571f8539e08d22</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6537e09d6cf84ca3a32d89358ae4c603</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d24351c4d8e742d7b014ccf5ba726d27</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>861aa2caa3bd42bab14f042d4cad99be</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>436a0f44f9c542818f3dedd462891671</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ad11a04ca70a468e8799f5904acb0647</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2904392e8cdc47f2a35891a5cdcd94a1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/'displayname : string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>929d6452d5f043c7885ddbbc64985f28</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>43f3ac837a25468bbe527c94cc55ea10</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'fault : anyType'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>49d5e9992b0140a2b16a83c5f4d3bb10</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'fault : anyType'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>50277743493d465ba1686bf456dc51f9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6ebb111e779644b682b8377a3ecdd090</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'configuration : anyType'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>d06e3960364047e69e4bf5e6082543de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'configuration : anyType'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6bcaebb091534d1c82bd1b6824fe4e62</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8d56b14e522a4842a09766b5148d643a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'status : anyType'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>a6375c0e960e438aa2bab1f3c8bf75de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'status : anyType'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><eventTestcase><name/><comment xsi:nil="true"/><GUID>3ef94fe2fd4e4e038b6298b0000499c1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e8317a87d34b4c5580380479617da5b3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata><eventType>TestErrorEvent.VerifyFailed</eventType><reentryProperty>continue</reentryProperty></eventTestcase><eventTestcase><name/><comment xsi:nil="true"/><GUID>bacb0a5aef5c4b5d9fb35182903e3cde</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>671190561aab4eac9d4be2a3b75572ca</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata><eventType>TestErrorEvent.CompNotFound</eventType><reentryProperty>retry</reentryProperty><maxRetries>1</maxRetries></eventTestcase><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Duplicate project name</name><comment xsi:nil="true"/><GUID>1805f9cae4584ad59ce485bf2773c808</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-014 Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>61edc42815674afea76673225e682a78</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>471fa25cc78246eab027d092f82d9e92</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>27b2310b0f034f22bc955d69e1f67623</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>c00799b4b815450dbf1180443b44ac41</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>f4e97fbb4af34f10a041a5bf507848aa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>174dbfdc07c945b8b9f2e67e916ab062</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Project Fridge already exists.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>41d04f53182e41f5af575bca25fd53c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>d355e8bde4ca422ca44f0a497c413b34</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>963af484695a42f0a00681259a498ac4</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>4ba4dc4c0ae042e1b972614e1e80d410</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Designer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>EH-ContinueOnError</name><comment xsi:nil="true"/><GUID>386546ff11b1454da3a4f0c4f85a7dd5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Define entity name starting with lowercase</name><comment xsi:nil="true"/><GUID>dae5a2d8dadb4f72995f6361067e657c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1a87ad8914a74c04a53197ab503bdce2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>7e1a1c21e1e945439899556108200b3b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807dc</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>2cf0f943370748e2ae1ec93385eaacde</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>a137b0d311db440fb1cb90134467850c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>23b520bbe6264fadb6a7a72544e20bb8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>cd7fc14ffc124f1b9568d942b3860e1c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'END'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004c</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807da</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7356f560183d4c2981a60236784e0332</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f173fe62212c4db1adf64b140a9c8869</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ffec573edd624b7c84a961cf611f83a1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'entity temp{ }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>COMMENT IN MAC</name><comment xsi:nil="true"/><GUID>dab5c6be456c4c05a2b9d06b5977fb2d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'F'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004e</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c2</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>47d45c3419714e0580a96d4ea9d43681</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>4badcc3ee4474f85886891f1825f3e6b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>51c192779b034b998cedf7489c245aac</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>9e9a6f0f2d32489b9252a5724d8c844c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>082c15ca2c8042caa151caff17f7dac5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>7967a64fd2c040f9a54ab0b185e05647</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f848409ee1af420d870a5578eed7942f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>d2fb738a31964c549a1d83e4e558c271</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2a7ec816ea864633a07887327eff37e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>ee5c20d1a2dc4033ac724a9e4836a1a7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'/'Entity name must begin with a capital letter'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>0fac4f8d3ccb469d8530b4dd52a2c4ac</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Entity name must begin with a capital letter'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>3060c5fb06a6413bac826f6cbbfb2b90</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e75895f81b514d92bb9e631b4940c00d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Enum name with literal values</name><comment xsi:nil="true"/><GUID>ea6fd099babc45d5b88074ecfc862789</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-072Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f418a5fd6e964e8c885a87ec69f2a97f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>b966763f262a469580e603ded73190d1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>2de34003e1064847a9924a812a81e6d9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c0ec9980a26b468cb3ed746cb1043a3e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>bdb6d609ad744ced9fc6fef5a74236d6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>af66203d90e34437861c9a0d7c4d8f88</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>70d1ae3d938c4902bf249b5463ab2596</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'enum DegreeUnit{ Fahrenheit,Celsius }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a45b5e95f4ce4b019cbea94fb3ee1f8c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>4ba964b29106427aad3ab64e05cf6774</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>3e02ab8283744135aeb68d106822ea33</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>352da297184e4483b9f20d6f5c2735a3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>f8ed394042084e8e890408106ab60fef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>b7e61c0ab0fd431cadd5b3ba2acc99d7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>42a177d17db644209d434a78d52fecfc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>40cb863d223e4952bfa0382d9c07d464</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b49e98cbfb284e86a6909c0e16413d64</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>124748a8eef2431c905b62d83868a686</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f7b388138d5a45f1943b38a3b50f60da</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2b945c8b0ac54e0086dec470f2bc7d1f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d0d930b021964658a0d4dae549e2ff85</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c6eb7a46fc02442ab129b326ff6e97e9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a86f8ab283d74ca4828d65eab1ac56f7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit : xs:string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>38ffd54dc15d4973b500fa80ae55fc7c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'DegreeUnit : xs:string'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f4f63b020e254c2fa55d538ca170c160</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit : xs:string'/Fahrenheit</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>e953aadf33064e8b912bed368722ffa5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fahrenheit</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>30eba2813eae416f8f80b953dffb8f7e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit : xs:string'/Celsius</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>3b7f28208eb04209acad58809107d8e3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Celsius</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Enum name with numeric value</name><comment xsi:nil="true"/><GUID>df6c54e02e80440f9e240b2e5fc6457b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-073Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>74662c13185a42b495bd0e61453860d7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>895ec4bc259a4d96b5a07e926ec9d6ad</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>5c314a5e55024b2c95f0c8c0709406fb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7e0dc5ffe658403b98f5cea06071ad60</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>167b670528f04f609bddcea554e25dc4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5c5d6bf72ad64851aced82cabfe799df</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f1d5d5c12d9d40d3b0a2119d598bc4cb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'enum DegreeUnit1{ Fahrenheit,Celsius }'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a49d606748244f5e91ecfd01770fac9b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>da7424d1ce804b44871b1b38a3426a30</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>94c62ba1bbc549468c898a8762268c4e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>8fce73d55ae048f2822cca6282f13a7b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>49b40884cf58463487415d368b67cc17</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>a584800626564c5ba9e1b286c5648202</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>204bb629fe5d422192927739b8f120b5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>df20b03d381d4b3688ef76c72989ac3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d77f8ea9e4cf46608c52d31dcec8e848</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d5d247d9f65e45308ff426dc6f83353d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1528ce67165f4637a22b41b2c8d2ec4b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c9099e142fe14f76899474c58ad220a7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d1b3244a3a334b19bdd65014aefcf4c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Directives</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>04153d24cdd34762be6f8e0fd1cb03cc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit1 : xs:string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e28da7bb53ed4665b7432d201ee06125</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit1 : xs:string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>57877b59e6a1414fa45d30b76c445e1c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'DegreeUnit1 : xs:string'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ec1037d0f910499788e144f849401eef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit1 : xs:string'/'Fahrenheit'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>7def883ab9604a77a2884042c47e507d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fahrenheit</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5f874eead24646a18128831d7b420412</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit1 : xs:string'/'Celsius'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>e9bbfc75aeb244b089a9565891592da9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Celsius</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Enum name starting with underscore in between</name><comment xsi:nil="true"/><GUID>3f546884c8694dff9253c1633934371c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>232569ba752541deac789ac9a51a9875</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>38da72dfb9c54d7ea5948a939ecdee4b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>e2ad355e7e154ff8bf13692215a58259</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>2d743a35158c47feb555553a58ca1492</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>128a92355e2e488a8d963477a4214187</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>784ad81e6aee4283ac1471303c5a305f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fabb1429d38b411faf5c76ec903194a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9d0a7b6372fb43a89a1557e3e4944f8f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>enum DegreeUnit_1{ Fahrenheit,Celsius }</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7b74976a11834365bb236391c6e8d5c6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Graphics Component</name><comment xsi:nil="true"/><GUID>061ffdeec7ca48cf90c85e0d8c3c8231</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>a2b1283b1a1045e38e6213cf0e539ff0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>8d126c1ecfdb4ae382243b7fc7ca2b50</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>0e699ab11d0a41859f26e7c47612abfd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>a906966997244ab5b3cd9695746f266f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>e1893d03155d4222b402e6ace3237af3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>989ca9723a694325b5ee667205e1558c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>54c31a04e15743999f0a286617137e2c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8a1ea228d2dd42a7a63ae3bb4cf7eb29</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f380e1f6cf5941eebedc7d18be4f33c8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0311792602ad46e7a156aed0c35afba1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3ac31aa883e3482988d13bbc86d6e8c8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit_1 : xs:string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>2554b763966541c49d0820b061d3d441</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'DegreeUnit_1 : xs:string'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>74aa2a62d17e4ec4bbc46dc3ba6f5657</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit_1 : xs:string'/Fahrenheit</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>aa3f928bb0f34ad984238779c23fa3eb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fahrenheit</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>04c2e2770b214288be63dc4d0e51098b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Types/'DegreeUnit_1 : xs:string'/Celsius</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>34d0e77b8cbe448192b578fca0c0d2e2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Celsius</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Enum name with no datatype definition</name><comment xsi:nil="true"/><GUID>839fdd9e7d6f440ca0ccf0ae9909edd8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-075Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>583458773e664089823ca433b4d52b8e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>43328e2f2d9540ed9ed752024877f4cd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>9ed84dcac9074a88a14d66384dc975e7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>enum75itxt</name><comment xsi:nil="true"/><GUID>18a729f6de994cbea482e378b519e494</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>enum75end</name><comment xsi:nil="true"/><GUID>71a9349826ff4c38bec804975523aacc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>enum75enter</name><comment xsi:nil="true"/><GUID>69dfbe3c55b249b99d8398022fb458d2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>enum75etxt</name><comment xsi:nil="true"/><GUID>298b32cb091e4922a621b8febd2c2cf5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>enum DegreeUnit{}</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name>enum75cIc</name><comment xsi:nil="true"/><GUID>6070694386974840927dcb460f12063c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name>enum75FormatSelect</name><comment xsi:nil="true"/><GUID>b7491d927bb94327a7b6d51cc71ff7e2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>3</value></data></data><data columnCount="3"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>8ab6b08324478f5b01244839687a0075</uniqueIds><uniqueIds>8ab6b08324478f5b0124483987410076</uniqueIds><uniqueIds>8ab6b08324478f5b0124487c95120084</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08324478f5b01244836b703006e</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>2c41f0d113154b11b9a063bc9f06a066</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>8686f760c426412698a36f497fe371e0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>399953a9f7f343e19a30636c5342584a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>6fdec26263f74516b7da334ae84238c9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>105a4b28d8834ef2b9a3ca847f83fea7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>19e48ae38e984096b4ab101c148b052f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("1 error, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>96a333efca4046698a94f3e69dc0ff09</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'1 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>79a7c327f635404fa00f04a2ab7fc1db</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>980426e44ace423abc4ef2b8d91e4a26</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (1 item)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Enum name with special character</name><comment xsi:nil="true"/><GUID>27eb0fc1f7a7445b9ea0a55a4f21e9db</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-076Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>84023bbbe4fb485aa464119857fb4181</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>f6541c221ead427f8eda2da34393a681</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>c29eb6e4db9747dd944531d9322a2656</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>799260e4de28400695788805f0a4812f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>69f82602477c41c2a7e107d0a0a4bf41</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e5845bf3da2f463ab720c973a49fc959</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b54cb4628a524f7786d4b4b17327ded6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>enum DegreeUnit@1{}</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7d96dde4e45c4187954c5c62db5de57c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>156f492a64af4fb0b132c92f210fffdf</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7569182607bf450cba63edb86fd57370</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>3</value></data></data><data columnCount="3"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>8ab6b08324478f5b01244839687a0075</uniqueIds><uniqueIds>8ab6b08324478f5b0124483987410076</uniqueIds><uniqueIds>8ab6b08324478f5b0124487c95120084</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08324478f5b01244836b703006e</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>156f492a64af4fb0b132c92f210fffdf</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>805982302a2040a4ad7255d5223f4b84</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>c9fe81eb7eca4ef78e57fce7f74b4204</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>b640923457394550afde48aa61868b79</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1d73b85b59aa4eacb965744525a9f8ef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Label ("1 error, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>98682f262b614654914d1b411675678f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'2 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>7d5b75faa6a541cb9b554b2c71b27c3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>633be9b127c142bfbcdc1fe52dc6ce47</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>472691e3dca44fb0967f4b3cf01d77d8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'/'mismatched input '\''@'\'' expecting '\''{'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>329e9797d7c44369a47a1c0492516406</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mismatched input '\''@'\'' expecting '\''{'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>74cd10b2f6b54526b1c10dace1ec2b7d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Enum name with space inbetween</name><comment xsi:nil="true"/><GUID>33949ca52a1c4bd1b64e29847b66ff43</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-077Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7a39611475344ec3888b204241730a1f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>1998c09ce3894a2fa7748fe8833da355</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>5dbc36039dd34fa7a90ecde3d31335c8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>715d1ee0533f4c3292ff2f3bd863ab57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fa3a09f372d14054841234e2f86a9a15</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6fd072c6552c4c24854386ca717b8a3b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ec0da492744f46dc8aacf34bf4c9d6c2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>enum DegreeUnit 1{}</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>bb226b71646c4badbd30f9d68b5915b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>156f492a64af4fb0b132c92f210fffdf</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9f78a235044c4b7bb2d4fbb599c91889</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>3</value></data></data><data columnCount="3"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>8ab6b08324478f5b01244839687a0075</uniqueIds><uniqueIds>8ab6b08324478f5b0124483987410076</uniqueIds><uniqueIds>8ab6b08324478f5b0124487c95120084</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08324478f5b01244836b703006e</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>156f492a64af4fb0b132c92f210fffdf</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>7908f49fef3247848a2fc79cc7bca58a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>92f63642b57b4fbaa73fa31f10525931</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>b9cf8958afb9404ab36981d02468c42e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>93591c3f984140fc80a87617e60b09d8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>426fa0e797bc4bdd9c949c573fa60362</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>2bfd3eb62ef64868bb35948c9ec64991</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c67a281c86ba4a8f950676b9a4aff884</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>f3fe08e4af6c43ccb41945b9d771324e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'/'extraneous input '\''1'\'' expecting '\''{'\'''</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>c9cac8d9d7fe42c2b2354188e80d3155</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'extraneous input '\''1'\'' expecting '\''{'\'''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f9c87ea03a1044abbfc368a4758a5fc8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Define a duplicate enum name</name><comment xsi:nil="true"/><GUID>a0e2c5fea155493e8254eec406f8304b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-078Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2351a6a8ffe44a9b9094c30e05836d13</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>eae1171815ce491481492a706f613287</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>853fc966582d445fb874c744109d0e94</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9f44aea973724d1cadafacb289f02d80</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>58cb8d77e280417cac16fa8c5ba565b7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9db5de195e26453f9841b10a84313447</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>54a5b93603ea491b9dd3ec61d17b6764</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>enum DegreeUnit{ Fahrenheit,Celsius } enum DegreeUnit{Val1,Val2}</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>354a3e3a474e4edebd392663c3d0c1ef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>156f492a64af4fb0b132c92f210fffdf</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9140a6ac1eac4e44b9d10798696ff864</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>3</value></data></data><data columnCount="3"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>8ab6b08324478f5b01244839687a0075</uniqueIds><uniqueIds>8ab6b08324478f5b0124483987410076</uniqueIds><uniqueIds>8ab6b08324478f5b0124487c95120084</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08324478f5b01244836b703006e</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>156f492a64af4fb0b132c92f210fffdf</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>cf9849f5094947e39dd2d19a52ed11a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>c6f0a30bca684b7cacaafdfa7d811164</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>6e0493df14054b90963b6d415a68427b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2c80204323304f739d7813422163628a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>e5074ed332bd4818b763b495b6e04a14</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6bdf341404ec49ea8c718d99ad619588</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>b2f72138249243a89577e77d9d3aa63a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'/'Enumeration has been defined'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>0cabc1e9ab5a4cd69199d71df963859b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Enumeration has been defined'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>438fe8b47a4f40a58de62e3ce8f30690</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Errors (2 items)'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>fd44ca43364a454299db6088e2712038</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>(-ve)Define enum before entity</name><comment xsi:nil="true"/><GUID>4ec501acf70a46b2ba4bbcc574cef83e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-079Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4b0be4c76f7d49f8a002e0656ff347f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>6bc97559d2f14324a42ed19d9e44c8b6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>2ee294767bc048dcb7723ac33d3ffd12</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>DELETE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9105a971d36b4196ad1803aa7fad5994</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'functionblock Fridge { displayname "Fridge" description "Function block model for Fridge" vendor www.bosch.com category demo version 1.0.0 configuration {		mandatory doorBulbDefect as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7560b3cf21304d3caa512d1c2a8577ab</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>befb40e9fbe04d4b9cb11d6bde806dec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>46a4d3a71b144e328ca0fff181b70f4d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>enum DegreeUnit{Val1,Val2} entity Temp_1{mandatory on as boolean } </value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>33e9b848e5c24a90ab97b7617ac915b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>156f492a64af4fb0b132c92f210fffdf</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>074015fcdadc462a8e8e76de63ae2ed7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Format*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>3</value></data></data><data columnCount="3"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>8ab6b08324478f5b01244839687a0075</uniqueIds><uniqueIds>8ab6b08324478f5b0124483987410076</uniqueIds><uniqueIds>8ab6b08324478f5b0124487c95120084</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08324478f5b01244836b703006e</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>156f492a64af4fb0b132c92f210fffdf</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>10f588621ed2449aa245c834acedeae0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>995f7ab0cb464091a1476adb860b597e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>6bd4154a14624d32a3268bd13ad49def</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Click on Label ("1 error, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>790304c1a3d84f82b6e947d406f1f471</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("1 error, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>3742a31b53a64718aef1d5074747d562</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'1 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>M2MPerspectiveTestCases</name><comment xsi:nil="true"/><GUID>34809c46cf0c4cbda48f35ae03e986ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>M2MTC-084Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>e8d2063b73bf4207a4161a36d14e103d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>d88db65015564c3eb4f0e9741c06745c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>5a07568cb834448f9c281f726dcdc9d1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>01e01948496b4c30b73d084798a560b5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>d811227fc2fc4279ae1a19366ecc518c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'type filter text'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>54d185a2c61f48a7abbd7d90588fe6ae</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>822af4009fc24f83b7d2a4a758c7d085</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>4f43326f884742ae895cf0bc9480ecc6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>3c61273321184fcc800a2be985e346a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>MPerspectiveTests</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>c504ff93d66c4f1fadbdb338a98f608d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>0e26296d9cbd499b82501a2a58621b6d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'User Operation is Waiting'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Yes")</name><comment xsi:nil="true"/><GUID>ee77aa4a79a44fa2962e24fad07025cb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>463ab16a7b4347eba60b1e1c33728f5f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>cd08ad4b61c24fd38cee6368fc1eae5c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>09766ed13d66411a9e3dd6ab4bad7a43</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Designer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>58a428e283964177b49d8d14e75c7822</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>MPerspectiveTests</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a6161e2877d74e3d8ad135f17c583d6a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Create new Function Block'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>20709f582c984c809eca8bee397fd31a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>5ac34a2f9bff4e299454bc670ba25403</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>bda260ed62ac4d509b4b4c889ad91442</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>4da00d0e49ae4e9bb468c3b3a864427c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'User Operation is Waiting'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0185c84909b449029d559dbf0e02bca3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>224cafea3d484f70b34f6bd9613d7884</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>dcd20462761842b1b464ec062246c640</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>62a1519f3ab54cf3b868dccc130da4c8</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("M2M")</name><comment xsi:nil="true"/><GUID>2a4ecb72ddbc4fe88a65dc8c9b3b152d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>23fb43a520c340dfa1a90a1a5788fc9c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Check Text on Toolbar Item ("M2M")</name><comment xsi:nil="true"/><GUID>5f5e477d707c48398989d74f470bcf98</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5048fb62afab48b3874fbef3dfa36e17</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>935162f7ecb14a6aa7415f60ec118654</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>05a24b7ef883448795e6c0d7c84b520c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0a60e67b41184b9aa3fcf5e87bcf0118</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c22ab8b39d9a459596d80ac65388169b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>70b2b4d670e54436a5f1a05f1b2fe0c2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>750bd5eb182546e0adbb0f997f15cdf5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>bc7acb68d75245f19c3a463e23065cd9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>b15016388bdd4a2f801202c68e9076e9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>934e334a10b54fa4b8e0efa973b2b0f0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>MPerspectiveTests</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7121928362244f388ae02a50c6ea07bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>69ed56cca6e44db09ca8c79a98bf7df8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>ee982f8b806d443bb9212ea435d64ee1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>d1516ac9c6ec452daa3bb48ad5ee370d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>80ede59c9bc34d7a9d7118e18766176d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>308355185e8f4ad18fbeb6665277c42b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Create new Function Block'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>8978c28c5cb94d32956b95b38474b35a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>964e98b4fc3e4f8dbc67d5a1b4a2f665</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>ce78f39f1f6d4fe69695c87628f5f146</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>307cf4adeccf4f878a854fbf8d82eb08</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>06c1f651c7ae4f52b3012546b8075922</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6694d96a8833473bb2aee4ce98196370</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>abd655196e6c4d2a8c476799cf30ca2e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>26f2a0d46c184333a166b8be6e3891ff</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Vorto")</name><comment xsi:nil="true"/><GUID>f6f213b3a37f4319afcfa7e92364335d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>23fb43a520c340dfa1a90a1a5788fc9c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>EH-RetryonError</name><comment xsi:nil="true"/><GUID>1050088abb2c4e43a38b8b69af6c1349</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><interfaceLocked>false</interfaceLocked></testcase><testcase><name>EH-ComponentNotFound</name><comment xsi:nil="true"/><GUID>671190561aab4eac9d4be2a3b75572ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><interfaceLocked>false</interfaceLocked></testcase><testcase><name>EH-CheckFailed</name><comment xsi:nil="true"/><GUID>e8317a87d34b4c5580380479617da5b3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Import-ValidXMLXSD</name><comment xsi:nil="true"/><GUID>7c6e0fd9e4104af3937f964c0b4a580d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>18d4f222c5ff41f5b43198f0817d8763</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>38624148195c43dc94e370ab4d63fa9a</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e0fcef3d22374b8d8510b1924c3704a4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e6efb6c1c71e41e986d59802696ee2f8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ee1470a43b3c4c8f8609c76d54cb4e60</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>62b29e9fa1e94936b3d369edd754c4d9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>06f99899db154c0cb2a717d52fd9dc57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8c5f6e75f2254d1994a8b5aff48701db</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6528c08db91148f8992931046671e4b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src/models/'SwitchableLight.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>7393e657572b4fbd95dbcb6bdb9a7dc3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'SwitchableLight.fbmodel'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cb79e42edd144d828c6cd8ddaab290d5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src/models/legacy</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4e55e932fc48481f91522b5b9f0db745</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src/models/legacy</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3f056e58093b4dbc8460394896a55d2a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src/models/legacy/'SwitchableLight.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>3fff1d9aceea44ed8f29b79ca5f2243d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'SwitchableLight.xml'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ab9e62c14e2b46ada7f0ab47e669ecbb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/src/models/legacy/'SwitchableLight.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>af3fee04fac1444187b39381e41b7faf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'SwitchableLight.xsd'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>546936e02b984a6298fa05e537c50da2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f9df451417b04f34bfbf155215d41ee8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e1e01ab7181c4420bc79a8bb3668f23e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/'src-gen'/'SwitchableLight.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>055ba492365747c7ba452b9dadee4303</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'SwitchableLight.xml'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e1dc80e8c23b4ca6915c0893c33b6494</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/'src-gen'/'SwitchableLight.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>8c875133faf84d24930c9fea26a63c49</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'SwitchableLight.xsd'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>69ef7e78d783402cb116b120dcbc05af</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>26ce27af78dd4e7c839cca122f20cd3c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/Build</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>69eec5f4e13a47ec9efea6aefeac4506</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>7f2d660cbcd6411aae58c05d7cbb4a9f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>30000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f35d002d8ca345bd9c2087efac49417e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f0a793eb2cee46fc86c2f3985bb0053b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b49b3909cf8a4e26a89e20720eb66a7c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight/target/'com.bosch.functionblock.iap.light.switchablelight-3.0.0.jar'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>5541295fb6ae4e358df069fc1437f53e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'com.bosch.functionblock.iap.light.switchablelight-3.0.0.jar'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>f2ec13859e1e4523b0a6a864fa07de6b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Importer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>55000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b9083d5c5ccd4db18822e018e5559e71</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>31e9ba64c664469486f37915fa697cb6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5c09273b85314e4aa87e6a0941c21204</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>ab321f5e572f4fd88c42256a33388031</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>619f01eca4ab406a8fee8b6a663a951d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2ceb27bdd22e4f3db6fc03f19a7b6e40</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3e2a8ef651d54acc946a7b2ba31ebe3d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>switchablelight-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ba24958ee62f41618907d59b4d66cc9a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f09b0e31f9014ac0a2275330592820be</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>7f3015e660694d66baa886bbb327a8ff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>cfd6123784bc4ea8874587cda6b6969c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'clean install'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>d7e9826c56e54ca18f560b22db3a1db2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>a24d06a3f1e14a19a71f22e9d6f4346e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>8c9d9a0506514a5392369841a61a07d0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>602ecd3276ac4fcd865662486f312b59</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>25000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>b41935bae14d4e9fb5f52989d8875daa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>BUILD SUCCESS</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e0adbb56307a4a2a8caf6c6058cef821</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>switchablelight-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>68a590a0649042759180ee86a9dcdca2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>switchablelight-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c90cef7fa5de4c39ba6aa0f5102cc887</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>f49cd99fc09845df828e314b805a3623</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>cc4497daa64e44fd9a7e1a56b1cf4188</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>e9d1e55c02ee467dafc1d15b00b42d8a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>28d6b26e49224442ba259e2241fd1ccc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a145118817be48f1be92dd9b8f883bf1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLightModel/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>79d4307e8ab54afb9327cdc875bc4d6b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLightModel</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>abe3723a347348299611fb56fb00dee2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6e1a33ea49204c8794bf3bae57ad3dbc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>750</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5bd69732c9f4466680bf96b5992427a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>switchablelight-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>bf57f766ebbe414ebe9530e01adeccb8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>switchablelight-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9fb2574375e7454a9f87c63dea274aff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>switchablelight-model/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>06078e073d3140b2854eab6f511eb000</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>switchablelight-model/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3398eb11bb4a49668034ac2f8437c7df</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>switchablelight-model/target/'com.bosch.functionblock.iap.light.switchablelight-3.0.0.jar'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>049136038c9d4177a755d1b24bcce248</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'com.bosch.functionblock.iap.light.switchablelight-3.0.0.jar'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9121af06abb240cdb198256608ec8ac0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>DeployfromJavaPerspective</name><comment xsi:nil="true"/><GUID>0bd26930543c42dda6ff6d4014a831bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4d107acc003749cf83ff8510cf319db9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>54ebb9677cf146a68a3b233286f70c31</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>a0416dad65c54dd3ba033e0b06653886</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>3b003a66fea748878721ab88c8d9ff78</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7be29d93da5e4bf5bf52ffb5161303dd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>8dbc3951da6446f1be99a1c0beaf5a85</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4f75c42895a34d319a8a7534269b5569</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>2af187e43c9f4d42a2adf608d8733aaf</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>aaa2fbc681154e78b60a9630eccc7efd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>530d1f9484774eee876ae169ad31c940</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8301573b4cad413691d98193be21d3fc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>549cc4e7641e4f3daf869bfbe1c20c3f</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>DeployfromM2MPerspective</name><comment xsi:nil="true"/><GUID>097b5bb2bc374a27b084ffc4ffd9b52e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>ee4924d19be648eab5c48454b148aa90</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("M2M")</name><comment xsi:nil="true"/><GUID>480f5f49eafe4f189ccf99fb2c8782f9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>0ec2fefc61ce477090524bf6c08d60d1</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f013a6f7c1e64b9584497768ddc31d2f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8dbc3951da6446f1be99a1c0beaf5a85</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.ok ("Yes")</name><comment xsi:nil="true"/><GUID>4292450474804e14946c20114b6b72d0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>463ab16a7b4347eba60b1e1c33728f5f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>064f05c71de14f41b43669dc0a0b098e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5e225cbab2454a1e9deac2bacefa8c85</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Build</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>7f1c8a636bf24dd3a7bd27401c5ba47f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>d623cf1aeaa744859b5a4e21a5029353</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>30000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>ac4628cbe7a64e2697a2d2063c89d937</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>73e1862c96d54cd8844ba9deb45c41d2</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>f489059d1c2f43bba00e438c85b6bdda</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>b43fb14a9032475b94d8486bfca93633</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>df20c670087942a988c60b896594de1a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ecc8ed780ff24d5e9f280c350db03c7e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fd8036d9573f4598834faf68207e6d51</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Deploy to M2M Platform'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>f3c527ad37524259b101789a08d5b71b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>a74479a45d6d4a1ebc9c62e40ed289a7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>50000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>1428e78b169a4a16afb08ea20348369b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Successfully deployed to Central Registry'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>73e1862c96d54cd8844ba9deb45c41d2</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>165cd63641f24c8aaa78a5dd3c927f64</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Successfully deployed to Agent Hub'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>73e1862c96d54cd8844ba9deb45c41d2</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e34c3c72e6654bd9ae0bb110b6507865</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>aab4cbb6d30d4346945a5cffa18bdc12</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Deploy-CreateNewFBProjectfromWizard</name><comment xsi:nil="true"/><GUID>8dbc3951da6446f1be99a1c0beaf5a85</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>1e7dcad6dc5f4e1bb7f7c2419ffa86a7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>62a1519f3ab54cf3b868dccc130da4c8</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>33707bf7739541f68b43e86448de80a8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>aec70c181c43427f8fbea709287b3535</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>32e2af767b6f4bf58114782cada13ede</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>92701902003b42a782615f7736357b56</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Java Project'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f897dca5e43047bf8904bb9e4d5103d4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>d8ba0fae1c314185aba41f016d648a34</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>a003208244c2445a82be063235efe4ad</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Lamp</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>c35de816cb5f41868143420acd781a4c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>0c3857357f7f4cc0a630e4167cdef7cd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>ef789b0716b2490292f418bdbb2fe142</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>0ec8b06f0a9f4edfb59cc51e0425bbc4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>DeleteDeployedFBfromM2MPersptv</name><comment xsi:nil="true"/><GUID>aab4cbb6d30d4346945a5cffa18bdc12</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>13934b36a689487295db129bb58b90ad</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5f2400ab13604c3592a4bc4b880502d2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Function Block'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>83cddf6599ee4772ae53395f857d92a9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Confirm one Function Block Model Delete'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Also delete contents under 'D:\Workspaces\KeplerQAWorkspace\Lamp'")</name><comment xsi:nil="true"/><GUID>f958a4f6e6604a9f984a19c2464ba769</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>baf93ea3de8c41a2b9a08206ca0d87ff</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Yes")</name><comment xsi:nil="true"/><GUID>121f020aac884c268a8d86822e6b1648</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6f7c0b93b4d7410cab4bfaff90c49501</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>85fc6b57f6924d54b064406aa0bf4c55</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Confirm one Function Block Model Delete'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>a306acc2c3a447c5b3fff58dae856f72</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>b43fb14a9032475b94d8486bfca93633</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>f8185ca92fa8487fadacf839a98184d4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>989f59ff49134d5cad1d26d0f5c6ba9c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>70064c070de64798bb307a0ccdcb2f7d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>f7612740b56c4725b89c5a9f74ecaab8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>1697047980e7406680aba88565eeab02</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>b5387efe23f14cc4a319b405c9c2d09e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>e852c69aba5c479888280a0220bc3f4b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>DeleteDeployedFBfromJavaPersptv</name><comment xsi:nil="true"/><GUID>716dc1fa4e5f4b18b3f365c6daff2e9c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>392d770ac63d4a06938e56b1e61e6e61</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cb1c4003d2584e55a27d3e8c486d7b2d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>32dd537ad250467c94d7515daf950d5c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>97a6b9c83e944fa7bfc6d90788c177c0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>91343b9595264e01ae72657309c59a13</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>ad9d53b212834954ab7a6ef547e58838</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>4692609033d94c58b4e093127c3e07e6</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>830ed067a7ab4048a5c0d25b5f43d2db</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>047f5b3d0c08483cb912a998fbfbfbbc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>549cc4e7641e4f3daf869bfbe1c20c3f</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c5cb6313186a42e495b041a1ad856715</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>15eb0c1c64a94b47ba4ba6bf6254a1ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>3539a4c912994cc5b6182b80e6357a7e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>88fcaeec1049431abbf4530b52e3e327</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>8101c8bc25d64e49a23623c896a762ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>fa2df4534a73480aa894b7fbcbc03a60</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>921bbdcd05104e389950f44b0745930a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>94dd2e006474498f822d1449bc9a7289</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>eae8ccc0ce6745df9c5e8f144241fe44</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>DeployWithoutAgentHub</name><comment xsi:nil="true"/><GUID>533570a0c46149978e6c2d5e6e6c9306</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>f59f74bb18634752bc732aeb78abd25d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>9dd4b3fbac7f4a18838f92b132c9e939</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>6d340880282246f1b20ae96bcdd48aaf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Preferences'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>2f2b16b1efc34aff9887c9656fd47697</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ad3725ba92034812aab3c38032f9fd39</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cac430cb66d141ceb02a411676bc8906</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>46b0f1f91f014cada76d71f426ed0b27</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Functionblock Deployment'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>39197e4ad70f45b88b293a85cd7d45bd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>549cb5b4787c45d2975c31e0e2984322</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>c33359e3524945fa811c6c992e5d97ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2d341021c6524593af72cd262e1b6951</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>44c7d8b93d1746f9a35595038a56911d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab9ae09619f145a8b3dafc9be76bb04d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>f9b85988c35d4791a990b67660c1a3ea</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a37810c2c46e4825bcf3dd487541bd0d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8dbc3951da6446f1be99a1c0beaf5a85</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d1e21a9ea470497f84aea104bb3648da</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>2af187e43c9f4d42a2adf608d8733aaf</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>00697588f95e49a1af3c992aa7fe4e94</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>95000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4a733ddad9694f39a9aa6ea1bb63e8f0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Deploy to M2M Platform'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>8305e929ef804aec8799c96a1895976c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>ERROR</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("Agent Hub directory : [] does not exist, Please verify your setting at 'Preferences->M2M->Functionblock Deployment'!")</name><comment xsi:nil="true"/><GUID>5694009ef90c4e2188d36f08ae10290b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Agent Hub directory : [] does not exist, Please verify your setting at '\''Preferences->M2M->Functionblock Deployment'\''!'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>710cd6b20bfb4b028c1e18479bbbef17</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>14639aac9065414ca2197bd18a0a2ffd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>81492bb544f841dbaa253caa7d66c3ac</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>baab039326d844a3b85d08120a6efa2d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>ERROR</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>10000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>e8c4d01c5670430e9b7f5e46660848ed</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2d341021c6524593af72cd262e1b6951</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0dcdba2260d34a9788c46c25b767f628</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'lamp-model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>332721c21e64447786123f7fbfbf3131</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Deploy to M2M Platform'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>9389414dd61d449ca778321bdcbde158</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>5d54f014429648b39c58db9b2566fd19</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>3c9e43683c464ea5b471dbf1f259791a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>ERROR</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("Agent Hub directory : [] does not exist, Please verify your setting at 'Preferences->M2M->Functionblock Deployment'!")</name><comment xsi:nil="true"/><GUID>c3063e9e6e564554b76c825c486b1a11</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Agent Hub directory : [] does not exist, Please verify your setting at '\''Preferences->M2M->Functionblock Deployment'\''!'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>710cd6b20bfb4b028c1e18479bbbef17</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>ff4fb8523e7c423aade78314faba5c15</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>81492bb544f841dbaa253caa7d66c3ac</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>352a5abf04a9475eb4d9d2b595d6ddd7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>ERROR</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>26dc4728960f4146afa845ad50db9327</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>549cc4e7641e4f3daf869bfbe1c20c3f</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>DeploySetAgentHub</name><comment xsi:nil="true"/><GUID>54ebb9677cf146a68a3b233286f70c31</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>11810991bc26492b8a86daf73bde7d35</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Preferences'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>de5b49444a5748b48d6f1c50fb3023f7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>01e4c75635c94a7b9faeee8faf5d7d8f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'type filter text'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>bcc0132fdac04ca9bb1a621b665ed22f</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c75c25a2d12f4c05a062be9f49e75d74</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cecfd3582be949328e91633b2b503ff9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0cb9399c742a401780d841060bf52fad</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Functionblock Deployment'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>330a1b9b058d4419a31b9b11ed32711b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\M2M\m2m_2.3.0_RC1\m2m-agent-hub'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>549cb5b4787c45d2975c31e0e2984322</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>8340079c6d0d44818046c76a40a2af5c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>32fb378921c241148d264a03e6336e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>b8b2d3532b844a1392a11f700df9ab86</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2d341021c6524593af72cd262e1b6951</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>8503fe32b6ef43369e1fabc8ddbabd04</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>9f80827d990e4b0691573b13b8ea149f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab9ae09619f145a8b3dafc9be76bb04d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Deploy-BuildFromJavaPerspective</name><comment xsi:nil="true"/><GUID>2af187e43c9f4d42a2adf608d8733aaf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>1b9ac3a8a1924d60ae44c8cc833c72dc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>616c80b1c91a4aeba598782dadc22312</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>02206877f06349ceb78245462a9df40a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>1b42c5ff72ca4cd4b1c55fac9352889e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>e5305e9fb8a644a3bdd40f5bc393ac83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Designer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f97b2a35eff2461e96cbfe3c091f5698</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b3c22de55a6443b5b10dfd5a3e388f2e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>250</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e5cbfc103d0a4f3a94deb577c4dd74a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>1567cb0b041643d1822e69cf9a10b9e5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>19e14f9551fd4fc2ab47c1c6967298ca</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a505957ffc2246b6b96716eecf1f0b74</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/Build</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>2bb2850763504ed38c70e805838552de</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>c1fd1ffd12964899ae5958e3fe2fe2f7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>65000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>512bc7f91ede4f369d6be250b5fdeda2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>bc94ba3225f0429b92859e19ed37be0d</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>777a2a12ceb34b36b4c9025c12942e7d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>8b17ae8be1e24509b00560a25bdcf6f5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>be826caf456341cc971195a0f02c0ffc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>f2eab577fca643e78f2b4c2cf09dc875</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>8853f668555941d6be9230108892ecbc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>74c8ff7d04e94918b0d31842188f30cd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Designer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Deploy-DeployfromJavaPerspective</name><comment xsi:nil="true"/><GUID>530d1f9484774eee876ae169ad31c940</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>56ccdca79b474561bc5e8047451f240b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'lamp-model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cb501af7d77843ca8c8fe05fafccf69a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Deploy to M2M Platform'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>254ac26a7ace4073b4eb683eafce7eea</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>64438390a7524ca6bb5abd5fcf490aef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>55000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>14a32ca772ba48cab557a3d164003ff1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>d3269d26469b45f38c1764af5fed0cf4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Successfully deployed to Central Registry*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>491d0d68f8094c5cb89e1cc86086ab28</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>89adc0b1da414b9c9e278c2e69272d43</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Successfully deployed to Agent Hub*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>11c784d1da31406dac76b166a7d6728f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>b54476c5abbd4e7bba49f79a44995e57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 items'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>b50d97bb271943219e8bb4c021fc4169</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>dbab2813bea6482080e5b3048bed56c1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>830ed067a7ab4048a5c0d25b5f43d2db</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>64819c73a5964b1ea938af00182ac675</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>198ad839a31a449ea3140572bb459a1c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>585e8cffd72b41c7add6499debbc2d46</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>dcf577e542a74af5ae02e98b7880f5f7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>ERROR</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>1f05500417544671a8947861fddb54d5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>81492bb544f841dbaa253caa7d66c3ac</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>ae41c009bc894ad7b9a64616bfc03123</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>ERROR</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Deploy-InvalidAgentHubDirectory</name><comment xsi:nil="true"/><GUID>e0006d6c2e25427b90a210684ed9485c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>4daf228ba03145458584c4973527cacd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Preferences'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>1cee5212434f45ef99e240d023b351d1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>09c071ab0f1e4886871820b81c8ae3e9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>010d180ae8214da4b17646f2acc2f3a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Functionblock Deployment'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>dc476f21931e479591c865ed66f64e41</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'hello\world'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>549cb5b4787c45d2975c31e0e2984322</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>da5aa98129b140dd87b9a79ce1b61d1e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("Functionblock Deployment")</name><comment xsi:nil="true"/><GUID>97b0e2bcd283416bb4f5f839f8996494</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Functionblock Deployment'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>f4d0aadd0f9140d4a6d4a0c826ca386a</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>b560eb441d6b4cc3a417fe1d6b12fa78</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>50000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>1f1d55cf8dbe48a091f8c2705aa50c70</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>2d341021c6524593af72cd262e1b6951</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>FBImpl-ImplementfromJavaPersp</name><comment xsi:nil="true"/><GUID>dca34b2f15674f1ebe878cb7342920a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>142d0d031129462fb648a56619f8fdff</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6ce118f8443f4a3299561a3810f24f4e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Create new Function Block Implementation'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>50752eef5e5f438a9c316abeccdd9dd1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New FB Implementation Wizard'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>0f0ebe6e518340849b2c6fb8c9d21b2e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>LampImplDriver</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f578031c8e5f4f449ce1f9449446546d</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>e022cf654bee4ecda15f178d55e42095</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'2.2.0'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>50655ae9202f485fa694789921768fe6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>8f1712422a7f4a76b7a119b2f95a9d1f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>bda260ed62ac4d509b4b4c889ad91442</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>7efd45b4b8dc4ad58f94c64c87685ed0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>452d0c9905d4409c8d4d8f16b7355cea</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>45000</value></data></data><data columnCount="4"><data><language>en_US</language><value>700</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>81a691eac69a4f10956306eaa81dc8e8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New FB Implementation Wizard'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>f91e065258e1427c97c903ccff5eeb1b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>3c8b3cd1a84b46c382e7e2b61cb902cd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>ef2f6acfe15845cc8d9a05bfad7ca824</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>830ed067a7ab4048a5c0d25b5f43d2db</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>13b0746a8a71421087aa0eb6816826ee</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8724968362534ccd82afa968957177c2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/Build</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>1a0f7bbc7cb54ffc88a5a7d7fb7d04de</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>222b1fa9bb9848168027cbb33548c7d0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>80000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>694db8cd3c48402d98c52d84f03f3f15</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>e293fe60ef674914aa65bea340529ab8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>830ed067a7ab4048a5c0d25b5f43d2db</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b77dd1873a964e88bc23a58cc8b8ad80</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3744c9c9bb0d423fa10428bb5d7116c5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e3e7625a89944182b80e325104aa8ad9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fc871eb3c3e94e6e8eda07ce29668f91</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d5d27a88b6f64e438674a7544abb8539</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ff752f0da48845d185858347c7918708</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'/'LampImpl.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>097da0ac6e0a44beb94f3d9c4ccfbab9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'/'LampImpl.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>651abe28359847a1b5c51bc4bfa4b1bd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'/'LampImpl.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4f3014731bd144289bb80377d233060a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'/'LampImpl.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>64a5e426f1224183afc408e2d2e03924</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'LampImpl.java'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1b8d7dba1dfe4521b4a72b07c3cf47ac</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>afc942e3bb53443b9d04f8e5dc593985</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9431496d0bd8414c931dce779927aea5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/target/'com.bosch.functionblock.demo.lamp.impl-1.0.0.jar'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>1ade6d70e25148b8b048ed3b90fd06bf</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'com.bosch.functionblock.demo.lamp.impl-1.0.0.jar'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>36f65d5e43fc4afb99ef6ea7fb4996b0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/resources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>819877dbd06e4c61ba901b7db508ebb5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/resources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f212299ad7fc4bc8a3690c017be42235</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/resources'/'OSGI-INF'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f674f08c18324eee8cd3c99f9ac826cf</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/resources'/'OSGI-INF'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>902eaec0cc5b41ffa6f1937fa18b4cb6</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/resources'/'OSGI-INF'/blueprint</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3eec559aab794c72b1045fa3d3e8ea73</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/resources'/'OSGI-INF'/blueprint</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7884f6b0a15742d0a99f3786ce5f4a97</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'src\/main\/resources'/'OSGI-INF'/blueprint/'config.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>ac5e21b8f75c426dab8e602d8bb2e63d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'config.xml'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>36ff999529a84828b86a188cd0bee4e5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver/'pom.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Overview","Dependencies","Dependency Hierarchy",...)</name><comment xsi:nil="true"/><GUID>6b3e663e52f7419cb96d4c6e1dbc7bd6</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'pom.xml'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>1654eb51c533457bb15aa3d8e76e157f</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e4b2450c391945a68a2bb9e5703782b5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>010ea05fe2014e98b9ec77c4673f873f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'/properties</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e282032bdf15459ea6f87d576c9f0e6d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'/properties/'m2m.version  2.2.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>8c604e189c684815b9ae32327b51f481</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'m2m.version  2.2.0'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Create Duplicate Impl Project</name><comment/><GUID>532900ea7e4d446386f7dc0ab0156cda</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a7354ae4514c4f6dbade8545f8e574f1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Create new Function Block Implementation'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>28b3710ad0c14401b05e717314671256</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New FB Implementation Wizard'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>9082c8eaa50e4b56b3409614008cef84</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>LampImplDriver</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f578031c8e5f4f449ce1f9449446546d</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>f7087773120d4c8aba426eedcae35a2b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Project LampImplDriver already exists.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>143757f32595495b884f5f5b689476c8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>bda260ed62ac4d509b4b4c889ad91442</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>014df44d729c41558be266ed4a9b9d0f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6f5fb4be1f854bac9d0b6bf7af71667a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>dc788b6fa2b54c17badf5a4e967e198e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New FB Implementation Wizard'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>100000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Create another project</name><comment xsi:nil="true"/><GUID>cc6e30c772f04674bd89b995bf39ffbd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>bfd556d9842f4d9d9240787ea98b142b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d56749e5857f4793b963571c6184f67b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>aa43be3917224b8b9dff96e573086ee2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>4f415c8feaf94570af9497ce8e5eaf8a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>db67aaf1217045979cbccd1be7ba66a7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'User Operation is Waiting'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>a857e9ec824a4e59b5c0f8294d1351b8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>02206877f06349ceb78245462a9df40a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>f29a6bce5c5d4f5c9522ebf2453c44cc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>cb7ef326d1a9458b90f1ff9d681dde03</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Designer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>036df2e7e6e24414b96bfb712bafb317</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>830ed067a7ab4048a5c0d25b5f43d2db</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath</name><comment xsi:nil="true"/><GUID>00b58c72e6ae4a3094cded3cbd2ae658</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1a2b3b6308f2436e97d8e4bf9806a5fd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Create new Function Block Implementation'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>f5852df31c504ec185ceeb8a2c247f9d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New FB Implementation Wizard'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Browse Function Blocks")</name><comment xsi:nil="true"/><GUID>5c07963d38f7431fb487e022126faad8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4806949acb5248b19333a310bd63edcb</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>bccc632be756451ab07f9e44e4b02474</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Workspace Function Block Browser'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text (Specify Cell) on Table ("ID","Name","Version",...)</name><comment xsi:nil="true"/><GUID>842eff975a5b4b81a30214a88b0005c5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextOperator</name><type>java.lang.String</type><uniqueId>CompSystem.TextOperator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Row</name><type>java.lang.String</type><uniqueId>CompSystem.Row</uniqueId></parameterDescription><parameterDescription><name>CompSystem.RowOperator</name><type>java.lang.String</type><uniqueId>CompSystem.RowOperator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.String</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ColumnOperator</name><type>java.lang.String</type><uniqueId>CompSystem.ColumnOperator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>1</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.TextOperator</uniqueIds><uniqueIds>CompSystem.Row</uniqueIds><uniqueIds>CompSystem.RowOperator</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.ColumnOperator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTableCellTextNew</actionName><componentName>8f32568030a04d2598e900ea1efb194a</componentName><componentType>guidancer.concrete.Table</componentType></cap></teststep><teststep><cap><name>Check Text (Specify Cell) on Table ("ID","Name","Version",...)</name><comment xsi:nil="true"/><GUID>97d655f8cb45412784442d07ebb36e44</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextOperator</name><type>java.lang.String</type><uniqueId>CompSystem.TextOperator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Row</name><type>java.lang.String</type><uniqueId>CompSystem.Row</uniqueId></parameterDescription><parameterDescription><name>CompSystem.RowOperator</name><type>java.lang.String</type><uniqueId>CompSystem.RowOperator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.String</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ColumnOperator</name><type>java.lang.String</type><uniqueId>CompSystem.ColumnOperator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>2</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.TextOperator</uniqueIds><uniqueIds>CompSystem.Row</uniqueIds><uniqueIds>CompSystem.RowOperator</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.ColumnOperator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTableCellTextNew</actionName><componentName>8f32568030a04d2598e900ea1efb194a</componentName><componentType>guidancer.concrete.Table</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>222ded524dc84e5c8f3d18bceba3c84c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Lamp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>yes</value></data></data><data columnCount="7"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="8"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>8ab6b08d294519bd0129460564980c5d</uniqueIds><uniqueIds>8ab6b08d294519bd01294605775b0c5e</uniqueIds><uniqueIds>8ab6b08d294519bd0129460592e20c5f</uniqueIds><uniqueIds>8ab6b08d294519bd01294605ac090c60</uniqueIds><uniqueIds>8ab6b08d294519bd01294605cbc50c61</uniqueIds><uniqueIds>8ab6b08d294519bd01294605e32a0c62</uniqueIds><uniqueIds>8ab6b08d294519bd01294605f73a0c63</uniqueIds><uniqueIds>8ab6b08d294519bd0129460644d20c64</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08d294519bd01294604c4010bde</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4940024</originalName><newName>8f32568030a04d2598e900ea1efb194a</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>617a4bf25c0b49be8ae7f82318ec3470</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>8d3a937ac985498ebd30d0657f52d30c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>8d449d71e03446f59bfd73cc56af4162</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Workspace Function Block Browser'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>55000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>f2d80f372ebf43769c3003887c551e7c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>LampImplNew</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f578031c8e5f4f449ce1f9449446546d</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>adcf16964ab9485d9b3303b7bb0e254c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>bda260ed62ac4d509b4b4c889ad91442</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>612b307fcbd243daae19accfc588c262</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>432dcc90ac244822a21123f23884f3c8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>50000</value></data></data><data columnCount="4"><data><language>en_US</language><value>600</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>b5d9fde7a594477dbee9140cd4cf1597</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>5e815fb31b9a487197be0d91d72973f3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>830ed067a7ab4048a5c0d25b5f43d2db</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9327beb000b543b8a72b0c882370dad9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0937c684c11e4e83bdcfb39a63999d0b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>78ea86c0e1c9452da56e430642aee68e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>adbb02e81751412a93a3a0d7ea68d156</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>c145e9f08e30414e8fe87498c8999cce</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>6aed243164314a939db39ddc937ab248</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e779214d1947432b8e37052e71156f97</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplNew</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c8885ddb09ed4a7da9b7373c00677187</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>cd896bcd35894d05a1c84f04a407c07f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>8acbdd3bf5c94e21801ad762d36d20d9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>91c95303421b400893dc39880fa73101</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>f39c2113d3364135a8f612989dab436b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name>END HERE</name><comment xsi:nil="true"/><GUID>202454c29c76429e8b0dd60388056da7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e11d5415e41d4c99b4541e459f820192</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>815d4653152440c5b24688a7ebb4c83d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d4fc6e0945ec4817ba19f2b61c3835b2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>15000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2f5c3f7f995e41f681df49957eafaeaa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>a2713befb9184cad9bcb10c598c62efb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9d8b08ef7cc2441292b54a4a65cfea78</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'lamp-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>afee7117a31e433b813b32e841f4758e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'lamp-service'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>015d3dbea957466c87a7c402d557e007</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>0a2b9c92e9d84caeace96839cd75ef7c</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>FBImpl-DeploytheImplprojecttoAgentHub</name><comment xsi:nil="true"/><GUID>afe2ff809e1b480e9232c3f2d1363284</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a44bf3d775064942a3be14dd70e24c16</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>54ebb9677cf146a68a3b233286f70c31</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>43f9a9c813cb46dd902a45caeea42221</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d1c6a0ca731140c4842ee5fe09ae3000</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f491061201b649e1922e99c3339d3e2c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Vorto/'Deploy to M2M Platform'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>26b81cd257164dc898ee21fec5f16a77</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>9c5c0ee07fbc4992ac76bfc85b78de29</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>65000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>eb5acc7b6cb64ae7b69f3b2b4f9a510d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>20c411e63859482ebec573bfdb39328d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Successfully deployed to Agent Hub*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>FBImpl-DeleteImplProject</name><comment xsi:nil="true"/><GUID>962661025b044af8aab08eb1799926a4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5591b655f869473eb9380d81026814c6</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImplDriver</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>71e22ef239cf454dacc93c6fcd7a81c7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>7d5bc98612f1476a964870bc2ce786f0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>4fce43b11016467e819d8d428cf669ad</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>fe0e7e7041dd44f08e63a6b1cbf13840</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>02f776ebd5d840e0b0a33e1c478515d0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>226d4b6c9dd649ca9daf06fceecc0adb</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>830ed067a7ab4048a5c0d25b5f43d2db</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>bc8c0472c2ae4df2a445ed9715febe6c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d9d5a40afbc040eab06581e9cee0a48b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>824cb7040f12462e95ff7f8f6cbd0c41</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>627c142b555e49acabd7a5b5f72a102a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>dada27a509cf4d3eb7c188e068681803</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>b4ca13b24b25437a86e4fe0dd4a5eb83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>022447b9346b4b67939d9bfa69ebd288</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>aea01e93832a4bb49366da63224ab042</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>5760cbf7298f44ac88db93cf2e579e35</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>FBImpl-DuplicateImplProject</name><comment xsi:nil="true"/><GUID>f2fb4f97ef804d7db2081dda6cf6a1da</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><interfaceLocked>false</interfaceLocked></testcase><testcase><name>FBImpl-JavaPersp</name><comment xsi:nil="true"/><GUID>d807b06e11f04d2ab4c81911390a7c42</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>af8b2d01cf9e42c8abd68b961653e00a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8dbc3951da6446f1be99a1c0beaf5a85</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b4578e9211f2406ba47b52a7a5061ce5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>2af187e43c9f4d42a2adf608d8733aaf</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>800492a633984ae8a07a273996f96c34</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>dca34b2f15674f1ebe878cb7342920a5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>293933c2588b44f19f04cee3e18bd767</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>afe2ff809e1b480e9232c3f2d1363284</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7f37283fb74b4dba90860f970da4027d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>962661025b044af8aab08eb1799926a4</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0691d78c8ddc4ac787677d56059886ef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>716dc1fa4e5f4b18b3f365c6daff2e9c</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>FBImpl-M2MPersp</name><comment xsi:nil="true"/><GUID>a7f2075f64884fdcbad9d4803d6dadeb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a562b6aac38f4575b336d98c60406a5e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8dbc3951da6446f1be99a1c0beaf5a85</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9279ae8cccba4b43ac7c9e9161a03ada</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>6a0c4e01b6da4e85b837adb9ed8cce7b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c631477117ba4debb04a745fb72680d2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>bc94ba3225f0429b92859e19ed37be0d</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>729f9d98a24a4a4b8552356b5eebfda2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>b44175622a75483ba28176cf8eac5448</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6eb5019855884c92ba56c7b103dba8a2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f69836b8981d4a3da37f311ef3647971</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>455852e8878f4cb581df62e05477e2c1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>962661025b044af8aab08eb1799926a4</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>24008179d5e347298756690514d41e05</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>716dc1fa4e5f4b18b3f365c6daff2e9c</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>88869db634e6400bb789f1201f082f1d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>aab4cbb6d30d4346945a5cffa18bdc12</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>d6fcf02120c34e17b8899361b6b39921</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>9dd4b3fbac7f4a18838f92b132c9e939</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>59e5690d32644709a31a092d5aa56032</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2b396c94077246bc8348a5e8f9e4bbf8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>43e95f99e13341b89f2f7bc682ffccb7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'pom.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Overview","Dependencies","Dependency Hierarchy",...)</name><comment xsi:nil="true"/><GUID>9ebadadc4dc94d82a84aa83bcb5366fd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'pom.xml'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>1654eb51c533457bb15aa3d8e76e157f</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>08628d747b554d5583684ba21b202fdc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e153a1c3fb0942c69f8b7dcbeacd6f2c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>478f42184d31410a99c472b9c0043879</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'/properties</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4a760bac192746d3b6f9fe881a1248ae</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'/properties</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>de8c8d117cee4441bca4dd113ef4b576</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'/properties/'m2m.version  2.2.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>7df74fdacadb470bb3ff61464d4578a2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'m2m.version  2.2.0'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e5e95979971349329ba7edafe3542545</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>77e6e3c1443d4a8d8a8ac50a25527a2c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>82eb1d2cdad34e9baef4ab1a4218e53c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b178d78c9d9c4718a3026768151d444b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e31a5eeb9a3443bcb7ce6501fcecf259</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'/'LampImpl.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0291ebb42f7d433ba0f264d93c0e99b6</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'/'LampImpl.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>57383780d5554596ac73c404e8256037</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/resources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9ccca87ab4d345b2ac2c182fa6e4661e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/resources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cdb780fa6c124c02b8f228bb33bde0fd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/resources'/'OSGI-INF'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>765ecd6fe65e468e9bcaaf52b5c1ec23</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/resources'/'OSGI-INF'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6d942d794c7a4ae99fb72ce521e57523</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/resources'/'OSGI-INF'/blueprint</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>803776d277ff4ec883f7290ec383ba76</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/resources'/'OSGI-INF'/blueprint</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e1635cd0c9bf465784c3f20afe50c9e6</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl/'src\/main\/resources'/'OSGI-INF'/blueprint/'config.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3294c387f7c54354adaf1f9f216ef9ce</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampImpl</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3c8f533f09f045c493a78a1014f7c04c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>07a0ff5504da40849900e70ad2c2b7c7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>6c4d0e0e5c154615af9e07df6dc30052</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>3abb4c2383074d98874991fb7e691f45</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>88339fb6806c4af0a6efdc98cd772734</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>FBImpl-BuildfromM2MPersp</name><comment xsi:nil="true"/><GUID>6a0c4e01b6da4e85b837adb9ed8cce7b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Click on dialog.button.ok ("Yes")</name><comment xsi:nil="true"/><GUID>1b15df8450bd4331a472ecb0e8463e84</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6f7c0b93b4d7410cab4bfaff90c49501</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ea8659abd1514a4dafd05fbad45dd228</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6bacf98a762f4aa5bb860fd774e17954</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Build</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>4ef62dab5d2c441e87eb2718053d5061</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>4c8427a8803346528e86d694f7acae2c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>30000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>505bec17dd014810b9ab86f0cb55e718</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>11adff51bcba47d3a144a0e4a9fb8012</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>b43fb14a9032475b94d8486bfca93633</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a0a70e2304dc40ca8d5919508aac3f64</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a51c18a733dd4858b31d3d1926698918</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>72cb1e2fe91c42c0a0581600135d7dd7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>1faeda105f8c496289d72db105b85bc5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>1473d4b4a281459884ae16030359588a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6694d96a8833473bb2aee4ce98196370</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d603ea7c6aea4a35bbdf888e8e1bc94c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>3ba10a8f00f54466af71f48e9e453066</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>lamp-model</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>FBImpl-ImplementfromM2MPersp</name><comment xsi:nil="true"/><GUID>b44175622a75483ba28176cf8eac5448</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c6579bb057e44e30abfdca0b86fd4cff</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>11f3587eb9de461ca4e75c57a8832b0b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Create new Function Block Implementation'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>37aa224449654ee48855b952d8c64c46</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New FB Implementation Wizard'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>b61c0a827d7148bc951dfb2ad9dd44ff</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'2.2.0'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>50655ae9202f485fa694789921768fe6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>6c8577cdc5454820a55a144eaeeeddc1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>bda260ed62ac4d509b4b4c889ad91442</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>3cf2d6b65c8c4bf883768a2974af065a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>fad7d00bb4fb4c43bf71ea6af6f03cd9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>40000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>04d12f648e474faeb8f18fb084ec27b2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>a20a428c23db444b9719416c6ad0ab86</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>3c04f95666df4c7aac1337a67835ae09</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>e8d53ca0105544ad8d36e9e550818a16</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New FB Implementation Wizard'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>a246882656d94b90b08f82f75dacf8c4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>73e1862c96d54cd8844ba9deb45c41d2</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>a128cb242f374fe194b74af49b20da41</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>b43fb14a9032475b94d8486bfca93633</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9c7662b864994cb485c8c18287a800cf</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>352e551af86f479db4e01de7f29801f0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Create new Function Block Implementation'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>639b828ca3814e53a5d68ea757110112</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>17357cd2f597493d905a452d4dec5e40</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New FB Implementation Wizard'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>5f5c39b605f645b08937e3b0652d6c9a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Project LampImpl already exists.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Browse Function Blocks")</name><comment xsi:nil="true"/><GUID>4704989f012d4a3e8ed3054737895a33</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4806949acb5248b19333a310bd63edcb</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>e3084f0e395643e8a02acd2536fcf509</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Workspace Function Block Browser'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text (Specify Cell) on Table ("ID","Name","Version",...)</name><comment xsi:nil="true"/><GUID>722ece002d05486c9cfa4a8972055e6a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextOperator</name><type>java.lang.String</type><uniqueId>CompSystem.TextOperator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Row</name><type>java.lang.String</type><uniqueId>CompSystem.Row</uniqueId></parameterDescription><parameterDescription><name>CompSystem.RowOperator</name><type>java.lang.String</type><uniqueId>CompSystem.RowOperator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.String</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ColumnOperator</name><type>java.lang.String</type><uniqueId>CompSystem.ColumnOperator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>1</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.TextOperator</uniqueIds><uniqueIds>CompSystem.Row</uniqueIds><uniqueIds>CompSystem.RowOperator</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.ColumnOperator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTableCellTextNew</actionName><componentName>8f32568030a04d2598e900ea1efb194a</componentName><componentType>guidancer.concrete.Table</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>88c3f5cf23ff4544aad1ff04be297d2f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c86c2f25477244158a225d6a73383ddc</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>a59f9038fa484d14a0d0b4b9af23257e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Workspace Function Block Browser'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>30000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>11cd222af69140cbbef2863a4e756dc6</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6f5fb4be1f854bac9d0b6bf7af71667a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>0dd55dade63f4ac5a168cb8c3be4d01d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New FB Implementation Wizard'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("M2M")</name><comment xsi:nil="true"/><GUID>b23bcaa700df48f6889a1127256e4fcf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>baa999bc4510448a8dd432427c9ae861</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d59d54a311db4c2b9a76e752761bd752</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8bed02586a0f42859e819ce3942197ab</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generate Code'/'Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>37a62270879141e088ae1b7eaf859f0d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>fce2d091b5b0435ca7d5110ad67df404</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>b1d4988be5644884aee4456aef9c6608</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6694d96a8833473bb2aee4ce98196370</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c6914b2f99ff44409844a398246b537a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>1e5f7c8a623f4cd0b2e195c0866ee64f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Import-InvalidXMLXSD</name><comment xsi:nil="true"/><GUID>1b0678d77dca418695ff28b4240411b0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>dafa0f821e83434895850c46e1cf4e0b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>abac2ece71454eb99f9c9a38987f17d3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8089450aebd140b2b2e60e9236cf3a3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Import Function Block Model from Existing XSD\/XML'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>4de26fb729534cf7aec279f9ca3a88ce</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>73656bdff00b48a59f74df35dba37855</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\M2M\examples\light\SL\SwitchableLight.xsd'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>8881caec225e49c68a92df8b6fec89df</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>5932a052eabf4045bb823c03a2e94306</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>1d71080ed6114c8ca5b49964f9ae1c2b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\M2M\examples\light\SL\SwitchableLight.xml'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>300f6da694bb42f29725cddc8c9f15bd</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>9b64d9eaff9446e894cd0f998264948a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>d3607ad541394408bffd5407dbffbce5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Project SwitchableLight already exists.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>19593b2c558b44b18ec8d43ccdd3ba9e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.back ("&lt; Back")</name><comment xsi:nil="true"/><GUID>18cfbef10e58411c9b6e77feec93a5b6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>8d51e518dcb54e4797a8142663a3ddee</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>61a75cc6a6384ad4adb93164e334a899</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.back ("&lt; Back")</name><comment xsi:nil="true"/><GUID>42a2412479ea46c2adf600622e45339e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>8d51e518dcb54e4797a8142663a3ddee</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>919b9a32665a4aa8907d86109826e99d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>3312c3d6cdc340a3b81349b50aa324f2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>"</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>8881caec225e49c68a92df8b6fec89df</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>fe973207895542799ff8dd997037a11c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>300f6da694bb42f29725cddc8c9f15bd</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>621d51aabd2d4500a0e02b2afe7c7f90</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>"</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.back ("&lt; Back")</name><comment xsi:nil="true"/><GUID>0d96594b79e54cf3ab57a382dc327cb1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>8d51e518dcb54e4797a8142663a3ddee</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>2bf5efb4604f4c979d2a152354852fe8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>a2bc4abfeff7403a8d0b0d0b0f33e35c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>6c752b19eae44d35a4097f8cc6674ec9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>06da01eb3e764cb5a1c9be3d9deda3f7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>9bbdb89bbe794368a4ad64d7cdf2e04a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>"</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>8881caec225e49c68a92df8b6fec89df</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>f65a1eebdf7f420ca0e49b3c15413b2e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>5dde51efe6e240f894dbf2e98021f87b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>0b3350fd08f9436f895521cd51b298b3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>5a66cbd3fe6943c49598d4a34fd8b7b2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Hello'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>daf6c7cacc5147a4a6b79ec82d3f0515</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>d809fd43d82043189abd4b52b344ecdf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Enablement on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>2ed73059b3ef4e1b8c863312753a9fe6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.IsEnabled</name><type>java.lang.Boolean</type><uniqueId>CompSystem.IsEnabled</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.IsEnabled</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyEnabled</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>05ca72e6c6d2460198e9677ba0906c06</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>963af484695a42f0a00681259a498ac4</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>80664ea0745b4b7baf86768f2f6869f4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>6a248caa6984488cbd3b2a1861f8fb1c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>ee3f1c39f7b34c348279e27e42fb1474</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>348d3ebff2a741949d2c09e730670378</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>78f958ee161842ef9159ef9beb36a70a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Import Function Block Model from Existing XSD\/XML'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>5ee0ada94ff44f5f9f286c1cdc68ce48</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>11c18a8ed7e740038c545d2e87a183a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>96986131e32a4d678b70a02c83b6b9ef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' XSD file path must be present to proceed!'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>3c392652b44242528aa7ddf4368cb27f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>963af484695a42f0a00681259a498ac4</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>e8a1d1b7f1534875b5bca1bfd636f737</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>4ed9feb5c334456d9c7569e00de71550</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\M2M\examples\light\SL\SwitchableLight.xml'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>300f6da694bb42f29725cddc8c9f15bd</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>875ecb7496864c3198c047f0ecf76e5f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\M2M\examples\light\SL\SwitchableLight.xsd'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>8881caec225e49c68a92df8b6fec89df</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>17290225b89245b883e29b4deda31c26</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>d6a85824ce124a349db1ca0f805ae327</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>' Project SwitchableLight already exists.'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5f226e58224f4e409b445fb8d0b3bee3</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Import-SelectXMLXSD</name><comment xsi:nil="true"/><GUID>38624148195c43dc94e370ab4d63fa9a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>ddfcf0865fcf4f629fa495723a9bdbc3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Console*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Click on Label</name><comment xsi:nil="true"/><GUID>dd9dc0e5477642a98003858594fc9ba9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>05bca457a9d741588e64513ebc2e2236</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>9eff32b6802747bb975297de6d882b66</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>bfdf716bdb7b4e8bb63aa53b13d21dd7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>79210392faeb482c810206bcae727cb0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>62e3653fa6414ac29625ff117a747201</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Import Function Block Model from Existing XSD\/XML'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>05c1530875544a9cb8c0b6756328fbfe</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>c3f4cc9e02294f5c82ab653f0bbf68d6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\M2M\examples\light\SL\SwitchableLight.xsd'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>8881caec225e49c68a92df8b6fec89df</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>96b949f193a74813969801a1853e2f9a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>0337b128fa254aa6b8edd1ac2ead8bbf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\M2M\examples\light\SL\SwitchableLight.xml'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>300f6da694bb42f29725cddc8c9f15bd</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>404a6e581c50467f98c4a91756be4b36</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>5c948d2ae8294b11a0b36eb903d9932c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>8869b05bdfdc45f7aed1d95aadd2e946</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>7297f650f90a471c8b73aa7800cf4d8e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>c0e6fb7ef95545cd9cbcf7ee00f486ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>ef34be6a7ae94791b03380554c24e4c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>c9f10e6a19ba4518af1ddf14c45ea121</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>90250fa146874434b72500942dd77346</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Importer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>0ca27adc0597420e9797d4e0cd183d75</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>0cd65b16d43f4a87b30203e3483a0537</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Import-DeleteImportedModel</name><comment xsi:nil="true"/><GUID>2e5597311f884a0c8ac83fea05f405de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>58d345b1834640d4b814ca17b86d248c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>switchablelight-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6ab5a297a9d14d3a99bf735b9e505694</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>fa7a4190170947f5ac7d9b434b8e2203</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>1e56cc2bf3984a55a149e2a4a5bffcfc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>452d60b604b64677b513a7069af96268</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>2abdd5b657844241bf0b324173203102</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>5a2089a3a6d64714b64c35f76e52525f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'Exit'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>295729ede4ba446baa92709c25367375</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>17462ba0c0e041cbb603d73f2df6d39a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a19f5b5677f347c2a9dcd52ed1b150bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>752b60add0374d9cb1c0f3d2c5c6f260</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>d65afcccd9874e599c889e3d45cd26e3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>f32d2237c8224561a5984255db411a0a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>3f8a4ffa295d475ca4c4128bd02c9091</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>73a5b881f7144213ba61837d68af4cf8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>SwitchableLight</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>350fc45201804f069f2c8cea6a9fdba9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>268594dec5dd4897be3ca3fff22ea2d7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>01e9994062a243139f5ad64bb344fb8c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>4179ee44ebab4495bda0d0a1db97f3a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>7627ddb22da84c259f9a2337c80841bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>afa7975bdd9b4b8d88dc04c60c2261cc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ecdea86018364f1a851703202da66e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>EclipseSetUp</name><comment xsi:nil="true"/><GUID>82429fbb9f974d5d8029a8d13e5adda5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>5f59612aad4044bc9b8c539c6b33c428</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>47cce20a2d6c43f9a87e76cd2254b874</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>be1fcb4e251b422eabbcd09c7bea8ea1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>1ed579efd39349f6ab10c41fa878656e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>3b003a66fea748878721ab88c8d9ff78</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>63e6b3ec0e2941c9b59d2b9964e54ccd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>SPACE</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e0342d093dcf4fae91dfd0bb1dffe4e4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>X</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004a</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807ca</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Show Console</name><comment xsi:nil="true"/><GUID>586e7e2c5fe149bfb5915714bc993f0a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Console*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Show Problems</name><comment xsi:nil="true"/><GUID>2388a1b3ae3a4d3ebd6b3cef9f2a0978</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Problems*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Show Outline</name><comment xsi:nil="true"/><GUID>0da2953bbbcd46a3998962b69a956648</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Outline*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>0918c113a74c4bfebcbe109b5c1f4225</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>35000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>e6731e7f701148aba57466056bcd1a8b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Preferences'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>93e2db91ce6146559dd4098dca65bd65</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>cec94dc0e135468f99c3fdc56eceb345</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'type filter text'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>bcc0132fdac04ca9bb1a621b665ed22f</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6ab9a1a797a14f86acc671163a17772c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Maven</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8c523b9538c847969e0f8502e3b50c37</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Maven</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a5394bc8f4e44ba7931c14692db45161</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Maven/'User Settings'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>e6594c2b32c04a2d9598ca2f5d2bdb0b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\maven\conf\settings.xml'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>7402b60bccef4589b026aa3bba9188a4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>6c5a0de4127c42379252fc53842d7c01</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>6b5b7b91f1d84299a1129017b1e6be99</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>32fb378921c241148d264a03e6336e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e3191356d9474ae88e532a4b0c0a0f4b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Java</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7536ae7129594cd1aa48e6de5832c372</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Java</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f56f1f6128984dbe8e89b302c5adb202</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Java/'Installed JREs'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>41ca30b67a6a47578a2d03f8085bf09c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>'jre7*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>yes</value></data></data><data columnCount="7"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="8"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>8ab6b08d294519bd0129460564980c5d</uniqueIds><uniqueIds>8ab6b08d294519bd01294605775b0c5e</uniqueIds><uniqueIds>8ab6b08d294519bd0129460592e20c5f</uniqueIds><uniqueIds>8ab6b08d294519bd01294605ac090c60</uniqueIds><uniqueIds>8ab6b08d294519bd01294605cbc50c61</uniqueIds><uniqueIds>8ab6b08d294519bd01294605e32a0c62</uniqueIds><uniqueIds>8ab6b08d294519bd01294605f73a0c63</uniqueIds><uniqueIds>8ab6b08d294519bd0129460644d20c64</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08d294519bd01294604c4010bde</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4940024</originalName><newName>1d14ec8a92a846f5821db7072cb809f4</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on Button Component ("Remove")</name><comment xsi:nil="true"/><GUID>33d7ad728a21415eb984fc40057d936e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4f65d3f6a337467cb7c8189ea77242cd</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Add...")</name><comment xsi:nil="true"/><GUID>3636d92e9b4a4d91ac26d6becec2891d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>95270b15207c4c688c994d09f983ba34</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>72642cf7bde24250b5f68b1ccd549168</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Add JRE'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>3aa67c5355384c2dbb174819be1a3cfc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>098eae1cfa394a93bae631321f537d9d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>97c429553876479287ae3b7b53ed77b9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>350</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>d202c4dce389487b93681e5de35331ad</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'C:\Program Files\Java\jdk1.7.0_45'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>2fe8cb4d18c24ae3aad4eac7521655b9</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3041628c115842529ebdb81298bd3810</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>6213b6f318c547eebc702340a67f8729</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>438645c3b2c941b4b826881238b1fe63</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>433589eaa01845758aec54ae7b16326a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>'jdk*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>yes</value></data></data><data columnCount="7"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="8"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>8ab6b08d294519bd0129460564980c5d</uniqueIds><uniqueIds>8ab6b08d294519bd01294605775b0c5e</uniqueIds><uniqueIds>8ab6b08d294519bd0129460592e20c5f</uniqueIds><uniqueIds>8ab6b08d294519bd01294605ac090c60</uniqueIds><uniqueIds>8ab6b08d294519bd01294605cbc50c61</uniqueIds><uniqueIds>8ab6b08d294519bd01294605e32a0c62</uniqueIds><uniqueIds>8ab6b08d294519bd01294605f73a0c63</uniqueIds><uniqueIds>8ab6b08d294519bd0129460644d20c64</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08d294519bd01294604c4010bde</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4940024</originalName><newName>1d14ec8a92a846f5821db7072cb809f4</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6294cb2ba725467da840481f9dff61e2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>c74236200cfc4f82be715ea77079a860</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4940024</originalName><newName>1d14ec8a92a846f5821db7072cb809f4</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>57d22d965a914faa92d4746c24c452b9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2d341021c6524593af72cd262e1b6951</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>OtherDataTypesandValidations</name><comment xsi:nil="true"/><GUID>5dd5ff3afb474ed4b6a3c5d4149372a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>eea3bedf01bb4340af41a2aa92f7bbe1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>23f9698dd732493d9a501e60e58f9fc2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9e1175f03a5a4218aca2c83752234c75</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Import Function Block Model from Existing XSD\/XML'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>361af3be4d3349038fc944cf8d74f498</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>610e6bf8161740e6bd7df48f24917e86</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\M2M\examples\light\Lamp\Lamp.xsd'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>8881caec225e49c68a92df8b6fec89df</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>9c8e8bdcabbf44dfb9ad09cab6239b31</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>d593c8d7dcfc404ba277174a8ab7a800</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\M2M\examples\light\Lamp\Lamp.xml'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>300f6da694bb42f29725cddc8c9f15bd</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>562185aeb9ac49688930914f58404533</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>ac7448e2f19d412797f7add705077df0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>136344b3f95c4e1fba8c6e06e0f42a02</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>4a6da3b706d14b97a446edcb907b4a79</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>06b26754bd5d43049962049ecef99c80</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>0f4c49cc6f9b490b8ee2a822a66c75e4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>43523af9a5c84dc186e98680f5f7a6fb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Importer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>a409d7b0159640098fcbd26d6b982052</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Find\/Replace*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>77a386cfd0f24d148c5feef94a639313</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Find/Replace'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Combo Component ("power")</name><comment xsi:nil="true"/><GUID>74afc6622290477caeb738b894f11ef9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>power</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>1b5bdc4600e940acb273d12ebe150cff</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Find")</name><comment xsi:nil="true"/><GUID>f67d86fb6810488c94285bdb51ce5777</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>32e31b1693204a639749cf4497c3d05f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Close")</name><comment xsi:nil="true"/><GUID>d0c07c0f608041e1bd0e8bdef72f2967</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>0c945e78b2b14ff0a8114c2567dc5041</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>c07b039f21834865bec2d4dfadff3713</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Find/Replace'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>d016073174264861ae0ca262972fdeba</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>END</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>87a4089f171c43cabc2160c8d0f94d51</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ba7f380bd61e4be2a71d07f98377934f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mandatory tstbry as base64Binary mandatory tstbte as byte optional tstdbl as double optional tstlg as long  optional tstst as short mandatory multiple tstmlt as byte'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d67297d14e2f4ae8a572168f254e0173</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>24166152764f400d82f878a46fd2ebf2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807d8</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0ebb412785264ea3b618f623d20284a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>ecb02cc1e6774c94aa78d63616bac25d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9c5e9e17e9494a54b594298e37e3662f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b3421f4c5d8e4764a29e79b32c4e4852</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>10b28d500e4b47ef8c101b0f2dde3117</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e85ab2489d2b4310ae7d2b5536b2d4fb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e7f35d93ccc744fd96d24e09b3623939</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>8071d1f9448a43b084cc1170dab79f83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>badcbfe627ff45cab9106a45f87fe49d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'clean install'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>84dfc73f298e4b32b9faa29d06d306f7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>52ce5a6605744a8083b311e2bcfb2b63</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>8ef23ea1a4854f0fbf1faeab19cb7e4b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>63d60ab824814dc886f0ecef8fcf3a1f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>35000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>ce30d1bbd07645699ebce57a3e44f7b3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>dbf73e66246a478fab2778c122028dae</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>cc442f0ad5bb42d899b47a1feab3d5e9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>fd6bf474af5a4ed6a3b24685719a4e44</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>de019f293687498c8481613de4047a98</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>3f88e59aa80a4c239baafa8ece7ff97c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8668f6fad17e4a17b11e596d60afb2d9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>282f683fbd9b4125a1bf9543fd2725f8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7b70481bd9064f69aa4e3aa37d364c77</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model/'target\/generated-sources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b8ed4863d9cf492a8e289c752f3bf261</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model/'target\/generated-sources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a87e88efc1c2496cb65fc284d65f86f4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model/'target\/generated-sources'/'com.bosch.functionblock.demo.lamp._1'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7a396ad3680542eb83ed0430255bd2ae</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model/'target\/generated-sources'/'com.bosch.functionblock.demo.lamp._1'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>dbe2ce76136c4d42bed9fb0eed947615</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model/'target\/generated-sources'/'com.bosch.functionblock.demo.lamp._1'/'LampProperties.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3a38167dbc504cf1ad680890ee08012a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2d64a5fccbfb4459a8680a99930fa655</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampProperties/Configuration</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ec48e7c7cd9a425a944f6f1fef91823e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampProperties/Configuration</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ea799ffe55ed4bbe888d5ab2b932c844</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampProperties/Configuration/'tstbry : byte[]'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>d2338e04694641b0b7a09a6af9be6e68</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'tstbry : byte[]'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f91aa822c635457289e7541044021a60</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampProperties/Configuration/'tstbte : byte'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>f031191dbf044f6e97d61319391a7ea6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'tstbte : byte'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b2bc1b3d93434303a3101550e4c16c56</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampProperties/Configuration/'tstdbl : Double'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>cd935cc832094eef89f3dd585dbe6df7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'tstdbl : Double'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>140fde8c49ea4b10ac475a357af5c434</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampProperties/Configuration/'tstlg : Long'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>554ce08e4a9c4fdbbbb96ddb57a0708d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'tstlg : Long'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ba63e460c245477880fca7d02b01e5a7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampProperties/Configuration/'tstst : Short'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>a75e2d5868b841d291aa937079a062c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'tstst : Short'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9d5b1a86c64e409d8f1206ddfcb23bcc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>LampProperties/Configuration/'tstmlt : byte[]'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>b80ef92c50354a16a4f7658eaa3b0ba7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'tstmlt : byte[]'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fdf5ae6ebba245c2a8a3b9cc46f085a7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e51f9ae2df184c4b875798a7beb6ff91</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6489d21824b74761a851aeb454b9136c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model/target/'com.bosch.functionblock.demo.lamp-1.0.0.jar'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>8c37019788ae45468de9a2e28fd08fb7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'com.bosch.functionblock.demo.lamp-1.0.0.jar'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Lamp.fbmodel","LampProperties.java")</name><comment xsi:nil="true"/><GUID>ca3b4dd0b5b4495ebfc33f09106acba1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Lamp.fbmodel'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>156f492a64af4fb0b132c92f210fffdf</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>ce71c9435b874e37b5f565c062a3e4ef</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Find\/Replace*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>22696e79096840d0b97df4b11fdd0eed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Find/Replace'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Combo Component ("bulb")</name><comment xsi:nil="true"/><GUID>7019107109134f63b08145d956f1b131</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>bulb</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>1b5bdc4600e940acb273d12ebe150cff</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Find")</name><comment xsi:nil="true"/><GUID>4a12fab5ae4c43c38f9970c3e45d149d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>32e31b1693204a639749cf4497c3d05f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Close")</name><comment xsi:nil="true"/><GUID>835e02ac0b1c4b89adcd1c5a7d6501e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>0c945e78b2b14ff0a8114c2567dc5041</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>6f4f12e83e4c475dbe5e9a59813d0a0f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Find/Replace'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ba8893838ead4032af5ecf7853d937d7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807cf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>c27f74bcadaa44bd9f89bd120a73dbfa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>ENTER</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5882a3e9b24b4a5abdf3fd2ddb88c183</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mandatory bulbTS as boolean'</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00049</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079b</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8cf3869e6ca04149a4c88350d300793a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c9</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>33d804eafe3843ca8136f817db23058c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>402cd57a91254691b8a42ad863e21ca2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9097f131f2034e799748eacd6358084e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Label ("1 error, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>7e17a0f8eee946949dcaddd09f446d8a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Check Text on Label ("1 error, 0 warnings, 0 others")</name><comment xsi:nil="true"/><GUID>ecc2725c2f1d491d82cb0ccc940c95b0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'1 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c719addcb7cc4bafb921803e6dfef29c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ab3abf5bf8b94b999a8674eacc8afd21</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>7497a4a466a2447abd04cb2ee1503f24</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>82fb8b37b95c4c6f81fb0ab1ea7fac1c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>388652e328ab45d689ebbb7854d521fd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>7c4f162221bd4b9793e6be590622c3fd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>8b6a8af0711c46729ee917de5865ee2c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>80a591dbf43b4140962cdb92070a5d3d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>830ed067a7ab4048a5c0d25b5f43d2db</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a50063a3c42b413abe93cd4a9794dc6e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2815d76b7189469a992f75cf3f779aac</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>b243dc4ffce9472ab508a2a0f79f2f4b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>6108df0a1cab4360b448468843dbea99</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>a5102f02ae4e4952879b52c38e2f1c29</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>7c02f3cb44a741f49d87e3df5e36a690</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>ab77bb15687440dba5445571c8fa5331</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>7e54bfffa3e24123821dc568133da1be</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>36d84a951638414daf8ef6520dc287b6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>HelpMenuExistTest</name><comment xsi:nil="true"/><GUID>5cb5fe7e520641c68fbf573fdb0a5062</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>a23a45f1c9b9443e94c065cf98dd732c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Other...	Alt+Shift+Q, Q'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>ee44f32cecf94a34b2d517d55ae1bb31</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Show View'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>80610bae65614a36af5b26bc90123ffd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>help</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>9b370dd5192f404a9d6789d7d5f55423</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8648356c89c54990a395d2e61bcd726f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Help/Help</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>da59af24349e44dbb1a9da090cfcbc9a</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>7bd1a6caea014b359ab3a44dda5c6777</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>235cb4774553423097831595e2a18419</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>943ff123d33b41ea8642d4d50c5d0a2e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Show View'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>70c6a4697d8c40479bbb854fc6de371f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>10</value></data></data><data columnCount="4"><data><language>en_US</language><value>pixel</value></data></data><data columnCount="5"><data><language>en_US</language><value>10</value></data></data><data columnCount="6"><data><language>en_US</language><value>pixel</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>6734e76687174f04adc144b7c586975b</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>360440913e42490690d3ed76eb5ae740</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'M2M Toolchain Guide'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>3ce08eecf7174ff3a0f9e513d1ddd69d</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>bf5084e9434c4ae6b9cb0a43485daab1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'M2M Toolchain Guide'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>3ce08eecf7174ff3a0f9e513d1ddd69d</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4880273a0f7a4fb8922c630213d67106</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Help'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d20f012f</uniqueIds><uniqueIds>8ab6b083181dc1bc01181dcfdd7f0019</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364b007098c</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a497002b</originalName><newName>c9170949dac74d7da5a1ca9eb59bb17f</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tabbed Component ("Help")</name><comment xsi:nil="true"/><GUID>461b0e6c76284d8688259e49eed16067</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Close'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>c9170949dac74d7da5a1ca9eb59bb17f</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>ExitEclipse</name><comment xsi:nil="true"/><GUID>ac3850dfb208477183e5a83a22d789cf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>5902d42f75894cbdb741ca57ebf677a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'Exit'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>2dc8e7ab6c914973b529fc41a309bb48</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>ed67d96e55c143fba964542443bcb3b1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Create a new model</name><comment xsi:nil="true"/><GUID>be9a4ce78b724db4b30781aa73f93951</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Show Console</name><comment xsi:nil="true"/><GUID>29fc941f6cd74ae39bbad3bda1bf2d95</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Console*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Select Project from menu</name><comment xsi:nil="true"/><GUID>a981de61b86b482b9c2b2d952b43b14e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Project wizard</name><comment xsi:nil="true"/><GUID>1bffeeb381814a2aba2718c3a4f3ce87</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Expand node M2M from the wizard</name><comment xsi:nil="true"/><GUID>f5834c1cfef04646878ba67b173cc204</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select M2M node</name><comment xsi:nil="true"/><GUID>4161ea08e6ba4fbb8bcba881ef505890</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand M2M node</name><comment xsi:nil="true"/><GUID>63519953ae3a4a838c805f8236029b28</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Funcion Block Model</name><comment xsi:nil="true"/><GUID>bc440ef65dbd486fa084c725830f2014</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click Next button</name><comment xsi:nil="true"/><GUID>270a9f5c5979476da7cc41198d2272a1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>KeyIn Fridge in Function block name</name><comment xsi:nil="true"/><GUID>d97fcf1056e04931adb4c4e0f53b7d89</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click Finish</name><comment xsi:nil="true"/><GUID>3e3a956a84a74ddca4a76e6612b67e8e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>84c7d44f7c274db2aee51df49e4da6ee</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'User Operation is Waiting'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>328f49eafc784e58b6ec7e9c7c32ec64</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click No</name><comment xsi:nil="true"/><GUID>6fad15032c5b48f28b77d54d459dcded</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>02206877f06349ceb78245462a9df40a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>8795ead03e98479a8b47d97670efe9e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Designer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Fridge node</name><comment xsi:nil="true"/><GUID>bdf62029666e41299fdef06423340d75</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Fridge node</name><comment xsi:nil="true"/><GUID>9308144b3bc0419997792949ad032b20</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select src node</name><comment xsi:nil="true"/><GUID>0e8374ae473d423b83cd27b6c8d9ba76</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand src node</name><comment xsi:nil="true"/><GUID>ef75434df51644f7bdc0fa769cc0c364</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select models node</name><comment xsi:nil="true"/><GUID>5983cf1467194fa79ee7a216076ce346</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand models node</name><comment xsi:nil="true"/><GUID>315e7ba10ca84b439db301f4e33711a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Fridgefbmodel</name><comment xsi:nil="true"/><GUID>dca2a2b35bea4ce9b4f01ea7f7d46777</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>791f2c2ccbd94222ad2b3228b3443425</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>SPACE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>61c5e737fa9d4f0fbf8c48678802843a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>c7fcaeb2533841378965499ec2970ccb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Fridge node</name><comment xsi:nil="true"/><GUID>49c91baecbbd425384acb1fe34c7fa51</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Refresh project</name><comment xsi:nil="true"/><GUID>3ff1305f7c25408b8fadf19010fc4a38</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9b32ac67b23246239e22df7f35e73cb5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>02da1fec307e4ba580f5bd47e68e5ed5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>aa94f3464b7f4b1c825699a3e467c88f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>df65dd28842a4b94a1962a926735bc7a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>700</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>bcb73d60414946ebbbf63a227dbbbe30</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>77ac333eb7fc43e790b7a439d8850bf1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5c87b8194bd94cf0aef6cbe9831a934d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>700</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9d7a95972fd044f981472b61bb258dd6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9d35ec0842d04ad0be4ca16d44c97aba</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7b6621fbe7864cfc8850d1a08cf95441</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Assert FridgeXml</name><comment xsi:nil="true"/><GUID>2702bf7e69ae466790bb88170534c2aa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge.xml</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a648455888f54ecaa79b0249ee4a84b6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Assert FridgeXsd</name><comment xsi:nil="true"/><GUID>472faa50badb41f384820e3df9ca2331</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge.xsd</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ade7bbf1af7a4aafb1bcb25f5125bb9e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7d4cc0a90a0b4b7a80269560a89f8121</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>52046dc56e75475081382b84fdad52a8</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>25000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>03c74b1efc0745819871cbc9cf417c3c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'clean install'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>677eeb4c1d3a4ebcb28d688012875599</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>e5a3c9c312d141d08b8aed55d146415e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>dc5e26eade0e49e6b773d1b837458c3e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fcbe6daa3cc8481c8cb1cb44dcad25d5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>25000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>743c60ac10f748bab277bbc02581a3a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'[INFO] BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4f3bfbdfa53e48f1a7219d1cd7eeba8a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ee15d5e3db794049baabb7538cdc3d2d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>61d2005ca42440e59db659b63f8f95be</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>5fe69cfcc4254758a36d47c06b3d536e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>03a939233ea147acb2420c7a962d6625</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9341e49f1529459e981dba8debc596cd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>700</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>aa675989b9c94cfdb02b96e1f438a93f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>97d17c3fd48c4660944a1e0a04bfec0a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Label ("0 errors, 1 warning, 0 others")</name><comment xsi:nil="true"/><GUID>5d5cb20db7fc4e9aa368d42707eb3032</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 error*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>08400610f7d2401f82988437d252e97a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>175c40baf5a747e2ba1d134e913bfa2f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/target</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c9d9f4542cb749f49adccbf5dea7a1c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/target/'com.bosch.functionblock.demo.fridge-1.0.0.jar'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>fb999bb4af2c4cf99b0309e68f72d403</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'com.bosch.functionblock.demo.fridge-1.0.0.jar'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ab74b54af4c64e589d6d24ac4c935c79</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>386546ff11b1454da3a4f0c4f85a7dd5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>29feb05a3ce24c59bddaeee0aed66883</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1050088abb2c4e43a38b8b69af6c1349</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ae5619744faf45e59a89f5b8cb74783d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>671190561aab4eac9d4be2a3b75572ca</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0827178e17934cae8d3dc76ef45c5895</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e8317a87d34b4c5580380479617da5b3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>07757e32080642138d54da215898268a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>98f67af3fa5a4156b7f754cc05319d62</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>fridge-model/'src-gen'/'Fridge.xsd'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>738ba2d9f1d943d5be5dde0ff427bf2b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>350</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Design","Source")</name><comment xsi:nil="true"/><GUID>b2486c3e2ed74d938c495d0978db72f7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Source</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>1654eb51c533457bb15aa3d8e76e157f</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ff2d940cfc08406ab30fc15643d468cd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Outline</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d20f012f</uniqueIds><uniqueIds>8ab6b083181dc1bc01181dcfdd7f0019</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364b007098c</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a497002b</originalName><newName>9a25d389978b44a7b020423166258d50</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9bc725c57c7549fe89d64ff23f88f9de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0653f79fad764cc6b0f556f95f12dc83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>237a2ba79ebe44b5beb20117a9c21d21</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>88d49a8cadad49a182cf1eedbaa8c406</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0909321487ea4847ba908e8b80efe905</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a94487d2951240b297c614a32d19b095</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c2e9d14ec401441c9e44f1e76fb86314</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/'displayname : string'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>777176f444e64e6ea5ed6d9ca0ab01c6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a962bd64332d4a4a9ad6c99a464404bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'fault : anyType'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>0073af7fcdc14257ad01f292dfbb2a9f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'fault : anyType'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>08231ebf1683410d99a5efa32019d62c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>365b83946d7143819711f917e3524f11</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'configuration : anyType'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>623aebb6663443ac8d93a62f4facde58</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'configuration : anyType'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e9854fe77d7f4237b6bf44493e27bc74</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>df7934f9d7c5462b8afb911c1d8fe832</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Elements/fridge/'local type'/sequence/'status : anyType'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>5f2f121f1ad44f9f97a076931841b2ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'status : anyType'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>BuildFBModel</name><comment xsi:nil="true"/><GUID>bc94ba3225f0429b92859e19ed37be0d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>80aa8f2961e64de79bc1d3b6812482f4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f856accc597c4e53ba1d680a6fe230d0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>92fe30aa2b2c4ad1a5abba98e38eb009</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>25000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>05ba515e424a4a53ab6147524fa2af13</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>BUILD SUCCESS</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>414ba23ef3e74aa9abd732aec1915d03</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-model</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>663826a016804450ad7416909f51029b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>5f020313ee3444e8984254815f646e13</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>a7c89e6a396645cbbd97c5f4a487ed9d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>7828b4918d5d4d259147f10c29df0812</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>e5fbb97bbe6744c7bddcb45443853c00</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Problems</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a30e6583dab94b3fa9f5b2d24f4b89b2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>2000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Label ("0 items")</name><comment xsi:nil="true"/><GUID>8ee38c70560e4a4cb72fe10e14f94168</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'0 item*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>d49c753a169f48dcb4dcb7feab6cb985</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><cap><name>Select Tab by Value on Tabbed Component ("Problems","Javadoc","Declaration",...)</name><comment xsi:nil="true"/><GUID>4a7697fc22554c169bae6e36613c3b29</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Console</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectTab</actionName><componentName>98003a9039624fc28bdfa8864d460a83</componentName><componentType>guidancer.concrete.TabbedPane</componentType></cap></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>c7574c71385743df95aabedce5089070</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'BUILD SUCCESS'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>a5050ad1fb37409b9ab6b6b9f2df6dc9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>830ed067a7ab4048a5c0d25b5f43d2db</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>VerifyFBImpl</name><comment xsi:nil="true"/><GUID>0a2b9c92e9d84caeace96839cd75ef7c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>73812dfdd7c54bf794d77d29677b5525</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1000e5565b6649e18500cccc05148de3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>21c56f85be424cb494f6f19cc0a540b5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>8e8bcfec483f4148a2db830eb1237f7c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'clean install'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>f2247f1226804a0a83edfbaa46436a44</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>aba646fa684e4403a1aa0b646936ccfb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>cf0e232e5597477ba7bd12ab85ae538d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>27d8c393008048a3ae934e24c8df87a2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>30000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>f7dabdbe59f549a6b93c327a6ec71673</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>BUILD SUCCESS</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4ff70aec739441f082315b2211153c8c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>939f7d9a3a244a09a4cf3b5967d846ff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>0d86e519391c447fbe2136482f9eab7f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>f45adb1570a24b248ce2d7cdfcb0843c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>432c21a0803c4db8bc7d17060749f471</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f950afa986eb400ea95238f556e4ac2c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'lamp-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ad6be13c89ef4ec79e4b7fe1a25cf3c7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>99680c97a54645a385f11ac46e09f12b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Select Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>38e24d11eb2d4d01bff23ea3dac277aa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>76755b33a6f1412c89b222f99ba339c8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>ebdf90d62ba64a7dae48d2da1909272b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>683a162762c54405949d0386e3eb12f2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'clean install'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>e749af17bcf24ad2aee99e891563924d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>ce8c315d3de842d7a49986f7673a0c57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>3ec6cd9affb64daca393449dd395236a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>276deb6cebe44c35956441ca54707572</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>30000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>f7bdafc3417448b09f6a0a5c4dbb583f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>BUILD SUCCESS</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8b77164c34ec461581c8852c9566a5ae</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>7375c0643432480e8ee04261dc565b85</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>d34bd50c60734672b9ad7341efe7fd54</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>a911c46799124977a9b58aefd398b6c0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>10000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e119c446aabb48ddb09abdea5fd309af</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>15a0d79d0eec4b54ad34f674b5ac7854</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fc0cbf0e0cf840a7a15b55ca1353aba5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f919c4ec9ab44bd28c4176df4cbf3a86</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>64d5bdcc05b9485bbfae3fabda529146</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>702b6d5e9b3c4f3693c97ad97e066dd0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c61a7cb844eb4691b91d1689b6711a7d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'/'LampService.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>95794ff9c54442e78f48df71cb45d6d2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'LampService.java'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>919ee1e992b24793b01d1a35f4b5f271</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>bc6cc2a4744a4c3bbd008368fc5e3b61</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f89db8266fd240e2bd1e5dbeee4a7c2b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7615d55cabb1467d8440c85fbb59d2e4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a437c5b6fc3b43109b20bfdb960752d0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'/blueprint</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>840dc6e731e44908aab3599e3bd27c46</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'/blueprint</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>67eda33a3e174366a582fb03188b38bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'/blueprint/'config.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>b1775551ebd94d768e0d05c1ec297b3a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'config.xml'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b558486932d740e6ab174292891762f1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'pom.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7afcb00897f84378a3c34a35ae106eed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>de70df0d6b394823bccdd6e60cbc08c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>20cdd7893073491ebb65dabf99d840f0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'/'version  1.0.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>6db6c95858014daabf51fc36b9791de1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'version  1.0.0'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>VerifyFBImplM2MPersp</name><comment xsi:nil="true"/><GUID>f69836b8981d4a3da37f311ef3647971</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d186600305b449178bfb1f69d18b5ae3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>16c9588bf2164e4ba3d1d925a00eb26c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>90accf9531b84b54ab62c6fae7669e69</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>30000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>45fb4dd0132e43dab12b8f7b9586d4bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>BUILD SUCCESS</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>47c51481d9f74af3938d0072898e0d40</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0e3eb5a2cc9645eaadc8b6d89f922647</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>acf54e4c7b6b4a90ac4887a946aff4ab</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>8e11c498fbc64263a9ae4328d2638c89</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>0a534c7ab3924154a884a0adf8c5fe90</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b8eedd49a2664138834757fa2075a440</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>50daf2ba5e3a47be9bc3adff957a1a6b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'lamp-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8bdcfacafd474a5ca172bb4261944fc1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>be06e24fd6c44e579339f437066d5684</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>f491e757dbae47d1a9cbad87e8b6c093</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'clean install'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>d7ab16500f834c3e8b46fc03fa16c971</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>f768575a860b4802b9f782f7facb2a42</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>9988096b702341b4a7456ed7d164fb91</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ac8eb5c570bf414184dcd37657fbce80</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>30000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>2995bc39f9de4b7da0af345a01e574da</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>BUILD SUCCESS</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2d63bf2c57674639948496164714f74a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>6da8f3f3d8074cda9fc3d24010de0234</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>47d61e5e34b241c09e5d9e8de1a2f3f0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>e7d5dc2504214605aa4cd00a76e9875b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>10000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>155faf6389c54065a1dbb8fec5de59fa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>efe3faa5399b40f2a4bdeafcedd781ea</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>47519dded0674d1e9a89920fbf1040b5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e90c5ad9c3754692a805f6edf0051ef2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>bade09c2a1fb4a05a321d888b66901f3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>83fc8f9c56f04f5aaae13f5b2c6f234c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1cd0075701a64e26986f14325a131985</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/java'/'com.bosch.functionblock.demo.lamp'/'LampService.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>afb08a384162403e9458387170433f38</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'LampService.java'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f935b6a837fa4681856ac63a1cb0d0f8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a97b1af2497946589450288eb4b2aada</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>175f18752c7843268a339164d0968ced</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e4f136b7c068471ab41f3e0f4bdfbf04</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b1aa8d1ce94743c08df5ed419a161646</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'/blueprint</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1b3eb8da8f9d42b6ba4d83422ff9afc9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'/blueprint</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>173af28af424415eaba188a97b89961a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'src\/main\/resources'/'OSGI-INF'/blueprint/'config.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>982b6cb40bbc45279f56bd71bfdee369</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'config.xml'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3f667434329d43e68c70cf28aeb5aa2f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>lamp-service/'pom.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>210d6aed80834289861879a2fa8f3b6e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2afe54da08b84bf8a8a3fb530089428a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>59efa275a5da40c79d3d19429ddc7161</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'project xmlns=http:\/\/maven.apache.org\/POM\/4.0.0'/'version  1.0.0'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>f1f25a9d78444ff3abdd8f3a1b9ddba6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'version  1.0.0'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>ccdbd13ca7b74e51939898e6da9a38e8</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Delete the Project and Model</name><comment xsi:nil="true"/><GUID>549cc4e7641e4f3daf869bfbe1c20c3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8a384d53c45f4abbaf06f77e64d16889</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>f9920c24fac54c09ab5c706fabf40096</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>4b2a7496e0684ccd801db6c429443dbf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>1e58fc9e11314e228df7e84352f2b687</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>4ed64c6470d94ee4b0b0096e5747e1cd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>7add1a99f6334b778e0fb7c5581ff22f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>5bdaf65623c24baea5f38ddb205baa79</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>0e564a12ac954f9b98174106a8f8e050</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>dbc6d24d48334c45adb8973467c1683f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Lamp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>44d5611544a5452f85e19e9d52f26aae</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>32959f83016c46938a61cd9f03b64cb9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>321876648d6d456ba8eb7b81ee49f466</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>8a9accb216594f71a7cf377faa67fc5f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>fb5ac871b8a54513b4c919bcd3d4010d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>d6e0e83d8e3449b58e0de6f72952d831</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ecdea86018364f1a851703202da66e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>GenerateAllTestSteps</name><comment xsi:nil="true"/><GUID>fb5c70c70f7a4c289f0813c3ddc6da86</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>50e20da3ea3242ce9244d824791bf0e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>1787c1ffab1d47479a31f1328106a66b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e3c9f06197274f33819c72c43357c2f1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cfb2781cf19545018949b6cb3fe8f9ed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>81eb6385f3c04d3ab8a1ed890a29b782</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>5d2bc89e079a46288540545791980f7c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>GenerateAllTests</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>6b88142fb1034e8fbeabbce4030c22ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>b53407d12d704629856c7e6e0fef7781</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>fae40ef7c5f64de4942936513883cfd9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>746dc39052f845988526d8622c3aac09</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>05aae8478ad549dcbd821b647a86548e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8db50f80d42d40ce82c5cc403ea3d86a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>GenerateAllTests</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>21e7c2dfd12a4643a70d1b20e675ffd8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Generate All'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9531cd2b1eb34ba1a5cd7ebc19d39102</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b5edcc39dcc44f7ba54b2567380a1e73</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>bbbb6cddd94b4e6f8cdfac41a2d04083</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>1738ee6c8c674ecb97e47be56d55da65</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>395f3536608045e6a0b4a44c792c38b7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'generatealltests-model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>ed8e5c7f892e45b0814693994c0db4cc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'generatealltests-model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>edb1bc455e7c43c4bd1af438e250eee2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'generatealltests-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>71b003ac3627402f8e52d18f729f5274</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'generatealltests-service'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>679b9e8988e54417a92fef261998d927</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'generatealltests-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>dc164696cc0244139cd13f43fa17e86d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'generatealltests-webapp'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2f96f00715154301bd871b512ad4fc86</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f16d0fbb9a484e18a82769e88ae03d81</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Create new Function Block Model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>true</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f7d5eb4cff404af79885e40116cffbd0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d5b004cba8894b498a4ca826b79f6f06</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>391475319c6e479784854be50eead93d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8954f8c6908e499aa35e8afaa36af9bf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate all'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>14002fa045824913a2770120a5a4ebd5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'generatealltests-model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0a319b905b8842b883f502eda9aaa252</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Create new Function Block Model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>true</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2ccd5111e3f44c8ea5387d068c740ce0</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d1d61ed76d7d46f192b64c0a57d40c81</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b9c55cf28be44740aaef074800b76b55</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4a009f054dbb41d9995e2e9e6b643b91</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate all'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cd9d895fb5064cac8537499facf6b048</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'generatealltests-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5380205fd5f84ce09afff4fa08ccf533</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Create new Function Block Model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>true</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6f112457a97b46c699c154c21ae09634</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>548dcc154b0d4d0e82b5bbcba52e6988</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>44c7024cd9954db3b2a2cc174048ef69</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3a628011692d452fadac164c1c152858</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate all'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>false</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>false</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c6419f8b6b964bb7a12abc14e72dcac3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'generatealltests-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d865d4726e1b4ddca66ae4d93f2540c4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Create new Function Block Model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>true</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a9b5acabc2544ae0aed5d2c84cea73e4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>GenerateAllTests</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7483ab3a79124e50982369daf1e6662b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>true</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f1b44008235d446ca9e03b78a1016106</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>true</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4fbca3d9d62747f283664570af6f38f9</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>true</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d68de17c55ad4ca8b2637395abf4e34e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Create new Function Block Model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>true</value></data></data><data columnCount="4"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>8ab6b0832433fd9701243438e0240042</uniqueIds><uniqueIds>8ab6b0832433fd9701243438fd520043</uniqueIds><uniqueIds>8ab6b0832433fd970124343912920044</uniqueIds><uniqueIds>8ab6b0832433fd970124343943bb0045</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b0832433fd9701243438167b0040</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>edf70c20fc5741f0b1f8207b6bc0bbd7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>724a38cb9b3544bdba403b18c3a9ce63</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>GenerateAllfromM2M</name><comment xsi:nil="true"/><GUID>af8588e4be9e40eab79465a98f8b0005</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>aad31e2670e14fba963407d873f843a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>71b1bf7815034c14906414acd8c7415c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>603f7cf55cca41db8ffc593b5d0c91e6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>b75c190320ce46d18061eee760427ebd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>156bbbfdef7846168c68ff7fef5fafe3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>MMGenerateAllTests</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>bfd5b984e0d0429abcf4248457c33d83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>310d81acf169443cbdf7ac30a2dc5b71</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Yes")</name><comment xsi:nil="true"/><GUID>403652c620484bdf9fe0e63c55b17340</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6f7c0b93b4d7410cab4bfaff90c49501</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>c0f1c7e2b9aa40b8aad21808fabcff3b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>2792f4de258b4b8ea4649a6997129b23</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>930697db5dd24be1bd65e8bdcfea8db2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>MMGenerateAllTests</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3f2b5895656246ecae679ef8effbbeb7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generate Code'/'Generate All'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0e016d91cdc44514a7f54b85c34f92a2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>350</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>1c91682064f741639e7b123ebc2bc095</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>8fc221e448be49a084aad8e868f1638c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>00ef768683864a309ef71697b776a8cc</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>df9f0d0766af4446bf158904b1299304</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>70673abf7cc947c9b00ea1733c4f5788</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Model Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>ba2bd644fed64551a7baee887d3b965b</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Bosch M2M Service Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>b42f424c586844a0b5db6a7c226344c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6694d96a8833473bb2aee4ce98196370</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>345d165013d64b34ae0351133a5b1c5e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>MMGenerateAllTests</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>27a0b05f104442a084c3e73550bc45a5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>MMGenerateAllTests</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>afd4fbd948794019aff1da8899c7b63f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'mmgeneratealltests-model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>3cc09f25d7c7452c80b60e5da4159642</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mmgeneratealltests-model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0ffc108a939d484e990ad8e29bf7cd44</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'mmgeneratealltests-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>62545e8f537240c99c0983ba157cb9f0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mmgeneratealltests-service'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e9c77554f9364701a0ff6c1c0671de9e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'mmgeneratealltests-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>cf9caa31f3ec423395c7321f02712f30</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'mmgeneratealltests-webapp'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b9f2094807004ae98569ce9182be61bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>94d63275ea92474baed8a7cd6da0bdf0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'dummy-basedriver'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6a04d0e0b27847d99737d70e3f555e0b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>724a38cb9b3544bdba403b18c3a9ce63</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>DeleteGenerateAllProjects</name><comment xsi:nil="true"/><GUID>724a38cb9b3544bdba403b18c3a9ce63</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>dd5a269161fb4013acbd1f4bf1ea4883</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>47914ae6010943a3b0ec693b14f38be0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>68c7e11cda4443869d01439fff83c987</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>b8d8d6861631460e9d06e23ad7349531</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>7a0f4865e96f45108200c40a19f45fe5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>1e81caa34ae5485ebbf5a704c0376e3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>d985fca66b814591a6cbc130b74b07f3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>1e06fde124dd4c3abde9564e0d934e30</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>EclipseSetUpforLuna</name><comment xsi:nil="true"/><GUID>bb1f47c1491246df81d800629c923fe4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>06c4690bb9a944d9b0a52ffd323e427e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>355ab6971531474c94735532cff24025</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>47cce20a2d6c43f9a87e76cd2254b874</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>188e92117471495bbc4f69bc5a9eb1c2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>3b003a66fea748878721ab88c8d9ff78</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>95124787a8b04ca2b408e6437d7b3bfa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>SPACE</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7e88893f3f6d4aae890abf5185fca6a4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>X</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004a</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807ca</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Show Console</name><comment xsi:nil="true"/><GUID>1d73c3929a8849e7946cebf27e5208bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Console*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Show Problems</name><comment xsi:nil="true"/><GUID>ec24f5a558b044539e42dde2e4ca3160</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Problems*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Show Outline</name><comment xsi:nil="true"/><GUID>fcad973325a14d8fb33e3217d8d2d07f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Outline*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>c84199eddc244af182aace09cd0866a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>35000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>88615ad73b604693b1fe32720b869e70</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Preferences'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>dcbc4a472015418ba536de00e1ba3957</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Preferences</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>7971431799574fbcb2efd7be2994500c</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'type filter text'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>bcc0132fdac04ca9bb1a621b665ed22f</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3d95512601f0405e884f2edb5dfcc008</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Maven</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5ca0815e5fb149c49a670052b5d84c6a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Maven</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1683ee7db82f472a9e34916d086dcbe6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Maven/'User Settings'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>90c63fd9a96c4b6cb954faf8de65cc4a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'D:\maven\conf\settings.xml'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>106c75b252c74bab8482294f7306b8da</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>a9ebf750b3684c959e385c8f191c5984</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>53f48b24d85a4b5fb90270b40a6d78c6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>32fb378921c241148d264a03e6336e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e050cc644c1346b2b4efa33c8cb26b4c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Java</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f02cb00959dc4cc99fd5b1b68fbe5128</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Java</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7cf11f112ae24bfe9d7d94a90c41f763</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Java/'Installed JREs'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>8437ec8ba6b7473485b89d98d97d9020</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ee6e58dabdc241ed9bc6092291c9007e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>'jre7*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>yes</value></data></data><data columnCount="7"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="8"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>8ab6b08d294519bd0129460564980c5d</uniqueIds><uniqueIds>8ab6b08d294519bd01294605775b0c5e</uniqueIds><uniqueIds>8ab6b08d294519bd0129460592e20c5f</uniqueIds><uniqueIds>8ab6b08d294519bd01294605ac090c60</uniqueIds><uniqueIds>8ab6b08d294519bd01294605cbc50c61</uniqueIds><uniqueIds>8ab6b08d294519bd01294605e32a0c62</uniqueIds><uniqueIds>8ab6b08d294519bd01294605f73a0c63</uniqueIds><uniqueIds>8ab6b08d294519bd0129460644d20c64</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08d294519bd01294604c4010bde</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4940024</originalName><newName>1d14ec8a92a846f5821db7072cb809f4</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on Button Component ("Remove")</name><comment xsi:nil="true"/><GUID>66b06a22c1404641ab46637c700715be</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4f65d3f6a337467cb7c8189ea77242cd</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Add...")</name><comment xsi:nil="true"/><GUID>86b396f75d1846b9b1e5b6bf655aa3fc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>95270b15207c4c688c994d09f983ba34</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>50f43d785de345a592b93ab0be40e5a8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Add JRE'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>0ceea66178c84c3d9fa829b9c7279a3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>098eae1cfa394a93bae631321f537d9d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>16b4e9fa3c6d4bc79a679cb15ca46789</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>350</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>a1dab6c5a71e4a4cac7bf1839124e228</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'C:\Program Files\Java\jdk1.7.0_45'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>2fe8cb4d18c24ae3aad4eac7521655b9</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0d278c4a815e4f05abb8b39a8ed66fcd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>d5e152f945f844acbaf414e3fcd95040</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>438645c3b2c941b4b826881238b1fe63</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d1cb75ebca7e4490ba9d5c2b77a2250c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>'jdk*'</value></data></data><data columnCount="4"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>yes</value></data></data><data columnCount="7"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="8"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>8ab6b08d294519bd0129460564980c5d</uniqueIds><uniqueIds>8ab6b08d294519bd01294605775b0c5e</uniqueIds><uniqueIds>8ab6b08d294519bd0129460592e20c5f</uniqueIds><uniqueIds>8ab6b08d294519bd01294605ac090c60</uniqueIds><uniqueIds>8ab6b08d294519bd01294605cbc50c61</uniqueIds><uniqueIds>8ab6b08d294519bd01294605e32a0c62</uniqueIds><uniqueIds>8ab6b08d294519bd01294605f73a0c63</uniqueIds><uniqueIds>8ab6b08d294519bd0129460644d20c64</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b08d294519bd01294604c4010bde</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4940024</originalName><newName>1d14ec8a92a846f5821db7072cb809f4</newName></overriddenNames></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>15e84c92e016409a9616e051934bbd6c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>c74236200cfc4f82be715ea77079a860</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4940024</originalName><newName>1d14ec8a92a846f5821db7072cb809f4</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>4280989af4644d0290c8b887caed9e2e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2d341021c6524593af72cd262e1b6951</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>CreateWebServiceAppVorto</name><comment xsi:nil="true"/><GUID>b39962e404184ed6b78dffe6fc39fd19</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>074021621fcd48c1851a089045f88f25</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>444da07308ae4ed9a71addcf57f1ba0b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>700b3d1d9810469b896ad5071f08198e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>dc1ef1172a76475ba52454cf51196f77</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ec18a456328a4cb78e6767988c763d14</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>9829699c115c4e66a625660c838517f3</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f794eb643cb745068fe82490bff5bb3b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>3026d7d5d7404a5b9b36a37d3160e5c3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>37d432d3c3d6412c927fc5fa9dd7c90e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>545c582819374148bea3e65c31057f26</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>570321c27e7749828d678eef273bbd38</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9829699c115c4e66a625660c838517f3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>edb3c87748d94cceb1b374f14f644f0f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>f62bdcb07bdd42f8af7d1b271763b917</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>CreateSteps-SelectNewProjectM2M</name><comment xsi:nil="true"/><GUID>bd64bf9717024657b85e9d4b1321a4d8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7f90c0a66752475aa52e81bcca35f212</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>2052cd579df24a1f98ed05afe31b946e</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click No</name><comment xsi:nil="true"/><GUID>811f33c469004a7daac388d49a452f65</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>02206877f06349ceb78245462a9df40a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>10eca4601b6a449e9520567d87a948d9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Designer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Fridge node</name><comment xsi:nil="true"/><GUID>742cfdbb089f4dd59a6002c6f34646ab</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Fridge node</name><comment xsi:nil="true"/><GUID>65898572b700460a85a4747cf040bbf3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select src node</name><comment xsi:nil="true"/><GUID>11d8d7a3b0e14f87aa418bbeaf41a522</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand src node</name><comment xsi:nil="true"/><GUID>a2e5e77f37ff4758aff6f73e4ec01810</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select models node</name><comment xsi:nil="true"/><GUID>1f0ccb41f9a2401e9c1e86a8e83a8865</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand models node</name><comment xsi:nil="true"/><GUID>2bcc704344894b7f8d57f2bbd46d4a43</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Fridgefbmodel</name><comment xsi:nil="true"/><GUID>7eb76897ace04366b849877efe983edb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>2fa4149a89e943b880bdd7619bc99629</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>SPACE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>0fff4e9bf7cb433698bc58a56e62589b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>48381f9a4f894283aa03442b1c496ff5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Fridge node</name><comment xsi:nil="true"/><GUID>65f80c5835db414db1cc70dc8749cb19</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Refresh project</name><comment xsi:nil="true"/><GUID>65cfcd086ff944bd84384c9796f79896</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>dc522100ce054175b75ff74968e62416</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>BuildWebServiceApp</name><comment xsi:nil="true"/><GUID>9829699c115c4e66a625660c838517f3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8e9a7d909c6f40d9aadcbae9b56ed9f4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1b8d8e3ae2094957aff5de91192d470c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Maven'/'Update Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>b88730462f274d8da4daf56deda02ace</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>4fd8f4bf35a64c90addfa9ec144daa2d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>3f4a3657529f417990a04100129a2f55</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Update Maven Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>dff4e3c6435f431fb958e5a8fc4fa4b5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d2361b15eb7e4d45b4778a7dbf4cf53b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3a02073173244e7a8cc570171ef77fc8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d347d99794b64bfcb12c2f9f22c5141f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'/'com.bosch.iot.fridge.model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>67ffbed2ae524c9bb5a0c40f62f641bf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'/'com.bosch.iot.fridge.model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>57e4c1e8c19d4aa38b9e2540e3dfbd67</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'/'com.bosch.iot.fridge.model'/'Fridge.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>f3a2e12bc844448b9f88f66fe98f75e5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Fridge.java'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8e2c1c79b9f341bab829e81795762e21</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'/'com.bosch.iot.fridge.model'/'FridgeConfiguration.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>e0fee799e16143208297ed3fc46d6af2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'FridgeConfiguration.java'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d1a83d83c90f4c0889b1075411aa1442</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'/'com.bosch.iot.fridge.model'/'FridgeFault.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>8fac3366d79c4660bd7647e8323d7298</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'FridgeFault.java'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3cfb5d687b2d4c429b30c0307b3ffa74</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'/'com.bosch.iot.fridge.model'/'FridgeStatus.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>18849c464a544d4aa92f519300a1e8e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'FridgeStatus.java'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>924be6e05477436f9ad8024b6bb967a6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'/'com.bosch.iot.fridge.service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>14fcb38f7b824072818619c0b80365e7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'/'com.bosch.iot.fridge.service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d8380fecab86409dab0520fc5d414cf5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'src\/main\/java'/'com.bosch.iot.fridge.service'/'FridgeService.java'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>de62fb0a011742f08742824c42b90258</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'FridgeService.java'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c71d074951f147d4a4908a7492b07959</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ec9579004aba4eccb90d8213f9981c68</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/src/main</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>253206cedfc84cb9ae4246f243bf90f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/src/main</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>66c56f6a38134d2383bdb8fb5f49a8de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/src/main/webapp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>61e52e1eb3c7424e83ee2b9d367fa9a1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/src/main/webapp</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f2b3a4636d47499aad0bd0ab1f134c51</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>250</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f212fcc53d5741e0a9a2c71a5995b76f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/src/main/webapp/'index.html'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>1438d7d91686407d9f5d5c658a0cd1ee</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'index.html'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>727d266269ee4563ba64476b5520bd04</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4d4340804115430bb8bf8ca50b95ed45</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'/'pom.xml'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>efe583a30751427a95a68814a8e4d4a2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'pom.xml'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>GenerateAllVorto</name><comment xsi:nil="true"/><GUID>545c582819374148bea3e65c31057f26</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2b926306337f48ffb8f65ac41674f5f3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b80bada089604d29b31f19f26dee7478</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Vorto/'Generate Code'/'Generate All'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>12552c7480b24917b644c59389a78dc6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c74e6a11202747c7aacc6d8a8511f35d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>4a9da5cd90754750803c5735ac5fa7f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>15000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>2e008961d7c148f8abdfa266678b2149</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Started ServerConnector*''{0.0.0.0:8080}'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>CreateStepsFridgeProjectVorto</name><comment xsi:nil="true"/><GUID>3db9863637dd40d39dc21d95008b6326</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Show Console</name><comment xsi:nil="true"/><GUID>bcf6da211dd144cba565bc181b227124</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Console*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Select Project from menu</name><comment xsi:nil="true"/><GUID>8fd0ef39591f466db2cd57762b0b46b8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Project wizard</name><comment xsi:nil="true"/><GUID>612ce6ba41fc4e30a69cd27f4404ffeb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Expand node M2M from the wizard</name><comment xsi:nil="true"/><GUID>dcec2e99cc744275b518d1fec42439f5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select M2M node</name><comment xsi:nil="true"/><GUID>b158eae543c242aea7f779af2146e65b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand M2M node</name><comment xsi:nil="true"/><GUID>e6c9aed14c944c1d988c43c6f420bb48</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Funcion Block Model</name><comment xsi:nil="true"/><GUID>abec42fa52044070b842faaaa560d39f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click Next button</name><comment xsi:nil="true"/><GUID>c6d33f944e104f8f8ea74c95ff4e5b0c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>KeyIn Fridge in Function block name</name><comment xsi:nil="true"/><GUID>4a6330b52b3e4d64ad14eb6fffbb81af</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click Finish</name><comment xsi:nil="true"/><GUID>7ed3a3c2334540ce981277fc24b4a4e4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>a81ecc824b264072918e4cea8efa3e8b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'User Operation is Waiting'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>903c9f00a55043c4baa3ca0bd325ca89</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>CreateWebServiceAppFromVortoPersp</name><comment xsi:nil="true"/><GUID>9e8c370e292a433481154876a9c445fd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9fceab2a8e8b41c3a75e118277e87cc3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>3db9863637dd40d39dc21d95008b6326</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>ac7705c5b8d84046a187bfb69142f0aa</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Yes")</name><comment xsi:nil="true"/><GUID>9364fd55f6694b67b9f7f6a0e74450ba</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6f7c0b93b4d7410cab4bfaff90c49501</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Vorto")</name><comment xsi:nil="true"/><GUID>aae9cec7684e43438b62a8cb9a76c178</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>23fb43a520c340dfa1a90a1a5788fc9c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e40a6672b4ba47e7aef4dda52899a939</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ea96ccd67d374aefa4cf3b42fa304a5f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generate Code'/'Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>7d45f69a0a944c7f99057757a80b3205</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>1726b1cfd108488994e0971d11f760ab</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>dddfd555ceb14906afb23222c8961e43</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Vorto")</name><comment xsi:nil="true"/><GUID>021c8fde5dd947b991cdb221abe1ee84</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>23fb43a520c340dfa1a90a1a5788fc9c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Check Text on Toolbar Item ("Vorto")</name><comment xsi:nil="true"/><GUID>4b51b2c9f1df4439a237156309df5c12</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyText</actionName><componentName>5048fb62afab48b3874fbef3dfa36e17</componentName><componentType>guidancer.abstract.TextVerifiable</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1ae7d057e45340d4b8f0809315b83a2e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>0a5c56e8ac8145a6a37cd6009f203813</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>cd4d4cf9af1a41a5af23e7a7e1aad8aa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>dc1ef1172a76475ba52454cf51196f77</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6cb4e9105a994824826d0b2cd0e9db05</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9829699c115c4e66a625660c838517f3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Vorto")</name><comment xsi:nil="true"/><GUID>ece76a34e5c74bcb988759c4315602eb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>23fb43a520c340dfa1a90a1a5788fc9c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0729d0db64214ba8ac6a6cd4ed453953</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>eb4f2d12221e4afb9929062b28c634cb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generate Code'/'Generate All'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>7294de24fd084a7aa87e58c704c70e59</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>887d1ee7de1c464ea78587522271c949</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>3494c9be417a4cfba8a9f6700740d7f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>cf0d60b2a52d4ba7a3669ad2bc55e196</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9829699c115c4e66a625660c838517f3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e7c34f41f468426099417751eb3a8b3c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f62bdcb07bdd42f8af7d1b271763b917</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1ffff1122fc6423c8d6b92c48c4d4681</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>bf0ea607f913418a8057f896c6b3c1f2</testcaseGuid><projectGuid>5fe70d5ff9af42419dfc748c24bb66d4</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>GenerateWebServiceAppfromJavaPersp</name><comment xsi:nil="true"/><GUID>dc1ef1172a76475ba52454cf51196f77</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e02fee423030463d8e6ee574f129a97a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f311861f52c54d71a83d9bc9699a18b2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Vorto/'Generate Code'/'Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f2681bb39e5142f7bb79e24cb04002a3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e43bad5860724e67aed27cda87b96c0e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>eb801910a27546a2873ec2162d2e3136</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>f1788a09c2e24de9a8215be2422298e3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>fc11de4f44234b3480993be3cb9526f9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>100</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>40ddf0fe9c3545809af93b9cfa2fd049</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>122fde9a9cad4308a01b3b2a8ccd97b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>19a14b6f984647d6b2b81cba4f8136c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>3699c7f55c304f41b51acdc4b4c3a67f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'jetty:run'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>25dcb4a9639e460bae16bcd7ac6bda53</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>0341b72023434efda1341713a4d496dc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>c4cdd516590840b2a8ed8738843c003e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ff83f18e7cf249d99aca08226185a447</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>15000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>cfa76d932d5a4a38896bf6e2a28055ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Started ServerConnector*''{0.0.0.0:8080}'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>ResetRunConfigAndDeleteProjects</name><comment xsi:nil="true"/><GUID>f62bdcb07bdd42f8af7d1b271763b917</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6adecd894fa446078871ed3a767c5b97</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>697d31b369d44a7cb8f623679d0c22ce</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'Run Configurations...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>ed3c9d72a9ac409daf7de22e5e47f2b3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run Configurations'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>f9430b697f86436ab18578a6f9c18489</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>52481f41e31f4ba4b2e15ff1449fbfcf</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>20a9cbd5129348db8a491d86ad07b6bf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>cef8a7e54da9412f94a2258db7f9d56b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Close")</name><comment xsi:nil="true"/><GUID>1bd0f48499814445a3020ddf4a2a5ffa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>55d4a96c0a1047a8b103e6b40be3e422</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>d5e8c892bf6a47f0ac9b2e4cc026e841</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run Configurations'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>82d2282dda774f97a1a36bf12de8b67a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4d8c52c6b9b7434db2dc785eb6689222</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>137bcec619084d2bb8d0f0ed1f948f71</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>8f347819d09b49ae855b00dc1922007e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>f069a5cbc7664d488b14c6633dec5fdd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>3ee2ed8a89714f33b28806e704be7af5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>b9276a080c8e47458c7200b73e3582ff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1b797be39e1445349665df587b32ada8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>564ee016108f4e7a9da5edcbd5c708f5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>cc08fd739f72453ebe2d2252c6077a6e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>3ab11084f74f453fb3232d13bc8db584</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>b2fb0321ff9d4560a15d909c5d636055</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ecdea86018364f1a851703202da66e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0820044489ea4d0c90f258e071986ac4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>66fa56bed7de4ed2aff6dff48cb37ab0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>43e9624a92cc4467bdc640fd7e7cc7bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>400</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ffd10a9e70de4ecc8e357183cc53ee53</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8dbf2ccbe7224d54be9ae8d27aef1960</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>0dd5f779b2d747ccad5aba4ef834db42</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>236c0b0e891448eda372ee0c6ac65117</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>38d7b1df75c643f8b25bf0350cb9181c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>72fcad37e76e47528080739193aaaf11</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>d07fad8735f34e868db40697aa3f1618</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>CreateNewModelfromVortoMenu</name><comment xsi:nil="true"/><GUID>49f8bd4fa4504d1e826d7dac48933588</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>39b89b4006ae4d8bb8a00091816dbbb0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>3db9863637dd40d39dc21d95008b6326</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>9e2551c9afa3483fba9967e713419d57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a03b22f8d5134a9298bbe20e74cd4d20</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ce6a78e464f045cf9e89442c21f0cb7a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Vorto/'Create new Function Block Model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>11d694f9f25f4b1bb6b897832ae3331f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>c6eabd5c68264815bf5ffb6ef7e615e6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>bda260ed62ac4d509b4b4c889ad91442</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>fd07423e89084dbf803b0b289df4d34e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>c0008d5076564ed5a8d5363c885c290d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>9286a4b9c0454c08b1caa4386c578fa9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4424fd55f47148e19fcd91d69b705d43</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>34f6377320d34990884dbab7226e1d0a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>83bb48cdb2454aa48f3daa96dcefa5dd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3a8e8fb2a5af4eabaee64d0222fecf71</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e29d5f8dc6224051b6cf26baa507afd4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock/src/models/'NewFunctionBlock.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>8d50cae4d61b4a949b1fa89e02f98492</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'NewFunctionBlock.fbmodel'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Vorto")</name><comment xsi:nil="true"/><GUID>23788bd218354715805df9d1b8fff16c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>23fb43a520c340dfa1a90a1a5788fc9c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f8541730ee3a4d86b60ec9020cb300c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>bbd0d63441604752abafddd130f85465</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Create new Function Block'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>20337043e7f34a0a9c5845e1f79c0e6f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>5ee4efc2ba964d489e25b3bd21bdd404</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>NewFunctionTest</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>5010c460ce004b8fa0459983be8be7a4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>bda260ed62ac4d509b4b4c889ad91442</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>dcb3628702de4d1a87fd30d406fb92ed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>ad495716f2214571a23021f193068db1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionTest</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>4072b746694b4b678c95b28fc30fe2f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>835f140c91d5491686cc9d4ade9f5e32</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionTest</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d6df21085b1841bea88ff914a9e03db6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionTest</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d5a4b5461ed84b3da99556f2e49edc2b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionTest/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7119b3b9e275417587f5d2180d015ccf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionTest/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fac53abd65284502b9eed0e35ffcd0a4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionTest/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>716794b8a3c24266aa0617bd01ad0e14</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionTest/src/models/'NewFunctionTest.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>ddd51c44d7bf49379e58230f45d28348</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'NewFunctionTest.fbmodel'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7204d9c26099495aa3f7128abb152d36</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionTest</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>86302e9bcdd749c6811683881263986a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionTest</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8de8c9e9b911498684f47f4e0751e0e5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>82f58a281cfc428da44c3a16e63deea7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>NewFunctionBlock</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>008caded81b24d7ea6c4a42ccd0d19f9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>946d3283826e4384b9209d4f8a57fa4d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>6e098a4264e64b34a19b00150e644f66</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>e6108a43c8284540b4227f97052424f4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>a0f9e9b5ba3b40ebbadf9088c903e3ed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>ccece95b6b394e8ca4bb97bddf959957</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>DeleteGeneratedServiceApp</name><comment xsi:nil="true"/><GUID>3026d7d5d7404a5b9b36a37d3160e5c3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>edb4d8163bbd4d09aefa1068a1ac086d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fd4a140497fc45c7b17975c843e66d7e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>e1b37a53aec940fca1eb7b6a4d48b60c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ecdea86018364f1a851703202da66e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>e96d947130164b1b8288a963f0f1eaa2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>3ab11084f74f453fb3232d13bc8db584</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>d56ce52ea92c473e80fb1729b121aef4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3425f806b3ea41d7a821a99f5817b82d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3cdcd08aac604c2a9d82983eba1abbcf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>6bf53ff626514b2e9cbdce6b87bbf574</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>79eace6a7bcc447aa8a2422731934f96</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>da343826c7804219b446dfa1e8d097d3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>64a7b656ae0940d1bfe8445394f60801</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>282d261c19b84a1fbbfd1093a0478393</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>CreateStepFridgeProjectM2M</name><comment xsi:nil="true"/><GUID>2052cd579df24a1f98ed05afe31b946e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Show Console</name><comment xsi:nil="true"/><GUID>62c957c34065470990c11cc3d61a3f37</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Window'/'Show View'/'Console*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Select Project from menu</name><comment xsi:nil="true"/><GUID>910b2c21ebca4339b01369797bbc9118</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Project wizard</name><comment xsi:nil="true"/><GUID>f6db1e2248d84af68938fa19f73633f5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Expand node M2M from the wizard</name><comment xsi:nil="true"/><GUID>2724b2514c3c40ebb51eb4667ea40dd9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select M2M node</name><comment xsi:nil="true"/><GUID>612aac3242a94d8ca072a224452269f3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand M2M node</name><comment xsi:nil="true"/><GUID>9df2e5ec84fc453b9daf1fb314f72319</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Funcion Block Model</name><comment xsi:nil="true"/><GUID>1596b84e047b4e8c9cd6a5c115c89340</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click Next button</name><comment xsi:nil="true"/><GUID>dc43148d7d10462ea4a087168f78f222</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>KeyIn Fridge in Function block name</name><comment xsi:nil="true"/><GUID>54d701f5a0a842d8808228c687361e77</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Fridge</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>d3712be3f7934566b2e1b98db72e1eb4</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click Finish</name><comment xsi:nil="true"/><GUID>a0a81471a17440618cd562d09c8499c4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>8fe9b09e4ff943fa95a89c29eabe8043</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'User Operation is Waiting'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>47c7b1e497c446d7815ec17804ce8843</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Open Associated Perspective?'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>CreateSteps-SelectNewProjectVorto</name><comment xsi:nil="true"/><GUID>444da07308ae4ed9a71addcf57f1ba0b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d288c049be0e4ba1babbb77c09592f29</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>3db9863637dd40d39dc21d95008b6326</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click No</name><comment xsi:nil="true"/><GUID>e5b03dc5e84c4fa2b44018cb097c4029</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>02206877f06349ceb78245462a9df40a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>4fe20e8bb0b444d19e735249dcc97771</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Designer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Fridge node</name><comment xsi:nil="true"/><GUID>e5337f4f591943ea80e8af6b63b72dc0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Fridge node</name><comment xsi:nil="true"/><GUID>742cc40dbee245989b57bca70401b7cd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select src node</name><comment xsi:nil="true"/><GUID>07ba49daab9b4952935d1acf8ec6fc62</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand src node</name><comment xsi:nil="true"/><GUID>ec7cc2f1cddd47fc8b195aee8e53dcfb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select models node</name><comment xsi:nil="true"/><GUID>6b4b6b3b84cd403f8e54ef2b1891eec7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand models node</name><comment xsi:nil="true"/><GUID>9f4e41fe2b1244fa86dc7c6ea6c02c01</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Fridgefbmodel</name><comment xsi:nil="true"/><GUID>9f6e21a147d34d1fb6164eae3587eb0b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge/src/models/'Fridge.fbmodel'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>2</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>ef4ee89559014578beb8ce60b68326f9</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>951e4ef1e55e4192b2581e4dfad62698</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>SPACE</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on save</name><comment xsi:nil="true"/><GUID>a9c79ffed1ca432c947cfdfaa5cd8adf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>c96560efca8445e79049cd1b02edcf0f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>c64d003f69ac45a0b97c524fcb9d858b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Fridge node</name><comment xsi:nil="true"/><GUID>4941a81613ac4a199c2ef6d8853deece</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Refresh project</name><comment xsi:nil="true"/><GUID>846d5782e7b14117953081469bd181de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Refresh*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>e2a0e4aa8f9f47a58df19d21d3eaf5d2</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c86b75dc17874caea9a21768e310dd79</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>GenerateWebServiceAppfromJavaPerspM2M</name><comment xsi:nil="true"/><GUID>dd770611fb9d4487acf13c88f36573e5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1bfb475411ee4111a0db584d56c27eda</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><testcaseGuid>dc1ef1172a76475ba52454cf51196f77</testcaseGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>GenerateAllM2M</name><comment xsi:nil="true"/><GUID>82454a12f78b43da9df07df64c1deed4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>87f2dc1607534f5bab63cb278c85bab3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>d8cdd3e0f7f3482aac91f79aecd402ed</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>CreateWebServiceAppM2M</name><comment xsi:nil="true"/><GUID>dbdce1431092401397ec1254c66be988</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9d410cac24924db78cd7a12bff253efb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>bd64bf9717024657b85e9d4b1321a4d8</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>140406827b924419b175393a7896c99d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>b1f95df9a74d4c6584bd3c025dc375c7</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>33c6b2c825924d6bb55a07970c2d5a2d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9829699c115c4e66a625660c838517f3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>8db5ed86d43e4989ac0a0a32697505ff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>3026d7d5d7404a5b9b36a37d3160e5c3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>92582d1f903c4ee397fe4ff41bfe27c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>82454a12f78b43da9df07df64c1deed4</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ff58aa4eaaf5470fa5a3b8b612eafc58</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9829699c115c4e66a625660c838517f3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9224198935d741d99066e91c212a8182</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>265d4f8a625e486082ad3066f9471319</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>GenerateWebServiceAppfromJavaPerspM2MTests</name><comment xsi:nil="true"/><GUID>b1f95df9a74d4c6584bd3c025dc375c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>34ce0d13f2604e668b3a27531b7d1566</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cc456d5aaca14090b1bd72075754f4de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>15cc9cbabb1d45508dc5898d65619042</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>acaca0b96125419e970aa64a884197f4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>e2693e11f900418d91082e23b929d3b3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>ea34b8fe8bde42f1a9589b51257a19c4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'jetty:run'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>f64114487be744838fee2ec778d190b6</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>89efaf708237477fa18413f38935f292</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>fb89af583b6543479dcddbffd36e28b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Run")</name><comment xsi:nil="true"/><GUID>d0d9f9c1f0d04607a83de70be0ec325f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ab7deb4523724493b922e7e6506f07b3</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>726c361eea634d80a3c98c7e3c80d6ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit Configuration'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>41fca346c39246f2b9a4aa7a4572bd8c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>15000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>1f9e99c6907f45e18db38a43933e065f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Started ServerConnector*''{0.0.0.0:8080}'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>GenerateAllM2MTests</name><comment xsi:nil="true"/><GUID>d8cdd3e0f7f3482aac91f79aecd402ed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>55d9ccdd84e847b5bc727fd03d69733d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4285ec16057a4321b3bc1c91d408ee9e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>M2M/'Generate Code'/'Generate All'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>9ef2b728384447ebbc986c42dfab7424</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>350</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8dc280358934429fa04df95538a330f3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d7a0a1aa78d74b24becab0ee5f05bfed</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>250</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>800043efbb1c492682a0f2fbc82a8a70</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0772b184d38a4e3dadbd8abc056495c2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>250</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9f24625eb58b4edba9b144801b71fc23</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>66cf32e3c7f149d581b76402b47e5860</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>300</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>2711dd5bd853471693884f087fc87459</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>da6680f1717140fb9fe528f48f3aff7e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>a885979cf14d4e268958c83d7b0cb9be</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>15000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text on Text Component</name><comment xsi:nil="true"/><GUID>139b173e523d4372a9d095b8ae039e06</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Pattern</name><type>java.lang.String</type><uniqueId>CompSystem.Pattern</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Started ServerConnector*''{0.0.0.0:8080}'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.Pattern</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Select</actionName><componentName>e6bca2ba68f14ade96af5c6a6b76ab6b</componentName><componentType>guidancer.concrete.TextComponent</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>134dfa29a168471b84e447fbf455c998</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>9057abe2cedf4b2894d1c01d15464d35</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2ec5678241014ec9a2426ee86624808f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'3 Maven build	Alt+Shift+X, M'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>715be74f91954a3e9453f6cc275b52a6</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>59609765619e490dbac0fa755dfad4e3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b10adab6f7fb47d09fd256613df941f5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>29d2bcad1fc34b469d6511da17180748</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>5d1685cd6ace45d8927ad33ded2aef7a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>32f172aea09a43bd896917159de8aeb3</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>4eb1182c57354663839336ae4fd27672</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-service'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>77e915229f674fea936b252f0a23dc07</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>ResetRunConfigAndDeleteProjectsM2M</name><comment xsi:nil="true"/><GUID>265d4f8a625e486082ad3066f9471319</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>bb7a9fb35ef94443b7658ce9667a814e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>2b2dbe2da83e4db0ba87d6373571aedd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'Run Configurations...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>724e3fef79fd486cb4336d1b6e631ef4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run Configurations'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>0aca7460389b4e7f8db73ea3ee87fd01</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>52481f41e31f4ba4b2e15ff1449fbfcf</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>cd568570303b4056a2deb50608b78433</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>cef8a7e54da9412f94a2258db7f9d56b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Close")</name><comment xsi:nil="true"/><GUID>a967818029884acbb31683ccb45bab27</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>55d4a96c0a1047a8b103e6b40be3e422</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>52a4c92b603641dcaed27e6f3400c745</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run Configurations'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>cf3b230c29394639882ace2f7ebac69b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f162b69c60c849b2b256034cc638226a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>67916268986d49718e8fe8b8e09e2c19</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>4b67a5cd815e4629b03841cc4fe7aeea</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>904f405222bf49019c34be06d7267cc5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>71099c899a1f462998b8f098388fb2c3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>5ce43b971bf2465f956da4cb5507180d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>43555815958340b7a7e9df6333a280b1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b792c13e445d4934ae1eb41afe142dc9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>d7679ae5ef694bb7aa3ad4680baa0369</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>3ab11084f74f453fb3232d13bc8db584</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>1deffa23e3f54475b562dea31f9c14ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ecdea86018364f1a851703202da66e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c7946afcd2f74e9bb40fbf8c13473c5b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>3748c14e6eb240d695c8f71a86a472fa</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>f58f263e160b4018bade6d8cbbbe9dd2</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>b16bca5b5d964b90aee4312f851d6ea5</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>878bf40d7dba47528d7607b334f7e49a</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>38be83524fb84fa08646ad8c3b7a92a7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>0356daf312b74d5e9538e1823902efdd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Select All	Ctrl+A'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>3998d0796bc44cb7b65dce5ad7769160</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Edit'/'Delete	Delete'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>fac8af12c5794257acc694d9ca4aac0f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>9f0e74d2d467476a901a7cba766c6e06</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>c3c64756056f47629476cc896420c8ca</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>549bf8a28e3e4ef6b717d7f5b399cf5e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>2706cfcc448943f7bae9b2680be014fd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>022e33f7668b4622be6f459fa5e599ec</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>CreateWebServiceAppFromM2MPersp</name><comment xsi:nil="true"/><GUID>76cb54fe5ef340cb91f60769ab89102b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e4ccefe5654b499b8bb0e6041741a438</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>2052cd579df24a1f98ed05afe31b946e</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>6c6091136f174caab01acc6971661696</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Yes")</name><comment xsi:nil="true"/><GUID>266e8e7dcc814391b623cc7aa8a5f7ad</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6f7c0b93b4d7410cab4bfaff90c49501</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Vorto")</name><comment xsi:nil="true"/><GUID>6e23f7123cbd4ec5a32c3f1531c4950e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>23fb43a520c340dfa1a90a1a5788fc9c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>b821559ec1f54b978203715f03b13898</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>93a2032110f24e318c3a35a6438de924</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generate Code'/'Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>1712dcd6712d4835adf77934829b7152</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>7902d14b82224b4ea2e3117f326769d7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>4fb230b5092143dabac6a3a45fbdb9ee</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5ff0268cc2a9442eaab6f8b8f194770e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>b1f95df9a74d4c6584bd3c025dc375c7</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b475b2c8223444869edeec69d2b49b83</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9829699c115c4e66a625660c838517f3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Vorto")</name><comment xsi:nil="true"/><GUID>01d5db529fa44cc6b7ebd0cce8704bd8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>23fb43a520c340dfa1a90a1a5788fc9c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>922bf61d0079454cb746f3bc3b01d6e6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>aaf35c8b28ac46cc8cdedab6602f0746</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generate Code'/'Generate All'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>93ae526a6cc9450fac8f8c7cac770cc4</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>4e67e3229b224ccdbaecacd55bdd9ad4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>1ce225b055dd484ca7dc631ca1685131</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Generating Code using Web Device Application Generator'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>223e222e73d04b52a1e260f66166f970</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>2c109c5157d1439e8e5bc53613b37b6a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7f7071a167834f8e9f335ca2c5a92872</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9829699c115c4e66a625660c838517f3</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0c63534b23d441659f2e4de09d1347d3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>265d4f8a625e486082ad3066f9471319</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Uninstall-Vorto</name><comment xsi:nil="true"/><GUID>5f3dc5209c474c51b70a6c609889b2b7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>3108b22ff5fa4922854da83c504f34c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Help'/'About Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>e988be768818477dabb27865e24734bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'About Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Installation Details")</name><comment xsi:nil="true"/><GUID>e04649de247e44c5a35546e00f16d2c1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>8a250ba7701a494c9ceeeb468b054e79</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>eaab8e46856d40a6b8017950d472fb4d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Eclipse Installation Details'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>fb0007bbce2b4887b3d11a03f0dc1a3c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Vorto Function Block Editor'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>yes</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>c37a95797c694a6ea6a632715342f5dc</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f92bd2b685274b4987a35c10e7223018</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>9dcf311d89c64e5aacf4821633671e43</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'WebApp Generator Example'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>yes</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>c37a95797c694a6ea6a632715342f5dc</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Uninstall...")</name><comment xsi:nil="true"/><GUID>4085376ed61d4688a1e65042aa0e203b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>3d7b1b94c483406e80f70b7966dec4d0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>49bcd5b57d734a17b5a0e6c71c2f503f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Eclipse Installation Details'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>acab941f967b4a9eb8d31d5444e54198</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'About Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>e7af027dd30842649090b384dc24bb13</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Uninstall</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>62706b24c2ea4a65893fbfc4df082a62</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Vorto Function Block Editor'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>cf7a616b54dc479bba98ce6dc734e4a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Vorto Function Block Editor'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>d0a05c738f43465b9ec8ddee287b4289</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'WebApp Generator Example'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>81c70aace2714fe9a5326174c37ef2ff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'WebApp Generator Example'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>f6bb52a4ad90465fa543179a2638dd14</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>dad9baf6a93246349fd450d505a7fb1f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Uninstall</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>bf3c0c953be5419497e7d4dcd6318d47</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Uninstalling Software'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>8a92dc9330e24ea0b132a72f0a0f6fc5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Software Updates'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>bb8964b604cd474cb19ce427a2af0a5f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Uninstalling Software'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>84a36e4eb896419d87a6a8252f65c46e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>02206877f06349ceb78245462a9df40a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>017d42771c4d49228082f91dd378f518</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Software Updates'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>cdcfe65b89df464583e1232ec5e0f357</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/Restart</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>abea9bbafc6641db9e596a52f7833797</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>88536fd815fe46eea7adaa863f1db9a1</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>1154fba1696d450b91e9f0271a428822</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>552751ef7b524d76986d6ad2fac8b2ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'*Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>25000</value></data></data><data columnCount="4"><data><language>en_US</language><value>20000</value></data></data></row><uniqueIds>8ab6b083181d393b01181d9da432008d</uniqueIds><uniqueIds>8ab6b083181d393b01181d9db72e008e</uniqueIds><uniqueIds>8ab6b083181d393b01181d9dd5d2008f</uniqueIds><uniqueIds>8ab6b083181d393b01181d9df0db0090</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807b1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>72063aad65db49c482605a57740d566e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6eb724ec2b8844679ff96e136a2eac4c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>594968b08c944ba294e72cb7c271fd2a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>SPACE</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>07084cffb2754e89aecd09cdbbedd6a3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>X</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004a</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807ca</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>bffebfee4bef48adb09a6c640f1af68d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>TITLEBAR</value></data></data></row><uniqueIds>8ab6b083181d393b01181d8a32620052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181d8a02d60050</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>23de11c969a549068054068b859a01b7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>30000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>2fba37d595eb4d688f407d47ef3769ff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>76ab66df520a4e79b7569382a54a6f71</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>39192676768c4b3ba6a233366c82ff14</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.XPos</name><type>java.lang.Integer</type><uniqueId>CompSystem.XPos</uniqueId></parameterDescription><parameterDescription><name>CompSystem.XUnits</name><type>java.lang.String</type><uniqueId>CompSystem.XUnits</uniqueId></parameterDescription><parameterDescription><name>CompSystem.YPos</name><type>java.lang.Integer</type><uniqueId>CompSystem.YPos</uniqueId></parameterDescription><parameterDescription><name>CompSystem.YUnits</name><type>java.lang.String</type><uniqueId>CompSystem.YUnits</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.XPos</uniqueIds><uniqueIds>CompSystem.XUnits</uniqueIds><uniqueIds>CompSystem.YPos</uniqueIds><uniqueIds>CompSystem.YUnits</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ClickDirect</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>37685fc8e4f247768e9d31d3f98728c1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>6e5aee3d90154c7ba5245df548a8b53b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Exists</name><type>java.lang.Boolean</type><uniqueId>CompSystem.Exists</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Vorto'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Exists</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>26939ff499b2438eb845bbf0076171cd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>963af484695a42f0a00681259a498ac4</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>33e1fa4449be43549c919494329c18d1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Install-Vorto</name><comment xsi:nil="true"/><GUID>e8033f9316b34c63b4f1a49d0a879eae</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>64a235c1b1594a88ab9c5a5e5eb3edaf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Help'/'Install New Software...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>ac2239be49a7493ba2014210184305d5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Install</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Combo Component ("http://10.191.22.22:8080/vorto/updates/snapshots")</name><comment xsi:nil="true"/><GUID>91112845fd584eadbc700cfea0a66c57</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'http://10.191.22.22:8080/vorto/updates/milestones/'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>a6e91f5e81ea4b21bbec5446ce3ad3c8</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>ebb07ae96d26401cb22925b416ad1de2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>ENTER</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>15b8452056ca4ade95532f454e681610</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>2000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>0e7e3dad58d14948b070e14a3350b245</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>6a38840a08de439dbaa18ed49f87b97d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>d634f7bb4bc34a3c925c5266f9f3a8b4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>94bc85ed9b844e3fba86f38eb6f4d236</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Select All")</name><comment xsi:nil="true"/><GUID>d4189e61ed48468da05a8a33f0db9c05</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>bd108b474d5f457eb538cb7a46c732d1</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>da3358359c2148549f74555d1323a830</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>30f79a283dee4c53a9be22fd7c34afb2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f14b930dfacd48859a3c14a38b16269b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>32f8c40d27ab4b8887ad04369e70f3ee</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto/'Vorto Function Block Editor'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>cfa0ae8655ca4676a4043af30daf729e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Vorto Function Block Editor'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>edf5851a4734444f999761f7fde8bdd9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto/'WebApp Generator Example'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>60e58314f00c411d908cdb9897d566f4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'WebApp Generator Example'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>fffad5ca2fc74d609f6f2090304cb0c8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>4df567e5b8c94e34b7c8eade3a76ccee</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>7686dbbe1e04482080e6fedf53521f3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Install'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>350000</value></data></data><data columnCount="4"><data><language>en_US</language><value>300000</value></data></data></row><uniqueIds>8ab6b083181d393b01181d9da432008d</uniqueIds><uniqueIds>8ab6b083181d393b01181d9db72e008e</uniqueIds><uniqueIds>8ab6b083181d393b01181d9dd5d2008f</uniqueIds><uniqueIds>8ab6b083181d393b01181d9df0db0090</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807b1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>c032704cf2ff438b9c7fb64b461237de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>51aada3c6cc64970bc4644c423208337</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>6430532776f64c5b8999a6381e83ec31</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Vorto Function Block Editor'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>9e9fb08aa8da4beb93d0616ffc045d3f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Vorto Function Block Editor'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>c50a4815301246a9968dcc56e18cb66f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'WebApp Generator Example'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>627b0e62aaa84cc18c63bb2835b6e4fc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'WebApp Generator Example'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>8babb298e3d24a09bc28f574bade29d4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>98b3dc88762346cd89709b776643fee1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Button Component ("I accept the terms of the license agreement")</name><comment xsi:nil="true"/><GUID>a19e937aee0542e7bdf21c2e2b48bc01</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>076a9b58ffed45efb1ab2399abb0b38f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>a52fde465bc440eba80c3838a81533a1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>a109d4207287413185ae6e0c33e933c0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Security Warning'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>180000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>c51c43318e4f4b28bc22c45f5581d6c6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>8b21c3ee9a0b45a8ab961ac20bdf0534</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>76e240c914fc44bca96ffc63590fe7b7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Security Warning'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>044cafab293e4264b430a619d50db69b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Software Updates'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>18000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>218badd6d02e428ab47a10af73bf2d8b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Installing Software'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>c9fdeded47734fe3b0cca9bf75b93bd3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>5575f73829cf49c481890ae5196a914b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Software Updates'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>e3cd1c9e53124c9f9efb49c2b9bdd680</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/Restart</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>e0bc83b245ea4e4183fd8f544ddad344</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2051734600d04d96a9ed11201ec3ca16</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>50000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>5ab7eab70be84598a23f6a0d76ad93e7</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Progress Information'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>2822e49a729840ebbba5433c80084ebd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e77c154e3a3444c88edc109f87db8938</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'*Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>25000</value></data></data><data columnCount="4"><data><language>en_US</language><value>20000</value></data></data></row><uniqueIds>8ab6b083181d393b01181d9da432008d</uniqueIds><uniqueIds>8ab6b083181d393b01181d9db72e008e</uniqueIds><uniqueIds>8ab6b083181d393b01181d9dd5d2008f</uniqueIds><uniqueIds>8ab6b083181d393b01181d9df0db0090</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807b1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>97cc2dfcaa0b4c8d8ad7893e6010eba1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6eb724ec2b8844679ff96e136a2eac4c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b153d435a00646eb981a2188f31bbd70</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>SPACE</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>0a1c93bbfa0f43ef9f16b46dd450676a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>X</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004a</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807ca</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b2d2f84da1ec47f4a707e27b26c3f238</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>TITLEBAR</value></data></data></row><uniqueIds>8ab6b083181d393b01181d8a32620052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181d8a02d60050</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>e8e83a37620c41a384ab4a57fcc7b78b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>23a1894b623342dab111460563cf03db</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3d206a314a454cc4bb541afb0429555e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>bd0926a74e744c1993a24e03320a2371</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>723d2f41323b49a081f5e64d970dc72e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c0ccb5e93efa4d3cace6beba43e26f1a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>bb5b9a2b54de4109a869a2211f661ab4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7056c3808377424bac94e9a6d16ad0f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>733fb030002249949efbf62a04592b13</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>f562f9402f074d2fafde2dc42a55837b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>32d62ac716454397905b77c977ae1457</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Vorto</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>1f42c298ea14454d902925d52a2de4a1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>963af484695a42f0a00681259a498ac4</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>951e0f1a9a3d4b10a2c2c01f4817cc77</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Install-M2M</name><comment xsi:nil="true"/><GUID>a317fb6e514e41af906b2ce95e17c2c9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>f523332942d84db18e85228f6f576f7b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Help'/'Install New Software...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>5ff6c4b2839d4063b4ca70f7055b1add</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Install</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Combo Component ("http://10.191.22.22:8080/m2m/updates/snapshots")</name><comment xsi:nil="true"/><GUID>f5ece66cbbf04bf39c32456923271d06</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'http://10.191.22.22:8080/m2m/updates/milestones/'</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>a6e91f5e81ea4b21bbec5446ce3ad3c8</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>4c2b444e49444afb994fe1dd734a145a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>ENTER</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>63a724cb77594fd28fc16e4d1f98eb55</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>2000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>42d5feab98724c66b3fa9f8ae4c6db40</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Key Combination</name><comment xsi:nil="true"/><GUID>ad8486e12bc945228c9b5adf7e12a237</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ModifierSpecification</name><type>java.lang.String</type><uniqueId>CompSystem.ModifierSpecification</uniqueId></parameterDescription><parameterDescription><name>CompSystem.KeySpecification</name><type>java.lang.String</type><uniqueId>CompSystem.KeySpecification</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>none</value></data></data><data columnCount="2"><data><language>en_US</language><value>TAB</value></data></data></row><uniqueIds>CompSystem.ModifierSpecification</uniqueIds><uniqueIds>CompSystem.KeySpecification</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.KeyStroke</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>86c9b222d81146dea082200590f7c6a2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Bosch M2M Toolset'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8487509e15ef4f148e9b1b03d9f219b3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Bosch M2M Toolset'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>b1d35ee2d21e4158a561e1373c91614b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Bosch M2M Toolset'/'Code Generators'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>e3d4e724929a4c0285addccaf92ffafe</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Code Generators'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>847fc5e984e64c1c95d482aa21938f78</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Bosch M2M Toolset'/Deployer</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>8bcb8f7bad49481cbd1ddee30ad63c81</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Deployer</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>78117cca824d4fce81d7fa9947a74920</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Bosch M2M Toolset'/'Function Block Importer'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>481301f64c414a1c9ea1e578e159c803</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Importer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>b3f99aa2bd714d61885cabe9ead686b9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Bosch M2M Toolset'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>f65d3b0d214a4a31952fd42f9e622139</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Select All")</name><comment xsi:nil="true"/><GUID>f3b86bbd68f340aebc28ed3d0e6572b7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>bd108b474d5f457eb538cb7a46c732d1</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>546741d7a71f4c9794464cccb661d233</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>454e0cd81a5d4ff8a00be551cdfc5291</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Install'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>300000</value></data></data><data columnCount="4"><data><language>en_US</language><value>300000</value></data></data></row><uniqueIds>8ab6b083181d393b01181d9da432008d</uniqueIds><uniqueIds>8ab6b083181d393b01181d9db72e008e</uniqueIds><uniqueIds>8ab6b083181d393b01181d9dd5d2008f</uniqueIds><uniqueIds>8ab6b083181d393b01181d9df0db0090</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807b1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d53cb3fe5d9e4efeb203d9b4de55cf9e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>51aada3c6cc64970bc4644c423208337</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>8365040e75d74d3eb8a6255ada530772</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Code Generators'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>48742d96357b4e108578a876bfe6eb34</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Code Generators'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>85c1e23946cb42db9891cdc96303270d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Deployer</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>a3feda2105f64214b3973decf2f279ec</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Deployer</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>4c783da53016436badeabfc0b80f1312</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Function Block Importer'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>2db0bfe62a0c4c5c81ce4757ccf0e06e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Importer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>51aada3c6cc64970bc4644c423208337</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.next ("Next >")</name><comment xsi:nil="true"/><GUID>0357f8e6853544988df2d2205b91ac4c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>1e6f950909614768b5dd5bee59e8542a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d92584bae1a24816b7d7609b4e5a40d6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1000</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Button Component ("I accept the terms of the license agreement")</name><comment xsi:nil="true"/><GUID>720aa21f9c034eb2872c58395e6f866c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>076a9b58ffed45efb1ab2399abb0b38f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>52e8d3ec75aa4cfca5d7b5bd9c0d83b9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>a0c7949bcd1e4513840afa6c63869d23</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Install</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>52dffd6c6e01464ab719c587216eb317</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Security Warning'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>180000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>8d63cbc02bd549c9ac1603f66f4632b9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>8b21c3ee9a0b45a8ab961ac20bdf0534</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>43246b48a2034ff2978ba29873e428c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Security Warning'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>34cb9d8dc775491381c53cba8c8fcdb6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Software Updates'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>21000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>8522e42b36d44ca286ca40fe3e9b499b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Installing Software'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>6c66e9f2ffc54e789f3f7e499a057c94</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>4855e530daff4203842cf5d3e0d7e83f</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>3b56f3543632421ab9028c360d3f6190</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Software Updates'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e1ef2f6b2573469a8d4e6522bb2f3713</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>aaf61ce5ec414e2888e602a10e8ce81e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'*Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>25000</value></data></data><data columnCount="4"><data><language>en_US</language><value>25000</value></data></data></row><uniqueIds>8ab6b083181d393b01181d9da432008d</uniqueIds><uniqueIds>8ab6b083181d393b01181d9db72e008e</uniqueIds><uniqueIds>8ab6b083181d393b01181d9dd5d2008f</uniqueIds><uniqueIds>8ab6b083181d393b01181d9df0db0090</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807b1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>744e6d703b9e48db9cc7d7010dbac39d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6eb724ec2b8844679ff96e136a2eac4c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>3c7f9a8657ce4a0cbde9643988d47f0a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>SPACE</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>79a890fd688a41fa936d2ca46a90c4de</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>X</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004a</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807ca</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>f9ef55d452c4413aaf6c07f8ab592cb9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>865d888cf52342d28d93d16b5ffa0c27</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>f3fd2ee2f2bc46f9a00ef74fb986da8c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>8ab6b083181d393b01181dbe75b500c5</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe8c2b00c6</uniqueIds><uniqueIds>8ab6b083181d393b01181dbe9cd500c7</uniqueIds><uniqueIds>8ab6b083181d393b01181dbeb82d00c8</uniqueIds><uniqueIds>8ab6b083181d393b01181dbec8a700c9</uniqueIds><uniqueIds>8ab6b083181d393b01181dbedeb000ca</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083181d393b01181dbe268c00c3</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata><overriddenNames><propagated>true</propagated><originalName>8ab6b08d1a4d08f3011a4d09a4930022</originalName><newName>f2b5a070b22c4a1880ff00764e2b7906</newName></overriddenNames></usedTestcase></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>8fd7ad18bf944768a45ab8436af4ac38</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>456c3091bfe74e20ba6dad971e4c39da</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>0c3012416d74431b90f186dc2637e4d5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Expand Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>888a60c09f134a508e7d7dd1d78d7e3d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ExpandByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>7b9d52ce28964ee085dd54109bb78147</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Function Block Model'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>88210400d5bd4afcae567d2adc93763d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Model'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>05a752545a0f4ac5a98ce8250ee60e7f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M/'Import Function Block Model from Existing XSD\/XML'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>e3f9302c2bb9435790eb6e77f16fea58</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Import Function Block Model from Existing XSD/XML'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>102ab07aafd74d60add80bf3f533a646</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c9a6521bbb2849abb1d7bd703e131200</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>496c7088431d4c21abf83d36e8b51246</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>963af484695a42f0a00681259a498ac4</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>Uninstall-M2M</name><comment xsi:nil="true"/><GUID>e7499b699b7d4b57a0844363ba9faac5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>4a3d395c0c0f4366bcca9f777a55ba5b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Help'/'About Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>ecd5c2d9fe5c481ba2189100576f969a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'About Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Installation Details")</name><comment xsi:nil="true"/><GUID>00bae6cbd2a048e89d8d9c701929e1b7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>8a250ba7701a494c9ceeeb468b054e79</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>2d0731b2281342faaebade57336697f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Eclipse Installation Details'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>2536a97982514e5cad5c549cde6290ab</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Code Generators'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>yes</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>c37a95797c694a6ea6a632715342f5dc</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>6a8968cb05344627857c103fea7d2d89</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>11806763a9dc4a9fae34856eebdd6f80</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Deployer</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>yes</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>c37a95797c694a6ea6a632715342f5dc</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>ac5675fc62b24b95bce247b476333419</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>1747d9f848ad4e48bedbe13df2af36ce</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Function Block Importer'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>yes</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>c37a95797c694a6ea6a632715342f5dc</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Uninstall...")</name><comment xsi:nil="true"/><GUID>5d4452add8ed45b0ac636282eb091641</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>3d7b1b94c483406e80f70b7966dec4d0</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>4d3bf2d8f48646cd90aa4c522c1b5c55</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Eclipse Installation Details'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>56a2ce802f5a47f4a03f3afe9bd44312</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'About Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>0eeb3ab6a6cd488db7810170a6baa06a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Uninstall</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>2639e78d775c425fadfd5b6067e744e6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Code Generators'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>fc517ae6912f49ff90ccc4db36eb331f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Code Generators'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>97b5173b94c042f8af35de1174880eae</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Deployer</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>668f374f796f4f3fbae30d461a89da2f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Deployer</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Entry by Textpath (Specify Column) on Tree</name><comment xsi:nil="true"/><GUID>443a399ea56149f5ab4e5e0bd953957d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Column</name><type>java.lang.Integer</type><uniqueId>CompSystem.Column</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'Function Block Importer'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.Column</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPathAtColumn</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>org.eclipse.swt.widgets.SwtTree</componentType></cap></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>642e844575b54177b9ae6598c05dff01</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Function Block Importer'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyTextOfSelectedEntry</actionName><componentName>bd333d05cef94d8e91d01f253e62fb12</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.finish ("Finish")</name><comment xsi:nil="true"/><GUID>7b93387ddb1643f2941711dd60258ef7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>480118674bd94f24aee08feafaacb570</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>1387b0bd140247c7975ec62ef036b40f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>Uninstall</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>8c5d041076a64643b0b1b9ea17bd842a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Uninstalling Software'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>bb173f67287841829992d62e3b97886b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Software Updates'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>701b7cb4ec534fc4919a2cf0c82eac6f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Uninstalling Software'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("No")</name><comment xsi:nil="true"/><GUID>d242c486187f48dd97dc526fc01ee654</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>02206877f06349ceb78245462a9df40a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>b8b219c3742e4eaa9f7ebf4c7d242aa6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Software Updates'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>b16d8514fa7b45ca9fe6e5cb96ed6318</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807c1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>e8fc5e8f2fea4ab2aef5d8710b672650</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'*Eclipse'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>25000</value></data></data><data columnCount="4"><data><language>en_US</language><value>25000</value></data></data></row><uniqueIds>8ab6b083181d393b01181d9da432008d</uniqueIds><uniqueIds>8ab6b083181d393b01181d9db72e008e</uniqueIds><uniqueIds>8ab6b083181d393b01181d9dd5d2008f</uniqueIds><uniqueIds>8ab6b083181d393b01181d9df0db0090</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807b1</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Click on Toolbar Item ("Java")</name><comment xsi:nil="true"/><GUID>8b208ecd34e54c549b54bfb36a429849</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>6eb724ec2b8844679ff96e136a2eac4c</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>51a18f5ba7e44d6f9050bb2b80fef4c0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>SPACE</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004b</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe8079d</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>5a0186b8ab434fba8e4eedab59bde486</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>X</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e0004a</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807ca</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Select Menu Entry by Textpath</name><comment xsi:nil="true"/><GUID>ed8eb750b2b44eec8eedc4251cd2570f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.MenuPath</name><type>java.lang.String</type><uniqueId>CompSystem.MenuPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'File'/'New*'/'Project*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data></row><uniqueIds>CompSystem.MenuPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectMenuItem</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.MenuBar</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>5f8eeaf29f0049b38511dcfc6484b724</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>84885440669c43c082dbc5df5aee517e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.XPos</name><type>java.lang.Integer</type><uniqueId>CompSystem.XPos</uniqueId></parameterDescription><parameterDescription><name>CompSystem.XUnits</name><type>java.lang.String</type><uniqueId>CompSystem.XUnits</uniqueId></parameterDescription><parameterDescription><name>CompSystem.YPos</name><type>java.lang.Integer</type><uniqueId>CompSystem.YPos</uniqueId></parameterDescription><parameterDescription><name>CompSystem.YUnits</name><type>java.lang.String</type><uniqueId>CompSystem.YUnits</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data><data columnCount="3"><data><language>en_US</language><value>50</value></data></data><data columnCount="4"><data><language>en_US</language><value>percent</value></data></data><data columnCount="5"><data><language>en_US</language><value>50</value></data></data><data columnCount="6"><data><language>en_US</language><value>percent</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.XPos</uniqueIds><uniqueIds>CompSystem.XUnits</uniqueIds><uniqueIds>CompSystem.YPos</uniqueIds><uniqueIds>CompSystem.YUnits</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.ClickDirect</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><usedTestcase><name/><comment xsi:nil="true"/><GUID>d278002d9d4a4be58362775857f6f814</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>200</value></data></data></row><uniqueIds>8ab6b083154b8c1601154b91d1e00052</uniqueIds></testdata><datafile xsi:nil="true"/><testcaseGuid>8ab6b083150339b501150364afe807bf</testcaseGuid><projectGuid>8ab6b083150339b501150364afb90435</projectGuid><hasOwnTestdata>true</hasOwnTestdata></usedTestcase></teststep><teststep><cap><name>Check Text of Selected Node(s) on Tree</name><comment xsi:nil="true"/><GUID>cd57ed8639ca455c8d6ef48b1421479e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Exists</name><type>java.lang.Boolean</type><uniqueId>CompSystem.Exists</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>M2M</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>false</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Exists</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.VerifyPath</actionName><componentName>f2b5a070b22c4a1880ff00764e2b7906</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.cancel ("Cancel")</name><comment xsi:nil="true"/><GUID>4c378a8cbac14948a5a2e23b4934eaac</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>963af484695a42f0a00681259a498ac4</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>ab549f7759c540b8ac9cf5343d3b38bf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'New Project'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><testcase><name>ResetRunConfigAndDeleteProjectsWithoutOccasionalDialogue</name><comment xsi:nil="true"/><GUID>bf0ea607f913418a8057f896c6b3c1f2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testdata/><datafile xsi:nil="true"/><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>74ee2308d7934c6f81486dbbf3c22241</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>c5a8edb0b97f4fbeab0f22143bddead1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run As'/'Run Configurations...'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>25176582c03c48d8a78e346d1f74fcbf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run Configurations'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Replace Text on Text Component</name><comment xsi:nil="true"/><GUID>1aeb3552093d409ebf5b571cc14bec23</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Text</name><type>java.lang.String</type><uniqueId>CompSystem.Text</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>''</value></data></data></row><uniqueIds>CompSystem.Text</uniqueIds><uniqueIds>CompSystem.Text</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.InputText</actionName><componentName>52481f41e31f4ba4b2e15ff1449fbfcf</componentName><componentType>guidancer.abstract.TextInputSupport</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Apply")</name><comment xsi:nil="true"/><GUID>995d754af1384032b81e9c54ebca1c5a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>cef8a7e54da9412f94a2258db7f9d56b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Close")</name><comment xsi:nil="true"/><GUID>a503932fdecb4f248c6bdb947b051e1d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>55d4a96c0a1047a8b103e6b40be3e422</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>398fcc8ed03241bba8500d49030ad8bf</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Run Configurations'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>f5a0f5e2c98a4a8898c0cc57248a3dbc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>e32cce23a0f04d4c92ab6703d06c42ce</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>Fridge</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>41f2d8d11fcb4751b5eaf08bf3ad832d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete*'</value></data></data><data columnCount="2"><data><language>en_US</language><value>simple match</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>e1f7bd3cbd80461cb9ea7ec129456b9b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>055de3ae1c474af1b611e17dab38e10c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>63409a2974034f2095a3db242c051f39</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>f3e6709c581a4e6b9d894878636f36ba</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>a11863c79af945d3be53c2c10bc135b9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Collapse Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>da278363ae3d4c72b98f55cf6cf70ed3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.CollapseByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>141902fe5073453a97f39215c4a45f78</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>3ab11084f74f453fb3232d13bc8db584</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on Toolbar Item</name><comment xsi:nil="true"/><GUID>9fc7f8c16122404181cac323f7a44ba6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>ecdea86018364f1a851703202da66e0a</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Select Node by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1f798e51f32947019b1902a68970ce11</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.PathType</name><type>java.lang.String</type><uniqueId>CompSystem.PathType</uniqueId></parameterDescription><parameterDescription><name>CompSystem.PreAscend</name><type>java.lang.Integer</type><uniqueId>CompSystem.PreAscend</uniqueId></parameterDescription><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><parameterDescription><name>CompSystem.ExtendSelection</name><type>java.lang.String</type><uniqueId>CompSystem.ExtendSelection</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>absolute</value></data></data><data columnCount="2"><data><language>en_US</language><value>0</value></data></data><data columnCount="3"><data><language>en_US</language><value>'fridge-webapp'</value></data></data><data columnCount="4"><data><language>en_US</language><value>equals</value></data></data><data columnCount="5"><data><language>en_US</language><value>1</value></data></data><data columnCount="6"><data><language>en_US</language><value>1</value></data></data><data columnCount="7"><data><language>en_US</language><value>no</value></data></data></row><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds><uniqueIds>CompSystem.PathType</uniqueIds><uniqueIds>CompSystem.PreAscend</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ExtendSelection</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.SelectByTextPath</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Select Context Menu Entry by Textpath on Tree</name><comment xsi:nil="true"/><GUID>1be97d06d5824d1caa9e48350f97dd76</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.TextPath</name><type>java.lang.String</type><uniqueId>CompSystem.TextPath</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete	Delete'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>3</value></data></data></row><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.TextPath</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.PopupSelectByTextPathNew</actionName><componentName>1dd305a8cc2e41ef878b0592b151b755</componentName><componentType>guidancer.concrete.Tree</componentType></cap></teststep><teststep><cap><name>Wait for Window</name><comment xsi:nil="true"/><GUID>5e1851030cd7451ebb3a098bd93050d1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterVisibility</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterVisibility</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterVisibility</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindow</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><teststep><cap><name>Click on Button Component ("Delete project contents on disk (cannot be undone)")</name><comment xsi:nil="true"/><GUID>9522e60300314487b55b712089ba23d7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>e691be38f31a43c09a8ad802e6f935d9</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("OK")</name><comment xsi:nil="true"/><GUID>33e268432c8646f9b3f801d4ebc3b294</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>df383a4ce7a349bb92507047bc96948b</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Click on dialog.button.ok ("Continue")</name><comment xsi:nil="true"/><GUID>56a0186010794b898ae010d12bac0ee1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.ClickCount</name><type>java.lang.Integer</type><uniqueId>CompSystem.ClickCount</uniqueId></parameterDescription><parameterDescription><name>CompSystem.MouseButton</name><type>java.lang.Integer</type><uniqueId>CompSystem.MouseButton</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>1</value></data></data><data columnCount="2"><data><language>en_US</language><value>1</value></data></data></row><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds><uniqueIds>CompSystem.ClickCount</uniqueIds><uniqueIds>CompSystem.MouseButton</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.Click</actionName><componentName>67e65f980d9e44bea0c9797d1f717f61</componentName><componentType>guidancer.abstract.Widget</componentType></cap></teststep><teststep><cap><name>Wait for Window to Close</name><comment xsi:nil="true"/><GUID>186be6cc907f48f2b088518f9e8d18e5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><parameterDescription><name>CompSystem.Title</name><type>java.lang.String</type><uniqueId>CompSystem.Title</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Operator</name><type>java.lang.String</type><uniqueId>CompSystem.Operator</uniqueId></parameterDescription><parameterDescription><name>CompSystem.Timeout</name><type>java.lang.Integer</type><uniqueId>CompSystem.Timeout</uniqueId></parameterDescription><parameterDescription><name>CompSystem.DelayAfterClose</name><type>java.lang.Integer</type><uniqueId>CompSystem.DelayAfterClose</uniqueId></parameterDescription><testdata><row rowCount="1"><data columnCount="1"><data><language>en_US</language><value>'Delete Resources'</value></data></data><data columnCount="2"><data><language>en_US</language><value>equals</value></data></data><data columnCount="3"><data><language>en_US</language><value>15000</value></data></data><data columnCount="4"><data><language>en_US</language><value>500</value></data></data></row><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds><uniqueIds>CompSystem.Title</uniqueIds><uniqueIds>CompSystem.Operator</uniqueIds><uniqueIds>CompSystem.Timeout</uniqueIds><uniqueIds>CompSystem.DelayAfterClose</uniqueIds></testdata><datafile xsi:nil="true"/><actionName>CompSystem.WaitForWindowToClose</actionName><componentName xsi:nil="true"/><componentType>guidancer.concrete.GraphicApplication</componentType></cap></teststep><interfaceLocked>false</interfaceLocked></testcase><execCategories><testsuite><name>M2M-Kepler</name><comment xsi:nil="true"/><GUID>159b9d76c89041478210493b54f382a3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>842741b901bb435eaa351560452e01c7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>82429fbb9f974d5d8029a8d13e5adda5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>de387dab4de94c13bd0054cfbbfd445e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>a317fb6e514e41af906b2ce95e17c2c9</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>712cf25807d24b30b3a96bee88441c1f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>5cb5fe7e520641c68fbf573fdb0a5062</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>0c103e7b6a864985a1ff7e662ac2c6bb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>b2d7df72a8104b9fb2216562eab38324</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>a2742e8b2f434804afe17214c2316377</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f0a99f0c0649403b91813a4b8162c4a6</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>be2a2ad640d74fe1b942bdd7c1ed52c5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>be9a4ce78b724db4b30781aa73f93951</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>a09d6c067c4242b2911efe2e0b3c525c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>ea6fd099babc45d5b88074ecfc862789</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>c042112ede284febbba8937cf1d4d6df</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>df6c54e02e80440f9e240b2e5fc6457b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>31140be59afa41149080e05118fae20b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>3f546884c8694dff9253c1633934371c</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>e2ac5d5e7d694f7686425b3b2b8553fb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>839fdd9e7d6f440ca0ccf0ae9909edd8</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>159bfe6ebc514d5c91a209ec16ddcfcb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>27eb0fc1f7a7445b9ea0a55a4f21e9db</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>43a128281ad74b00bd8a2d009f8b9682</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>33949ca52a1c4bd1b64e29847b66ff43</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>034eee9164c34abba6062aeb88433260</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>a0e2c5fea155493e8254eec406f8304b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>71dca42c55114d44b6fb2a829b6f8249</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>4ec501acf70a46b2ba4bbcc574cef83e</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>4838048cfecc422e928a9a5c8408738c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f137fa61330c4f04880ddb82ea9c1912</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>3ca0d9a37e99412d973e91c3679ca0dd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>7c6e0fd9e4104af3937f964c0b4a580d</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>e62aa218a2704dcebc0d72a3314a25eb</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1b0678d77dca418695ff28b4240411b0</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>6ca25afc27cf496f907b8c42f86981f9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>2e5597311f884a0c8ac83fea05f405de</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>df036e6542e348cea2fc7050f461c475</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>386546ff11b1454da3a4f0c4f85a7dd5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>9e0048e4dd7547bfbc64a6d1d7514090</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1050088abb2c4e43a38b8b69af6c1349</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>8c0fc33133f44035ae4290024eb0d2ca</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>d807b06e11f04d2ab4c81911390a7c42</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>6ed97fe4f5dd404fab043ecf12b03806</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>a7f2075f64884fdcbad9d4803d6dadeb</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>c5e48302663e48e1a5ba1a3beed5687c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>34809c46cf0c4cbda48f35ae03e986ca</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>dfb4d8cccb8745f7b87f077bec69c89f</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>533570a0c46149978e6c2d5e6e6c9306</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>265865373bf74c31b6a7eb40385b9575</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>0bd26930543c42dda6ff6d4014a831bb</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>e009bda3a2ac4916841c1545e4ea2f4a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>fb5c70c70f7a4c289f0813c3ddc6da86</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>36f1b853178746c2a2dedd284c3ca85e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>af8588e4be9e40eab79465a98f8b0005</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>42ffc123ba4e4263aa5ed14b325670fe</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>dbdce1431092401397ec1254c66be988</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>b39b461f0e7b43c48ace3027e7e78c8d</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>76cb54fe5ef340cb91f60769ab89102b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>beee24e80a62483180a4bf6c9f3eac81</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>ac3850dfb208477183e5a83a22d789cf</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>99cabfa360004ad78726c64ed806e50f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e7499b699b7d4b57a0844363ba9faac5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite></execCategories><execCategories><testsuite><name>M2M-Luna</name><comment xsi:nil="true"/><GUID>b1984203d1d54b4c9f33ed26db441660</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>d93bb9e462a1432899796eb05378e3e1</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>bb1f47c1491246df81d800629c923fe4</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>142840ba53484f70bdcc535b3de545ac</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>a317fb6e514e41af906b2ce95e17c2c9</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>b3c1782bb6cb4f6c8ef84398be393155</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>5cb5fe7e520641c68fbf573fdb0a5062</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>030d4bc3b28f4bad9f0e2dd6b9bc4ad7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>b2d7df72a8104b9fb2216562eab38324</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>4af85395fa9b4a97aad6521ee6ea2242</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f0a99f0c0649403b91813a4b8162c4a6</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>6ad94f3253f94dbdaa1dcd0242df62ea</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>be9a4ce78b724db4b30781aa73f93951</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>412092639c9f4caeb4cf261b329ec906</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>ea6fd099babc45d5b88074ecfc862789</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>60fecceee84b4edab80a02fb8d0bdde8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>df6c54e02e80440f9e240b2e5fc6457b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>a44152ff9b9d4d2bba958838f6941779</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>3f546884c8694dff9253c1633934371c</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>14205c83eae242e9bf3144356e8898a0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>839fdd9e7d6f440ca0ccf0ae9909edd8</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>bb8bcc34b7c34b6386e8924cb31eeb3a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>27eb0fc1f7a7445b9ea0a55a4f21e9db</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>be44714cd91e4c40922e927e1e10bb5b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>33949ca52a1c4bd1b64e29847b66ff43</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>f87f89ba586048a59c293ece8c232c19</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>a0e2c5fea155493e8254eec406f8304b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>de7a011338ef425991d853eee8b7e406</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>4ec501acf70a46b2ba4bbcc574cef83e</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>4cfac8d38925414b969c5f49fe37d598</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f137fa61330c4f04880ddb82ea9c1912</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>363e892b0aa64159b0c7fe530b4f4163</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>7c6e0fd9e4104af3937f964c0b4a580d</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>91c082ef6237425b909667dc477fef13</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1b0678d77dca418695ff28b4240411b0</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>b4d00c5dcc2f4ceb836bbcfef58da1aa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>2e5597311f884a0c8ac83fea05f405de</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>c7c14c9a6ee84858a0ef00718321ac35</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>386546ff11b1454da3a4f0c4f85a7dd5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>7d4daf8e9cf8470aa0874d6d69db907e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1050088abb2c4e43a38b8b69af6c1349</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>f72edef5ed384a26b699e6a53c3a2cf5</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>d807b06e11f04d2ab4c81911390a7c42</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>e748c4d11b9d49dcbab77a10cd44397c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>a7f2075f64884fdcbad9d4803d6dadeb</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>35a9af96dc5e4a1996fd1a32886df3d4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>34809c46cf0c4cbda48f35ae03e986ca</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>e74be864358f4b9dba2d5a4930259afa</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>533570a0c46149978e6c2d5e6e6c9306</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>2965971097fb42f4b5149eb21314ffa4</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>0bd26930543c42dda6ff6d4014a831bb</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>03aa0b68fc88493084842f32b1e87c8a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>fb5c70c70f7a4c289f0813c3ddc6da86</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>a49b090e5db14823ada637743e2caa45</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>af8588e4be9e40eab79465a98f8b0005</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>bb90f5bee6f243b5a21aa5c39e93400e</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>dbdce1431092401397ec1254c66be988</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>ebb73964a0c04df3bbe2415af47cfdbd</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>76cb54fe5ef340cb91f60769ab89102b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>32ff66319bba443e8a6f3d98dfb48097</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e7499b699b7d4b57a0844363ba9faac5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite></execCategories><execCategories><testsuite><name>Vorto-Kepler</name><comment xsi:nil="true"/><GUID>281bb981a4ce43afbc1445c84a90c8b6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>eb6dc3c010aa429fa687dbfcf12eeba7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>82429fbb9f974d5d8029a8d13e5adda5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>6fa3b171ff5b4b84a5173203a944b3da</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e8033f9316b34c63b4f1a49d0a879eae</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>49e522f4bd4a4711946acaf420ce32c2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>b39962e404184ed6b78dffe6fc39fd19</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>34eb65cd4487497aa010e39f4271e20d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9e8c370e292a433481154876a9c445fd</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>8fbba55338b248b68e935f3203d3f0ff</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>49f8bd4fa4504d1e826d7dac48933588</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>6ce842e2198b47a99d33d1d80d162a33</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>386546ff11b1454da3a4f0c4f85a7dd5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>b55fdf694c7e44e5ad1db017b1b42f8d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1050088abb2c4e43a38b8b69af6c1349</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>39ceb0aff0c3469aafa73b9c5e003788</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>ac3850dfb208477183e5a83a22d789cf</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>1937b8bfe9d74128b4a4aa91f76cbabd</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>5f3dc5209c474c51b70a6c609889b2b7</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite></execCategories><execCategories><testsuite><name>Vorto-Luna</name><comment xsi:nil="true"/><GUID>208e72f0257442438704ba8a6c8f31c9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>af4e74b98ca041dfac596db4c337d0f6</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>bb1f47c1491246df81d800629c923fe4</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>b00e7dd5c25c487194f507787106a828</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e8033f9316b34c63b4f1a49d0a879eae</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>efe1a9f830e34c1eb68d37e8bbe1c1e7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>b39962e404184ed6b78dffe6fc39fd19</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>e1e9749b16344a1bb94d6d8f320bff18</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>9e8c370e292a433481154876a9c445fd</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>54cffb0ec1484929a7d30b80580320ee</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>49f8bd4fa4504d1e826d7dac48933588</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>21c700e3b9b64292935cc784c655cc1c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>386546ff11b1454da3a4f0c4f85a7dd5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>a5f982d711a5418c84b012e8c87ac06f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1050088abb2c4e43a38b8b69af6c1349</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>454d5d2e536d4ae6aebc8efb7fe7a668</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>ac3850dfb208477183e5a83a22d789cf</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>c32cb0abea4349b3a0d6c557584aba54</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>5f3dc5209c474c51b70a6c609889b2b7</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite></execCategories><execCategories><category><name>Individual Test Suites for Units</name><comment xsi:nil="true"/><GUID>bf0870e0ae4b4ce4ba403bc124a8e836</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><testsuite><name>DeleteModel</name><comment xsi:nil="true"/><GUID>bfca7fdee30b4480b925a4fd8e85492c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>bd0392f4a1174828aefb9346e718eed7</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f137fa61330c4f04880ddb82ea9c1912</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>DeployerTests</name><comment xsi:nil="true"/><GUID>b462f98df7aa48a99ab13325fd8c26e8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>174391069cea4ec698fcfbb84542eef8</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>533570a0c46149978e6c2d5e6e6c9306</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>940d034f981143a5bd35e74539f32d99</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>0bd26930543c42dda6ff6d4014a831bb</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>8c02b431e1f148e59d1ad9508c13ab09</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>097b5bb2bc374a27b084ffc4ffd9b52e</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name>BUGMTC337</name><comment xsi:nil="true"/><GUID>45ff520762da4591952ad0517066ec57</GUID><generated>false</generated><active>false</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e0006d6c2e25427b90a210684ed9485c</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>EnumTests</name><comment xsi:nil="true"/><GUID>de18e5feee274673b82d72af74e26c2b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>ca31ec3d77834a47b44511eecbc7fc5a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>be9a4ce78b724db4b30781aa73f93951</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>02823674ff9f472889433b2fb41b0d22</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>ea6fd099babc45d5b88074ecfc862789</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>6cff25322b8c40e9a777f562f57f9493</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>df6c54e02e80440f9e240b2e5fc6457b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>ccfeaee1e2ae490f99fd2104764e1f51</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>3f546884c8694dff9253c1633934371c</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>f7fd97c2a7124fa7bba31276fe2d518c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>839fdd9e7d6f440ca0ccf0ae9909edd8</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>34afc42da1104492b2c7059629447556</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>27eb0fc1f7a7445b9ea0a55a4f21e9db</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>e27d82850883461599ab174196a28965</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>33949ca52a1c4bd1b64e29847b66ff43</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>1ba3e751e1c44f638f963325060c979c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>a0e2c5fea155493e8254eec406f8304b</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>708261e87e014979b0444b6ac13a3d60</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>4ec501acf70a46b2ba4bbcc574cef83e</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>d316f3b1f20b46afb85783cabed7f9c4</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f137fa61330c4f04880ddb82ea9c1912</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>478b547a509e4bfd80ea11e25d4eb36a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>386546ff11b1454da3a4f0c4f85a7dd5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>FBImplTests</name><comment xsi:nil="true"/><GUID>45429201decd485ba3f5ba8a465ba09c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>0f3be4f123a049c2afbab647e14b2824</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>d807b06e11f04d2ab4c81911390a7c42</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>b472b31af19f4df2b2b516fe39d303bc</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>a7f2075f64884fdcbad9d4803d6dadeb</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>GenerateAllFeature</name><comment xsi:nil="true"/><GUID>8357dbd3dc634878bfdb4d428e0cd979</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>29e7b58eac6940bd8025b8082952783e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>fb5c70c70f7a4c289f0813c3ddc6da86</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>3c5c9eab4c03466aa9a0ced9dbc09051</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>af8588e4be9e40eab79465a98f8b0005</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>HelpMenu</name><comment xsi:nil="true"/><GUID>58dee7eb19e54fe497d306011695257b</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>f7e9cf63db524fb3827420bab5c4a9d3</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>5cb5fe7e520641c68fbf573fdb0a5062</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>ImporterTests</name><comment xsi:nil="true"/><GUID>972eeccf15f8478486aef142380e244a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>967887bfd5ab406897184678dac3f384</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>7c6e0fd9e4104af3937f964c0b4a580d</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>0430f42aeabc44b6a803c73cb30d26c9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>1b0678d77dca418695ff28b4240411b0</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>b40fcb67afc04a868cfb282800ac5e04</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>2e5597311f884a0c8ac83fea05f405de</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>M2MPerspectiveTests</name><comment xsi:nil="true"/><GUID>ca5e362173b14a208857a4a6ce004d0f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>55afdfd5aa4c4b79ae558c485dd25681</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>34809c46cf0c4cbda48f35ae03e986ca</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>SanityTests</name><comment xsi:nil="true"/><GUID>cb473b3f02d24f4dad0f00e8cf3dbfa2</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>76d6cde88228473b9954189288e4803c</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>82429fbb9f974d5d8029a8d13e5adda5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><usedTestcase><name/><comment xsi:nil="true"/><GUID>17fadc8aeb5b423aacf52bbb3426637a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>b2d7df72a8104b9fb2216562eab38324</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>exit</reentryProperty></eventHandler></testsuite><testsuite><name>Suite-Install-M2M</name><comment xsi:nil="true"/><GUID>5524b53628fa43159c511ef20fd45c1e</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>828c40508d544275825b8bfba244d9aa</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>a317fb6e514e41af906b2ce95e17c2c9</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>Suite-Install-Vorto</name><comment xsi:nil="true"/><GUID>9cb13842306b4fc28d9ea155326e0d45</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>4960ddfe8a4f4dc193f0a24cb18d3e1a</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e8033f9316b34c63b4f1a49d0a879eae</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>Suite-Uninstall-M2M</name><comment xsi:nil="true"/><GUID>e97bd5af5b184d729dd8af3bcfb4e7b0</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>40aedd8691804733996bb8c20e6ba041</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>e7499b699b7d4b57a0844363ba9faac5</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>Suite-Uninstall-Vorto</name><comment xsi:nil="true"/><GUID>d04bc6ad5cca4e02b4f5e74ae6869ee9</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>f65f1bc550d248948abd8740794e8168</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>5f3dc5209c474c51b70a6c609889b2b7</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite><testsuite><name>ValidationTests</name><comment xsi:nil="true"/><GUID>81d1d4891de34d029f5c8306eec7f55f</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><selectedAut>ID_A_128957</selectedAut><stepDelay>0</stepDelay><commandLineParameter xsi:nil="true"/><usedTestcase><name/><comment xsi:nil="true"/><GUID>bec98f4f73154930b51e3f0d417c659d</GUID><generated>false</generated><active>true</active><taskId xsi:nil="true"/><datafile xsi:nil="true"/><testcaseGuid>f0a99f0c0649403b91813a4b8162c4a6</testcaseGuid><hasOwnTestdata>false</hasOwnTestdata></usedTestcase><eventHandler><event>TestErrorEvent.Config</event><reentryProperty>continue</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.CompNotFound</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.Action</event><reentryProperty>exit</reentryProperty></eventHandler><eventHandler><event>TestErrorEvent.VerifyFailed</event><reentryProperty>continue</reentryProperty></eventHandler></testsuite></category></execCategories><metaDataVersion>6</metaDataVersion><autToolKit>com.bredexsw.guidancer.RcpToolkitPlugin</autToolKit><majorProjectVersion>1</majorProjectVersion><minorProjectVersion>0</minorProjectVersion><testResultDetailsCleanupInterval>5</testResultDetailsCleanupInterval><isReusable>false</isReusable><isProtected>false</isProtected><reusedProjects><projectName>unbound_modules_swt</projectName><projectGUID>8a81818316dd751b0116dd75444a0001</projectGUID><majorProjectVersion>8</majorProjectVersion><minorProjectVersion>0</minorProjectVersion></reusedProjects><reusedProjects><projectName>unbound_modules_rcp</projectName><projectGUID>8ab6b0832254bb19012254bb2bfe0001</projectGUID><majorProjectVersion>8</majorProjectVersion><minorProjectVersion>0</minorProjectVersion></reusedProjects><reusedProjects><projectName>unbound_modules_concrete</projectName><projectGUID>8ab6b083150339b501150364afb90435</projectGUID><majorProjectVersion>8</majorProjectVersion><minorProjectVersion>0</minorProjectVersion></reusedProjects><usedToolkit><name>com.bredexsw.guidancer.ConcreteToolkitPlugin</name><majorVersion>4</majorVersion><minorVersion>6</minorVersion></usedToolkit><usedToolkit><name>com.bredexsw.guidancer.AbstractToolkitPlugin</name><majorVersion>4</majorVersion><minorVersion>0</minorVersion></usedToolkit><usedToolkit><name>com.bredexsw.guidancer.SwtToolkitPlugin</name><majorVersion>4</majorVersion><minorVersion>1</minorVersion></usedToolkit><componentNames><compType>guidancer.concrete.Button</compType><GUID>02206877f06349ceb78245462a9df40a</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid1_OpenAssociatedPerspective_No_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>0243a096d41d43b0bcd5dc8caac03f37</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf8_Java_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.Label</compType><GUID>05bca457a9d741588e64513ebc2e2236</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaSwitchableLightsrcmo2_Console_Label_1_lbl</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>076a9b58ffed45efb1ab2399abb0b38f</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Install_Iacceptthetermsofthelic0_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>098eae1cfa394a93bae631321f537d9d</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_AddJRE_Next_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>0c945e78b2b14ff0a8114c2567dc5041</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MMPerspectiveTestssrcm1_FindReplace_Close_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>0cd65b16d43f4a87b30203e3483a0537</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaSwitchableLightsrcmo1_Problems_ToolItem_1_tbi</compName></componentNames><componentNames><compType>guidancer.abstract.TextInputSupport</compType><GUID>0d9a450286ee462db9ef7c4a5a8eb3b0</GUID><creationContext>OVERRIDDEN_NAME</creationContext><refGuid xsi:nil="true"/><compName>dsleditor</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>0ec2fefc61ce477090524bf6c08d60d1</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf8_M2M_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>106c75b252c74bab8482294f7306b8da</GUID><creationContext>OBJECT_MAPPING</creationContext><refGuid xsi:nil="true"/><compName>UserSettings</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>10dd66e43b354a19abb515a336e8370b</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcgenFridge9_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>11ffc7d208c445c081ef7c9c3ecea6b0</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf1_EditConfiguration_SaveChanges_Yes_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>14f7df8c3dd9463d949fa16cb1a0c15d</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_M2M_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.TabbedPane</compType><GUID>156f492a64af4fb0b132c92f210fffdf</GUID><creationContext>OBJECT_MAPPING</creationContext><refGuid xsi:nil="true"/><compName>DSLEditorTab1</compName></componentNames><componentNames><compType>guidancer.concrete.TabbedPane</compType><GUID>1654eb51c533457bb15aa3d8e76e157f</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcgenFridge10_Fridgexsd_CTabFolder_1_tpn</compName></componentNames><componentNames><compType>guidancer.concrete.ComboBox</compType><GUID>1b5bdc4600e940acb273d12ebe150cff</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MMPerspectiveTestssrcm3_FindReplace_Combo_1_cbx</compName></componentNames><componentNames><compType>guidancer.concrete.Table</compType><GUID>1d14ec8a92a846f5821db7072cb809f4</GUID><creationContext>OBJECT_MAPPING</creationContext><refGuid xsi:nil="true"/><compName>InstalledJRETable</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>1dd305a8cc2e41ef878b0592b151b755</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid1_PackageExplorer_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>1dee9207a0e44a278ed1173909f94e5d</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf5_SelectConfiguration_Cancel_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>1e6f950909614768b5dd5bee59e8542a</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_NewProject_Next_btn</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>1fbebaabf71e4a8caeeb85cf69021ef3</GUID><creationContext>OBJECT_MAPPING</creationContext><refGuid xsi:nil="true"/><compName>M2MToolbar</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>230e9a480a0c4026a8cfdaf3b1d20408</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid3_PackageExplorer_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>235cb4774553423097831595e2a18419</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>Eclipse_OpenPerspective_OK_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>23fb43a520c340dfa1a90a1a5788fc9c</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid0_M2M_tbi</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>249d6dcb8be447c2983a820f4605e5ac</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf9_Problems_Tree_1_tre</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>2c109c5157d1439e8e5bc53613b37b6a</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MFridgesrcmodelsFridg1_Java_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.TabbedPane</compType><GUID>2c41f0d113154b11b9a063bc9f06a066</GUID><creationContext>OVERRIDDEN_NAME</creationContext><refGuid xsi:nil="true"/><compName>DSLEditorTab</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>2d341021c6524593af72cd262e1b6951</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_OK_btn</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>2fe8cb4d18c24ae3aad4eac7521655b9</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_AddJRE_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>300f6da694bb42f29725cddc8c9f15bd</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_FunctionBlockImporter_Text_2_txf</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>30efd8fe35f248028a6e81528be15417</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLamptargetgenerated4_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>32e31b1693204a639749cf4497c3d05f</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MMPerspectiveTestssrcm0_FindReplace_Find_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>32fb378921c241148d264a03e6336e0a</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_Apply_btn</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>36531e7fd0594a3fbd1f2316987b0478</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_FunctionBlockDesigner_FunctionBlockDetails_Text_2_txf</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>38165ed755774d78ae7c6bb7938ebfec</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>Problemssavingworkspace_OK_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Table</compType><GUID>38a628760cdf414b810f7cec2800f198</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid5_DeleteResources_DeleteResources_Table_1_tbl</compName></componentNames><componentNames><compType>guidancer.concrete.ComboBox</compType><GUID>39bad58efe894d108c89a4c6417b0e13</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Help_Combo_1_cbx</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>3ab11084f74f453fb3232d13bc8db584</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid10_Console_ToolItem_1_tbi</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>3b003a66fea748878721ab88c8d9ff78</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Java_tbi</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>3ce08eecf7174ff3a0f9e513d1ddd69d</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Help_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Table</compType><GUID>3d39c304df4c43babe7b784053757d62</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>Eclipse_OpenPerspective_Table_1_tbl</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>3d7b1b94c483406e80f70b7966dec4d0</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_AboutEclipse_EclipseInstallationDetails_Uninstall_btn</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>40099d82a9444e7a9e32d1b5e90393a6</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLamptargetgenerated1_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>438645c3b2c941b4b826881238b1fe63</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_AddJRE_Finish_btn</compName></componentNames><componentNames><compType>guidancer.concrete.TabbedPane</compType><GUID>438c2f04acdf41b38237e104397f980a</GUID><creationContext>OBJECT_MAPPING</creationContext><refGuid xsi:nil="true"/><compName>ConsoleTab</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>43c6bd1a3aa84e668c26a63fe98c79de</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_FunctionBlockImporter_Browse_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>463ab16a7b4347eba60b1e1c33728f5f</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid0_OpenAssociatedPerspective_Yes_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>474719d9967c437cabefd7c4e40b3a33</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid0_OpenAssociatedPerspective_Remembermydecision_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>47cce20a2d6c43f9a87e76cd2254b874</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Welcome_ToolItem_1_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>480118674bd94f24aee08feafaacb570</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_FunctionBlockDesigner_Finish_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>4806949acb5248b19333a310bd63edcb</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaNewFunctionBlocksrcm25_NewFBImplementationWizard_FunctionBlockDetails_BrowseFunctionBlocks_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>4855e530daff4203842cf5d3e0d7e83f</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MLampsrcmodelsLampfb67_OpenAssociatedPerspective_No_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>4b3127e2de3c4bad867dce56971c2369</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcgenFridge16_SaveResource_No_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>4f65d3f6a337467cb7c8189ea77242cd</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_Remove_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>5048fb62afab48b3874fbef3dfa36e17</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>VortoNewFunctionBlocksrc0_Vorto_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>50655ae9202f485fa694789921768fe6</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf0_NewFBImplementationWizard_ProjectDetails_Text_3_txf</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>519320f495e5495a9d40d66df60a21cd</GUID><creationContext>OVERRIDDEN_NAME</creationContext><refGuid xsi:nil="true"/><compName>Select</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.SwtTree</compType><GUID>51aada3c6cc64970bc4644c423208337</GUID><creationContext>OBJECT_MAPPING</creationContext><refGuid xsi:nil="true"/><compName>InstallTree</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>51e0fa639cea4bf98722c5aec7c479c2</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf9_PackageExplorer_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>52481f41e31f4ba4b2e15ff1449fbfcf</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid9_RunConfigurations_Main_Text_2_txf</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>549cb5b4787c45d2975c31e0e2984322</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_DeploymenttoAgentHub_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>54d185a2c61f48a7abbd7d90588fe6ae</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_NewProject_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>55d4a96c0a1047a8b103e6b40be3e422</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid7_RunConfigurations_Close_btn</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>5cd16d591fce4342bba2c6051c8e9ada</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2M</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>5d9242aade5349469cf6a563ac6db70b</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_FunctionBlockDesigner_FunctionBlockDetails_Text_3_txf</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>5f226e58224f4e409b445fb8d0b3bee3</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_FunctionBlockDesigner_Text_1_txf</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>62a1519f3ab54cf3b868dccc130da4c8</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MEclipse_Java_tbi</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>639b828ca3814e53a5d68ea757110112</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MFridgesrcmodelsFridg1_FunctionBlockModels_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>655548b29d9241b28eab033a6aa6700c</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Help_FormText_1_xyz</compName></componentNames><componentNames><compType>guidancer.concrete.Label</compType><GUID>65b44d7db89d422b9a528b22142b1e93</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MMPerspectiveTestssrcm3_Console_M2M_lbl</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>66851f19193b40a6ab261e094eb990bd</GUID><creationContext>OBJECT_MAPPING</creationContext><refGuid xsi:nil="true"/><compName>VortoToolbar</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>6694d96a8833473bb2aee4ce98196370</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MLampsrcmodelsLampfb1_Java_tbi</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>6734e76687174f04adc144b7c586975b</GUID><creationContext>OBJECT_MAPPING</creationContext><refGuid xsi:nil="true"/><compName>ContextMenu</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>677e1fb0bc65456b9bf7e7685b0e2872</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf2_Preferences_FunctionblockDeployment_lbl</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>67e65f980d9e44bea0c9797d1f717f61</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampModeltargetgener3_DeleteResources_DeleteResources_Continue_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Tree</compType><GUID>6926525cead1460aba51ef976e0ab442</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid4_PackageExplorer_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>698346beefb245b0b25377d832e2ac90</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLamptargetgenerated6_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>6eb724ec2b8844679ff96e136a2eac4c</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>Eclipse_Java_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>6f5fb4be1f854bac9d0b6bf7af71667a</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf32_NewFBImplementationWizard_Cancel_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>6f7c0b93b4d7410cab4bfaff90c49501</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MNewFunctionBlocksrcmo6_ConfirmoneFunctionBlockMo5_Yes_btn</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>702dd95dd7ef462384e8202460f840d0</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcgenFridge10_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Label</compType><GUID>710cd6b20bfb4b028c1e18479bbbef17</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf1_ERROR_AgentHubdirectorydoes0_lbl</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>73e1862c96d54cd8844ba9deb45c41d2</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MMPerspectiveTestssrcm0_Console_StyledText_1_xyz</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>7402b60bccef4589b026aa3bba9188a4</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_Text_1_txf_1</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>791386cbb81e4f1693999e06df63af04</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaNewFunctionBlocksrcm26_NewFBImplementationWizard_FunctionBlockDetails_BrowseFunctionBlocks_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>7a1a29bb2e1e4f83b4c1e5c3f6bb901d</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid5_UpdateMavenProject_OK_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Label</compType><GUID>7fa64af43f43423cb08bb993b46724d0</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_DeleteResources_DeleteResources_Nocontextinformationavaila0_lbl</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>81492bb544f841dbaa253caa7d66c3ac</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid1_Errorbuildingfunctionblock_OK_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>830ed067a7ab4048a5c0d25b5f43d2db</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Console_ToolItem_1_tbi</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>8437ec8ba6b7473485b89d98d97d9020</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf0_Preferences_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>8636477f4c25437eb98f1a8f5c6f02e6</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLam</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>8700578118e34d109db6227b0147daa6</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcgenFridge16_NewProject_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>8881caec225e49c68a92df8b6fec89df</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaSwitchableLightsrcmo13_FunctionBlockImporter_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>8a250ba7701a494c9ceeeb468b054e79</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_AboutEclipse_InstallationDetails_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>8b21c3ee9a0b45a8ab961ac20bdf0534</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_SecurityWarning_OK_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>8d3a937ac985498ebd30d0657f52d30c</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaNewFunctionBlocksrcm30_NewFBImplementationWizard_WorkspaceFunctionBlockBrow29_OK_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>8d51e518dcb54e4797a8142663a3ddee</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaSwitchableLightsrcmo2_FunctionBlockImporter_Back_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Table</compType><GUID>8f32568030a04d2598e900ea1efb194a</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaNewFunctionBlocksrcm14_NewFBImplementationWizard_WorkspaceFunctionBlockBrow13_Table_1_tbl</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>92d6f2b7dc884421a20ca0f95ee67599</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcgenFridge0_ToolItem_1_tbi</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>93ae526a6cc9450fac8f8c7cac770cc4</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MLampsrcmodelsLampfb0_FunctionBlockModels_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>9425a608a0fa446cae6e32992add83f0</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Help_Go_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>95270b15207c4c688c994d09f983ba34</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_Add_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>963af484695a42f0a00681259a498ac4</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_FunctionBlockDesigner_Cancel_btn</compName></componentNames><componentNames><compType>guidancer.concrete.TabbedPane</compType><GUID>98003a9039624fc28bdfa8864d460a83</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid3_CTabFolder_3_tpn</compName></componentNames><componentNames><compType>guidancer.concrete.TabbedPane</compType><GUID>9a25d389978b44a7b020423166258d50</GUID><creationContext>OVERRIDDEN_NAME</creationContext><refGuid xsi:nil="true"/><compName>OutlineTab</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>9b370dd5192f404a9d6789d7d5f55423</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_ShowView_Text_1_txf</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>9dd4b3fbac7f4a18838f92b132c9e939</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MLampsrcmodelsLampfb9_Java_tbi</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>9e9a6f0f2d32489b9252a5724d8c844c</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid1_save_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>a113a6d23d004a1b80488179c7ba4c84</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Install_EditSite_Cancel_btn</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>a2b1283b1a1045e38e6213cf0e539ff0</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid0_xyz</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>a3d13e2a704c41b4ae595cdcf474fc67</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid0_Problems_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>a54d2bfddb5149dd90eb5b18eeac28ce</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLamptargetgenerated5_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.ComboBox</compType><GUID>a6e91f5e81ea4b21bbec5446ce3ad3c8</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Install_Combo_1_cbx</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>ab7deb4523724493b922e7e6506f07b3</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid4_EditConfiguration_Run_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>ab9ae09619f145a8b3dafc9be76bb04d</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf8_Preferences_Cancel_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>ad61c69b25ee43768cf856680349d2f0</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid8_Multipleproblemshaveoccurr7_OK_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>b43fb14a9032475b94d8486bfca93633</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MMPerspectiveTestssrcm9_Console_ToolItem_1_tbi</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>b4e8dae3d20346cdb9e0c58b232c1846</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid2_PackageExplorer_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>b68c216680854f9f8fd01efd57741e58</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf5_Table_1_tbl</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>b98c7fe99874402e8377de5feda1c3a2</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Uninstall_Finish_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>baa999bc4510448a8dd432427c9ae861</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf3_M2M_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>baf93ea3de8c41a2b9a08206ca0d87ff</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MNewFunctionBlocksrcmo4_ConfirmoneFunctionBlockMo3_AlsodeletecontentsunderD2_btn</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>bcc0132fdac04ca9bb1a621b665ed22f</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>bd108b474d5f457eb538cb7a46c732d1</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Install_SelectAll_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.SwtTree</compType><GUID>bd333d05cef94d8e91d01f253e62fb12</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Uninstall_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>bda260ed62ac4d509b4b4c889ad91442</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MMPerspectiveTestssrcm1_FunctionBlockDesigner_Finish_btn</compName></componentNames><componentNames><compType>guidancer.concrete.TabbedPane</compType><GUID>bf1a0e16567f4be5a6148f6a44c37d1b</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid9_CTabFolder_1_tpn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.SwtTree</compType><GUID>c37a95797c694a6ea6a632715342f5dc</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_AboutEclipse_EclipseInstallationDetails_InstalledSoftware_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>c860195b46d5428f89ee88309b4856b7</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcgenFridge13_NewProject_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>c86c2f25477244158a225d6a73383ddc</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaNewFunctionBlocksrcm34_NewFBImplementationWizard_WorkspaceFunctionBlockBrow33_Cancel_btn</compName></componentNames><componentNames><compType>guidancer.concrete.TabbedPane</compType><GUID>c9170949dac74d7da5a1ca9eb59bb17f</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_CTabFolder_1_tpn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>c934c6ec97b441f291ccf44e7556c8d2</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLamptargetgenerated10_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>c96560efca8445e79049cd1b02edcf0f</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid2_save_tbi</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>c986a0fd6fc549d58c2c2f0c6861bed5</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaNewFunctionBlocksrcm16_NewFBImplementationWizard_WorkspaceFunctionBlockBrow15_Table_1_tbl</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>c9968b024cc846f29fbda3f6b1053050</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>Eclipse_ToolItem_1_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>cc39e1364a8e41b6b9f8eabc2525dffd</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Preferences_AddJRE_Cancel_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>ccdbd13ca7b74e51939898e6da9a38e8</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcgenFridge8_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>cef8a7e54da9412f94a2258db7f9d56b</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid10_RunConfigurations_Apply_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>cfb085f11c534afcbffbfb8123f02be2</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid9_DeleteResources_DeleteResource_OK_btn</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>d1346f4d52c0480e87cab90dd76d0b20</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf1_PackageExplorer_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>d1ea2e724aff4c4d9af7595e4487e0e5</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf6_Preferences_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>d3712be3f7934566b2e1b98db72e1eb4</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_FunctionBlockDesigner_FunctionBlockDetails_Text_1_txf</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>d429cbb7cdde479295dcfd711d323431</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_ToolItem_2_tbi_1</compName></componentNames><componentNames><compType>guidancer.concrete.Label</compType><GUID>d49c753a169f48dcb4dcb7feab6cb985</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid4_Problems_0items_lbl</compName></componentNames><componentNames><compType>guidancer.concrete.Table</compType><GUID>d4f8c286febc47f3832d624cc22158c7</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf4_Table_1_tbl</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>d88db65015564c3eb4f0e9741c06745c</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>M2MFridgesrcmodelsFridg6_Java_tbi</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>da0c5e7dbd5b4f5da3c01bb0716ab50e</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgeModelsrcgenFr0_DeleteResources_DeleteResources_Cancel_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>da59af24349e44dbb1a9da090cfcbc9a</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_ShowView_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>daf6c7cacc5147a4a6b79ec82d3f0515</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_FunctionBlockImporter_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>db08b8c6e8f245408c52905f1cc0e531</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLamptargetgenerated2_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.SwtTree</compType><GUID>dc961a6232014faf849327dc20f0c3af</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf12_Problems_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>dd2adce2d0554cf8a5c7ef476f8ed209</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcgenFridge13_Fridgexsd_Source_StyledText_1_xyz</compName></componentNames><componentNames><compType>guidancer.abstract.Widget</compType><GUID>deea6c6864f74f498924737590988f6f</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLamptargetgenerated3_Outline_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>df383a4ce7a349bb92507047bc96948b</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid5_DeleteResources_OK_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>e2a0e4aa8f9f47a58df19d21d3eaf5d2</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid0_PackageExplorer_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>e47402726e1842f0bed817b6354163ff</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid1_EditConfiguration_SaveChanges_No_btn</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>e691be38f31a43c09a8ad802e6f935d9</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid4_DeleteResources_Deleteprojectcontentsondi3_btn</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>e6bca2ba68f14ade96af5c6a6b76ab6b</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf1_Console_StyledText_1_xyz</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>ecdea86018364f1a851703202da66e0a</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Console_ToolItem_4_tbi</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>ef4ee89559014578beb8ce60b68326f9</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid2_Navigator_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>f03b93bb767d497a9747be2a4fa56a59</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgeModelsrcgenFr1_DeleteResources_Cancel_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>f2b5a070b22c4a1880ff00764e2b7906</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_NewProject_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Label</compType><GUID>f4d0aadd0f9140d4a6d4a0c826ca386a</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf7_Preferences_FunctionblockDeployment_lbl</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>f578031c8e5f4f449ce1f9449446546d</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf12_NewFBImplementationWizard_ProjectDetails_Text_1_txf</compName></componentNames><componentNames><compType>guidancer.concrete.TextComponent</compType><GUID>f64114487be744838fee2ec778d190b6</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid2_EditConfiguration_Main_Text_2_txf</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.SwtTree</compType><GUID>f65d3b0d214a4a31952fd42f9e622139</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Install_Tree_1_tre</compName></componentNames><componentNames><compType>guidancer.concrete.Label</compType><GUID>f8e05245e7cd40afbedf598504f7efdc</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_Outline_Anoutlineisnotavailable_lbl</compName></componentNames><componentNames><compType>guidancer.concrete.Button</compType><GUID>fb89af583b6543479dcddbffd36e28b3</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid3_EditConfiguration_Apply_btn</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.Tree</compType><GUID>fc55a29a422244b3b0b2cb5a0d506e6d</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaLampsrcmodelsLampf7_ProjectExplorer_Tree_1_tre</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.SwtTree</compType><GUID>fd44ca43364a454299db6088e2712038</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaFridgesrcmodelsFrid1_Problems_Tree_1_tre</compName></componentNames><componentNames><compType>org.eclipse.swt.widgets.ToolItem</compType><GUID>ff9238abc63a413899ee7adac4ac0ff6</GUID><creationContext>STEP</creationContext><refGuid xsi:nil="true"/><compName>JavaEclipse_ToolItem_2_tbi</compName></componentNames><testresultSummaries><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>da4772fb8c3a4acb8848b8205af2433a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-03 11:24:08.498</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-03 11:24:08.498</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>81</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>127</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-03 11:22:34.414</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f9c2326f967a41bca83b6711be3e6e58</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-03 11:43:48.785</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-03 11:43:48.785</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>127</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-03 11:43:38.617</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ccea07003484416eafc0d67746b297ed</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-03 12:09:40.896</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-03 12:09:40.896</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>127</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-03 12:06:27.894</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d6a37d347f924ceb8e0c9cd586fdfa24</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-03 12:13:10.151</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:32</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-03 12:13:10.151</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>220</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-03 12:11:37.351</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>27a1c0bb5bbe4346958449742b58e28c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-03 12:17:46.127</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:28</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-03 12:17:46.127</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>220</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-03 12:16:17.304</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f3e33e7f02d44ecdbc6b15d95a643b4a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-03 12:22:49.278</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:50</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-03 12:22:49.278</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>61</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>198</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-03 12:20:58.328</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>029722e6a2f144ed83d87d24b894dc43</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-03 12:27:49.449</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:04:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-03 12:27:49.449</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>220</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>220</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-03 12:23:38.730</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1f86c23c90d1452ab5b8d108bdcacad5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-03 12:31:59.902</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:04</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-03 12:31:59.902</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>126</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>126</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-03 12:28:55.143</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c6521641ea2e4f21a7eba5b37b00508f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-14 04:52:40.593</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:20:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-14 04:52:40.593</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1626</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1626</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-14 04:32:02.808</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5ee670f0a4704fe596bfe0c114126195</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>db93904816454b8b873f71b0dce76686</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-16 04:06:43.958</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-16 04:06:43.958</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>7</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-16 04:06:35.323</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a48b42650d414f5292c989b5faf834e1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>db93904816454b8b873f71b0dce76686</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-16 04:14:22.427</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-16 04:14:22.427</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-16 04:14:14.475</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9cbc25f3429e456eb71a10bb05484f79</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>db93904816454b8b873f71b0dce76686</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-16 04:20:29.875</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-16 04:20:29.875</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-16 04:20:20.194</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3014db7f914c4fd799209c0d70524663</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>db93904816454b8b873f71b0dce76686</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-16 04:27:30.622</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-16 04:27:30.622</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-16 04:27:21.86</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>827293f402c3455892694e0cc2706c33</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>db93904816454b8b873f71b0dce76686</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-16 04:29:47.461</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-16 04:29:47.461</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-16 04:29:38.505</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>731a1b10e63b4979b0751c27febd89c1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>db93904816454b8b873f71b0dce76686</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-16 04:35:48.157</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-16 04:35:48.157</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-16 04:35:40.527</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>51bdcd9641a6434c80a3a1401f6d4dd4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>db93904816454b8b873f71b0dce76686</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-16 04:37:43.65</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-16 04:37:43.65</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-16 04:37:33.615</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0679ae576c2a4a9daa4205f0dc065b5d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 03:19:38.379</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 03:19:38.383</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1637</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 03:19:33.359</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6db3c623a3f04a31a30454ff015cc759</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 03:39:51.258</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 03:39:51.263</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1637</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 03:39:34.714</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>35b6975b8f37413ba0bd55d68ab38fe2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 03:42:42.329</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 03:42:42.333</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1637</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 03:41:05.375</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>238b16ec643b4642959edfcf0834e738</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 03:46:59.252</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 03:46:59.256</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1637</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 03:45:25.433</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d6ec71df5586426e984a01a7426d9dc6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 04:05:12.981</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:13:57</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 04:05:12.985</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1321</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1637</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 03:51:15.216</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>50c75889118d4552b25fb35fd0da93da</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 04:36:48.215</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 04:36:48.219</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1637</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 04:36:30.10</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7c83ee73bddd4b7caa0c0d308aa1e86f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 04:51:34.485</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:13:56</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 04:51:34.489</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1321</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1637</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 04:37:37.891</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3feb157d14be4e9db46e8b9f24f209e8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 04:56:24.563</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:04</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 04:56:24.563</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>143</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 04:54:20.227</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d1fc57e2ccb343e888220054054bdc8c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 05:01:47.592</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 05:01:47.592</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>100</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>143</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 04:58:42.537</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>92887ad294e1401881c1b7c9831eb7a8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 05:07:54.539</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 05:07:54.539</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>143</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>143</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 05:04:50.571</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c07d5a2c11e548bc8fcc5f0cf41791e1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-20 05:27:47.993</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-20 05:27:47.997</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1592</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1637</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-20 05:09:18.336</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b46407e0e37a4d0f9d6dcf3f6f9b8602</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-21 10:08:03.735</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-21 10:08:03.735</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>81</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>126</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-21 10:06:23.452</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4b4167f8321745149cc26019d144cecd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-21 11:45:03.4</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:16:58</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-21 11:45:03.8</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-21 11:28:04.940</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ad176636e3034eb782a0978f8de2f94b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-21 02:17:25.979</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-21 02:17:25.984</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-21 01:59:08.327</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>79aea87e76544dc69e3f44e1ab9fc75b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-21 02:48:26.921</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:04:53</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-21 02:48:26.921</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>220</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>220</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-21 02:43:33.653</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>21c5971bf8264f05a2a286dca1ceeae0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-21 03:30:17.147</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-21 03:30:17.151</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-21 03:11:40.285</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>06ea4978da874deb83d56bafbe778b61</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-21 04:20:06.367</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:16:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-21 04:20:06.371</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1399</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-21 04:03:25.624</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2fa5a561783a472a9244dc44fa4af045</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-21 04:43:10.991</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-21 04:43:10.995</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-21 04:24:52.11</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>41d8e8e98cda468ca936cbcb803c85e2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-21 05:48:53.621</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:17:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-21 05:48:53.624</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1424</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-21 05:31:47.886</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9a472da177b44c41b11f2e47aed18a9f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-24 10:46:27.310</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:17:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-24 10:46:27.310</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-24 10:29:00.135</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8ab769ffa36741afaee6d8fb79d6e6af</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-10-24 01:50:44.243</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:17:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-10-24 01:50:44.243</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1511</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-10-24 01:33:31.233</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3d1cee0a66a44a39991eeb2f21e9b3d2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-03 01:54:53.494</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-03 01:54:53.494</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-03 01:54:37.142</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>53d57ec1207a4d5685e1e182e3fc44e8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-03 02:00:25.361</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-03 02:00:25.361</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-03 02:00:17.659</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0fb4f7453de14d0bae54afa7dd48dbb0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-03 02:04:35.899</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-03 02:04:35.899</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-03 02:04:27.734</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ccab8f1420b646e89a83bd4d47f14d39</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-03 02:15:20.358</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-03 02:15:20.358</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-03 02:14:40.772</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>750a6e8680a84624ae8c2c0d597b6217</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-03 02:17:56.237</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:53</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-03 02:17:56.237</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-03 02:17:02.290</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>02dc47e9950e4ee8b23ec7ff6d4cf38f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-04 05:31:16.576</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-04 05:31:16.576</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-04 05:29:02.703</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e6e0b291eb674d77bbce5dcf6d55d3c2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-04 05:37:09.826</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-04 05:37:09.826</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-04 05:36:52.919</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>55cef13c1e4941829fd0d9090a9e24ef</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-04 05:39:49.509</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-04 05:39:49.509</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-04 05:39:27.105</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6b7db099b4334558972a7c6670d4ea4a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-04 05:41:08.639</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-04 05:41:08.639</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-04 05:40:49.365</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>64c85fd5dd0c46bbadefb3ac9330f01e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-04 05:54:33.754</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-04 05:54:33.754</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-04 05:54:02.837</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b31a4506fcaa44b4b5d2b55976206a0c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-04 06:07:50.795</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-04 06:07:50.795</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-04 06:07:35.684</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>394fbf4dd91e4bdab3925f8a9c5086e9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-04 06:08:52.347</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-04 06:08:52.347</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-04 06:08:32.979</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fc8e0ff6f1c04236bab3fddac7926c0a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-04 06:18:06.516</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-04 06:18:06.516</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-04 06:17:46.574</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d20b76efca8443f89cdb12e8e51392ed</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 11:09:51.190</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 11:09:51.190</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 11:09:27.669</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a56278aced674763820a7afa1ff92837</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 11:12:13.118</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 11:12:13.118</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 11:11:52.449</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>af19d433c83d43cdb0c33ef30d40b375</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 11:20:59.104</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 11:20:59.104</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 11:20:37.998</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>85bec2b8c67e44eea033e7b3cd293f02</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 01:34:59.431</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 01:34:59.431</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 01:34:26.372</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7985c3aeb27b453c9f93ce2e8f1ce6e5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 01:48:59.734</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 01:48:59.734</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 01:48:26.422</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>024e404473254b879eae97b52347f9ee</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 01:51:44.545</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 01:51:44.545</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 01:51:26.946</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ef4e1b7d79e34dccb6c6fe55fa526125</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 01:54:49.40</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 01:54:49.40</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 01:54:27.829</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>28d9f533205b42d8a629545afec53f62</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 01:55:49.767</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 01:55:49.767</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 01:55:29.705</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fd27984e47814e6da850b7ca4343d69a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 01:56:57.66</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 01:56:57.66</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>59</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 01:56:22.503</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d99f02340283456aac96f6ac2854d12d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 02:13:15.733</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 02:13:15.733</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>39</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>64</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 02:12:51.538</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>083e5a8eeb364e5c875e80e0a9599811</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 02:34:19.646</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 02:34:19.646</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>33</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>67</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 02:33:59.702</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0d2b43682a2647eaaee17bfb257fb44a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 02:36:18.626</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 02:36:18.626</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>68</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 02:35:55.241</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1346c9e365c34b3f8c325eb2e5869c82</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 02:40:30.642</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:45</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 02:40:30.642</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>68</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 02:39:45.569</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9b7b7b2228c5468bb0dc257877c91d4f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 02:44:43.767</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:44</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 02:44:43.767</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 02:43:59.466</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f9e1637c082840c894c14a752d44b6a6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 03:15:54.115</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:31</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 03:15:54.115</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>63</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 03:15:22.406</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2f72a0d55a804868b3b1237b7736fa37</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 03:17:39.671</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 03:17:39.671</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>49</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>63</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 03:17:10.629</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7025456d01d74996b3f0d6f739f93e21</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 03:19:25.888</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 03:19:25.888</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>64</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 03:18:36.367</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c113116c91fd40a995b4835398715d04</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 03:21:01.959</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 03:21:01.959</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>68</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>90</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 03:19:54.355</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>aa0e5c53b7d24abe96bde9ce8a7fa945</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 03:22:58.18</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:50</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 03:22:58.18</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>64</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 03:22:07.926</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6f0af48cbff9453ca43ee9652b8908ba</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 03:38:16.805</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 03:38:16.806</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>64</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 03:37:27.162</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6eee4099f8fd42d090396d6cc4f3f440</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 03:39:23.455</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 03:39:23.455</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>64</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 03:38:46.612</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e6e39670f9884592949048ef5394d882</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 03:42:33.758</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:53</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 03:42:33.758</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>90</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 03:40:40.636</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>287d4cebbed24fc7a50e5561f2b4c758</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 03:45:25.666</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 03:45:25.666</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>76</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>90</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 03:44:01.893</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>307ced740cf4481bad9152edf92b2de6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 04:26:54.227</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 04:26:54.227</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>101</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 04:25:31.469</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>703e91bde0304d34995a86e05c4ff9d1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 04:35:12.555</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 04:35:12.555</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>101</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 04:34:48.131</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>07ca1237ae4c46b99d5f8f3be27c0074</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 04:39:05.580</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 04:39:05.580</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>76</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>101</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 04:37:21.924</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>31897d7562f1482892a27bf86f233590</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 04:49:11.206</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 04:49:11.206</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>87</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>101</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 04:47:41.781</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f011c6063c1b4610a7e5c11edfd8db8f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 04:58:30.706</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:38</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 04:58:30.706</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>105</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>105</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 04:56:51.889</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>651c39b3bc404f4ab074b86489204b52</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:11:52.669</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:11:52.669</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>106</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>106</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:10:11.612</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f798cb47d1e748c28a3e41ed219bf199</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:15:48.608</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:15:48.608</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>81</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>81</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:14:21.920</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a045d95a137a484db4959c9cbbb46e6a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:19:11.555</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:19:11.555</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:17:31.757</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>926c7a6bb8e14323aafc17ceb8016309</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:21:10.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:21:10.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:20:52.363</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>70e0e0fc91bc4aca8c5e3edf1107eb2d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:21:35.371</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:21:35.371</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:21:28.152</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>30d9c4ab8f164ad2bf4832c7ab1c528e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:22:22.456</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:22:22.456</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:21:51.487</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>432eba94214443b198b2a46c26a01c8e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:23:39.944</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:23:39.944</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:23:30.6</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a5b9a55e834a4713bb620659b1791127</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:53:39.702</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:53:39.702</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:53:19.559</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5f1264fafe31437894fe444e17a14983</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:54:28.479</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:54:28.479</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:53:55.131</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>11b5a13f7bb746ebb19bab1d6c218c0e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 05:58:54.105</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 05:58:54.105</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 05:57:13.95</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>41540b47988e4f22bf67ba8bc1582c7a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-05 06:01:25.787</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-05 06:01:25.787</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-05 06:01:02.790</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c4f3ad1adfcd4e10ab4dbdfc23067ecc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:17:57.825</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:17:57.825</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:17:47.576</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>554111f35ed749828deb11979bc0a203</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:19:09.966</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:19:09.966</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:18:43.181</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0f52f0317105495b8298c6aeee4b5285</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:23:16.570</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:23:16.570</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:21:33.170</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0bf312c6c13748498bd09f28224440e7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:23:56.514</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:23:56.514</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:23:32.451</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>65c9245edb3940baade0476043c0435d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:27:53.711</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:27:53.711</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>37</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:27:19.253</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e6fa8a235e114e45b87159470b74f284</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:31:34.827</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:31:34.827</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:29:53.720</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0cc0f0882cc2478db4d9449f69884b8a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:32:32.862</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:38</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:32:32.862</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>37</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>37</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:31:54.76</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7c0e9e88519d4f37bcd1a8b4b7861657</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:35:15.374</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:35:15.374</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:35:04.307</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>96d40e366424460bae7ad83621098561</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:37:07.833</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:37:07.833</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>187</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>187</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:35:49.289</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>262ae6b190614f4ba80c703922d07c57</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:37:57.679</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:37:57.679</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:37:45.791</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9afd9b16bc254715b13b48c558e8457e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:40:30.840</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:40:30.840</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:40:11.375</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>29ea5dd2a6cf407dbb189f69232e408d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:57:00.256</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:57:00.256</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:56:47.685</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ede24b19ca50414f80e5ba6b080b8a5e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 10:59:58.511</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 10:59:58.511</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 10:59:49.870</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>eec44a543d074e46b0c07fbb4bbb3634</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:06:06.21</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:06:06.21</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:05:57.594</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f6f83f00658443409b0128a34a3a0605</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:07:04.727</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:07:04.727</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>7</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:06:53.962</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1971596c25574c0094e54abdc4f64fff</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:09:30.987</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:09:30.987</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:09:19.204</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ae7a1090d9ce4a0099f4d195ae3897f7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:13:05.995</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:13:05.995</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:12:54.209</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dfb3712112cb4892886ea8ede7904f0d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:13:59.852</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:13:59.852</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:13:45.363</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>09344851dbb44e978fe8196dd51ff29a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:15:02.716</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:15:02.716</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:14:49.425</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>09720d98a2054d6db61a7dd961bb3a16</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:15:30.873</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:15:30.873</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:15:19.408</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bb6e5d27379540b981e6e16d3c030854</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:17:09.659</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:17:09.659</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:16:57.651</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b16f8e29a999438badf28edd5e98457d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:17:37.842</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:17:37.842</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:17:26.242</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a342457f57df407188d1a9c94cbfcbd8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:18:06.441</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:18:06.441</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:17:54.978</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>24f083b267da4cd2839a3becbb8d91ae</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:20:27.790</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:20:27.790</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:20:15.541</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dc01f11bce8247378b187a8cb63e8088</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:20:55.850</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:20:55.850</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:20:44.292</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f58de3416fa14fd59fc7bfbcaa9d89b4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:22:37.229</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:22:37.229</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:22:24.965</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>822fb17b9f0e47908be07685bd998ce7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:23:02.588</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:23:02.588</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:22:52.456</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6dea8844e96c4fa0bc7f445312ec92e9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:23:30.627</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:23:30.627</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:23:18.890</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>24adcfc17e4e453fb3cb64f355e231d3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:25:56.128</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:25:56.128</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:25:43.199</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>632f02f382e74c618d0468247f23157c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:30:46.52</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:30:46.52</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:30:31.529</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1052e5c532b94070a18585e59dfb5106</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:31:53.65</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:31:53.65</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:31:28.659</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7e03342ca2504933a153aea5d235cabe</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:32:17.195</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:32:17.195</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:32:08.28</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1306e8fc1b9f49abb94bb1d3e8703388</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:32:57.310</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:32:57.310</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:32:48.34</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>055dbebd5ebc4bc6ab8cf1d642c53dc4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:33:28.871</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:33:28.871</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:33:15.52</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>26c09306bf5749f09d030f819ef7b6c0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:34:37.486</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:34:37.486</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:34:22.467</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>96dfbe36ef584aa4b7abcbf795ff95eb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:40:30.194</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:40:30.194</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:40:08.558</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c8f647c9ae2b423297db0dd76529bdde</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:45:49.897</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:44</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:45:49.897</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:44:05.685</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4fadaa1ed88c429e9af95c7210463dac</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:49:56.747</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:49:56.747</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>82</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>82</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:48:27.6</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a52f9352a5304750b8af6332a22bddfe</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 11:53:23.343</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:42</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 11:53:23.343</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 11:51:40.927</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4e408ac80b824455b58f1d71c048dd94</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 12:05:36.40</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:42</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 12:05:36.40</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 12:03:53.103</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>10ce91de3a0541a4948691979a922c4c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 12:09:00.20</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:42</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 12:09:00.20</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 12:07:17.435</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c6c5707e93f64b0791b5303fb323c110</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 12:10:38.526</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 12:10:38.526</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 12:09:48.700</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7b514ee40cf84616ab2b39ccea13af9b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:00:29.105</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:00:29.105</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 01:59:47.756</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7f50d0afb5f345f9a47892a4a0eef816</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:05:27.697</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:05:27.697</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>86</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:03:50.567</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e0d5fe65fb944815a339b319e86c13e0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:17:14.645</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:17:14.645</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>81</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:16:22.906</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d3cca8361be34a93b92d19062f9f5825</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:21:34.318</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:21:34.318</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:19:52.427</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ba778042124e4cc2a2729ba3bedfcec8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:22:53.518</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:22:53.518</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:22:15.674</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e319973d0edf4162ac118a7a079a38a9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:23:36.547</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:23:36.547</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:23:25.421</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a378f286e5f14ecca807f6c2e237de92</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:29:56.571</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:29:56.571</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:29:46.549</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c989b37170cc48c1ac3b5e8fe65baaef</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:30:53.65</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:30:53.65</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:30:42.392</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6c18504271254d64ab777a23306c2f40</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:35:26.876</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:35:26.876</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:35:16.594</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>68ee99ea1a8a4645872b778b0461903a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:36:23.678</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:36:23.678</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:36:13.22</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>07ec91dd32114ceca963ac6de09e4fb6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:36:59.170</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:36:59.170</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:36:49.79</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>094206f904d64ffb99cac7798ca35bc1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:38:02.938</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:38:02.938</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:37:52.812</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>88f109b14fda4c7b9e50ca4066af04cf</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:38:33.870</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:38:33.870</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:38:20.763</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d52e7a55dae141379a8ae9c8e905cec0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:41:16.360</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:41:16.360</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:41:05.721</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2a2de296abf1434f888321d322f22afa</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:42:11.529</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:42:11.529</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:42:00.779</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a53d12cb617342f9b2f974e8601d632e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:43:05.503</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:43:05.503</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:42:53.443</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0e75ffb05c2d452f9acf7ef3a305a26a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:44:37.846</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:44:37.846</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:44:23.665</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>540f16ec86bc4bac9334e7ca6aa17633</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:47:34.623</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:47:34.623</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:47:21.600</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4b43542aebc04acdb80085229e2e3f47</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:48:53.909</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:48:53.909</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:48:43.37</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bf9e357e05974b0091bf668b1324bb94</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:54:32.528</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:54:32.528</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:54:15.458</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9440f49f5aa24deb96eaf26e6a96fc59</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:55:20.849</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:55:20.849</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:55:09.944</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>85de7116ea89424cae549e6fa2ab88d9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:55:56.901</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:55:56.901</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:55:47.683</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b7becb8ce8734ddf82e5e3210568d84b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:56:37.177</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:56:37.177</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:56:26.826</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1340541d30884cc1b783e7c8ae9c355f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 02:57:46.213</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 02:57:46.213</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 02:57:35.332</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>662d82daeec647109edb16661f6c7f4b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:01:22.337</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:01:22.337</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:01:06.694</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f036804cd59d4953a488c5288ccb5462</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:03:50.563</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:03:50.563</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:03:41.350</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3d1cb6a0e9524603a67d451fe250e0c3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:05:30.883</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:05:30.883</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:05:16.536</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d78c95262b624015a042f851cc25691d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:06:59.415</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:06:59.415</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:06:44.274</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cb2fa83401ed4c69b30e66e633145c64</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:08:32.582</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:08:32.582</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:08:24.313</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3ba3d0a8e38c4353934eb6b30ff5a087</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:09:16.604</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:09:16.604</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:09:06.321</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>22b89a311c9741cb973756361db81949</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:09:48.492</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:09:48.492</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:09:39.892</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cff0e61a039746e2a9427d16b15732c6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:10:22.471</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:10:22.471</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:10:14.740</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>66075ee4121345ff8fcd51e08ced76f3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:11:15.262</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:11:15.262</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:11:02.154</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f468d967007145edbfb1299b84b33fce</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:27:22.660</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:27:22.660</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>33</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>33</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:27:00.227</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>42979d187b8d4748a0b26d0e8a9ae286</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:28:01.987</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:28:01.987</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:27:51.395</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>43531889ff0946509d0d6e711272e820</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:29:02.254</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:29:02.254</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:28:51.157</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ee8a0e3a832447429f0f542fd1a77556</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:29:56.273</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:29:56.273</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:29:39.917</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8470606fc4104c7488582b5a80146ece</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:39:32.695</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:39:32.695</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:39:11.542</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>64e475a5a0c94e3e960022eb12d3b3ae</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 03:41:22.219</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 03:41:22.219</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 03:41:11.451</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>19475e51f83c4dbc874e988e401beba3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:05:02.782</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:05:02.782</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:04:50.854</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a9e03225cf5e4c5da83d94cc75c60f73</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:09:20.504</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:09:20.504</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:09:04.57</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>17e5ca63d37f4279bf2bc6c4806a3054</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:10:04.673</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:10:04.673</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:09:57.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b774a924f63a46a3a29e4c5d81f4092e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:12:21.63</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:12:21.63</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>82</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:11:29.431</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>595b76069e0d47e88e3df2a20eb05ad6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:23:16.410</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:23:16.411</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:22:51.630</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8f7b4ec6530f45fea3ed8147802fcd96</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:23:57.248</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:23:57.248</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:23:21.344</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>14a1f79440ab4dfabf4a9b0209bc819f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:25:37.785</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:25:37.785</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:25:16.896</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8fb0f8470ce4491a9675d4b4b7966b0b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:31:28.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:38</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:31:28.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>7</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:30:49.949</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4c6650052bb848d6aa59a75b3d5cf1b3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:32:27.200</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:42</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:32:27.200</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:31:44.307</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c8d7e06230dd4da7ac77672c540a755e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:37:12.809</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:37:12.809</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:36:29.165</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9df57a7a47ba40d3bfb0b80634335efa</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:42:32.407</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:45</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:42:32.417</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:41:47.173</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>01786f80bcab4963b101996defc1b0ec</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:45:35.720</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:45:35.720</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:45:13.739</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5d1a287dbe8340ecaecfeaee748ca319</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:46:34.281</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:46:34.281</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:45:52.498</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>552a2801d19e410eaeaf7930af004c6d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:49:29.378</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:49:29.378</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:49:03.982</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>232a0093f9874356b8053a019c8814a7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 04:50:50.826</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 04:50:50.826</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>46</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>46</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 04:49:36.638</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c13f2520c96640fab3263200bbdd612b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 05:05:35.684</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 05:05:35.684</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 05:05:11.220</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>84424e0396f547ada92ac4c01d324886</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 05:07:04.845</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 05:07:04.845</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 05:06:42.672</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9f8623605d204b43aa075ed1ae4d501a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 05:08:53.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 05:08:53.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 05:07:35.196</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>09a8889fd72b44449ba4269bc3ba2cf6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 05:35:39.267</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 05:35:39.267</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 05:35:17.104</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dc78b9814dd04c07949388ebe979b5b9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 05:38:43.999</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:31</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 05:38:43.999</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>69</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>69</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 05:37:12.423</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>880743ef829e4e0991bf1aaa204ebcd4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 05:54:46.716</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 05:54:46.716</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 05:54:26.431</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0ecdcb037fe0483bb66c2575be9b525a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-06 05:57:45.629</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-06 05:57:45.629</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>100</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>100</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>7</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-06 05:54:55.864</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b65a291f8f184ba993a2a9858845a570</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 09:18:35.326</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 09:18:35.326</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 09:18:14.374</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ac8a59d963e347bba4e7bb568491d8f3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 09:20:55.592</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 09:20:55.592</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>101</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>101</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 09:18:50.459</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>30ff2774d51b409a9692e09ec101ce0c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 09:46:13.155</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 09:46:13.155</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 09:45:51.873</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>744bce99cab54785897b6c155e266e37</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 09:47:52.977</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:32</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 09:47:52.977</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 09:46:20.970</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>980622a4883f496a8760c85f3ffe64e2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 09:58:21.46</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 09:58:21.46</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 09:57:57.861</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f8bb01590abf4b9abf6f39785f7fe06f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 10:00:03.768</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 10:00:03.768</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 09:58:32.824</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cecca7bdefc54e61a0c46c738c16d6b2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 10:03:44.175</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 10:03:44.175</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 10:03:21.457</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>90c3c74e87864606bcc58f6ed99b174a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 10:05:43.300</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 10:05:43.300</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>82</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>106</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 10:03:51.944</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5895cf9ab4de44fa872a553d7dfd3401</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 10:08:07.67</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 10:08:07.67</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 10:07:45.783</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0b98a3477c2441caa95737d9d54a2138</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 10:10:25.170</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 10:10:25.170</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>102</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>102</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 10:08:33.837</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4792a7b8bf1f4ca88bdabe1efb993f57</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 10:14:04.490</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:38</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 10:14:04.490</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 10:12:25.882</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b3e5f894fb15464fa99d6902763fb248</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-07 10:24:08.810</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:09:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-07 10:24:08.810</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>958</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>958</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>129</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-07 10:14:34.723</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>23f4e7efafc346c59be95b7b012e1c73</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:32:34.596</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:32:34.597</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:32:10.19</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3fb89cb5446a460182b87bb92942775f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:36:14.982</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:53</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:36:14.982</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:34:21.680</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f93bba56e0f74293bd7898c622f206e6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:37:02.910</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:37:02.910</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:36:51.384</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>06e14efea4cc4ce6a010fa501528f86a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:38:54.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:38:54.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>188</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>188</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:37:40.92</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f79c1fc29a5946a88f47b2bd26abd5f7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:41:01.278</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:41:01.278</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>177</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>177</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:39:32.44</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bffaf1c692004984852f40ae3ae98a79</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:45:11.501</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:46</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:45:11.501</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>177</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>177</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:43:25.416</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4afb286dab1940ddb59cb1bccd851af6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:48:02.457</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:48:02.458</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>223</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>223</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:45:58.858</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f0b50f8256be45cc9837631251acaa0c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:52:06.896</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:46</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:52:06.896</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>339</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>339</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:48:20.69</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>23875b2f1c8d4f0c9beef777391723ef</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:55:28.164</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:55:28.164</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>83</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:54:03.96</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>492e0d6aec284b3cae127327a7947748</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 02:58:26.660</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 02:58:26.660</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>314</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>958</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>59</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 02:55:37.744</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c398d0e23a9649f3b1306b5adc40cf34</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 03:02:07.331</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 03:02:07.331</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 03:00:32.185</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>20e17cc9d89d4050928ee23a1a95534c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 03:10:55.383</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 03:10:55.384</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>922</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>921</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 03:02:19.606</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>62b6bab464494013939c64ff945f24ff</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 03:20:37.118</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 03:20:37.118</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 03:18:47.308</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7db4feb51f874e64a3332de9cc17d8a4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 03:28:59.760</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 03:28:59.760</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>798</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>798</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 03:21:24.624</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>aa4603c7ba914401adfb81af41c28675</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 03:35:47.364</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:45</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 03:35:47.364</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>60</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 03:35:02.26</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6a75a27e4e664680b39d014e12a84970</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 03:39:39.146</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 03:39:39.146</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 03:38:04.891</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6d7b7078737c4ea694d9e2e9d3e46f20</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-10 03:40:29.363</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-10 03:40:29.363</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-10 03:40:16.689</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>92f5cacbb8d54e1c8328bcebd4c3795f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 03:59:39.915</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:38</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 03:59:39.931</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 03:58:00.966</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ff62881dfc494096b9660e619f13ee61</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:00:20.49</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:00:20.49</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:00:06.375</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>22a530e3a1fc4dd98175ef6863760582</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:01:50.470</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:01:50.470</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:01:39.267</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7414da6cdabb48858bf0fbdb5f1ccc3c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:02:18.696</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:02:18.696</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:02:08.628</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fcf50acfab78478d8af334f5157523b6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:10:39.908</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:10:39.908</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:10:26.629</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7415a634ddd04eeb9c23158eb6c0a512</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:16:08.98</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:16:08.98</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:14:32.256</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>674056e7df3b48729ad48408a928adef</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:16:32.469</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:16:32.469</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:16:17.331</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8fc62aa5742e477aa5d0a748e04d5aa2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:18:19.271</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:18:19.271</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:18:02.748</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b94acc9e634c4edf9ec65dda9e83933e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:35:28.930</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:35:28.930</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:35:11.587</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>be12c82e54be448d8b372c251880f77d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:36:40.720</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:36:40.720</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>41</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:36:13.921</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9bb592f7fe7941a8a02a416d0a86775c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:50:15.200</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:50:15.200</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:48:39.67</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>460d24d789674dc7aea54e23920e3579</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:50:39.401</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:50:39.401</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>49</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:50:24.383</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3bee82c3aaaa42b8817687f909b1d9b1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:52:46.899</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:52:46.899</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>47</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:52:32.506</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0c17495f88a54804ae83cda2cb2f6bfb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:54:24.927</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:54:24.927</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>46</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:53:43.269</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>06291d84c08f464393108a13f1fe3347</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:56:15.718</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:56:15.718</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>47</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:55:32.181</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>71c8ffc895d54c558c87b48c000ee957</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:57:51.207</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:57:51.207</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:57:25.119</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ce2b5635ddb24be1aa9483f7419e311f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:58:46.374</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:58:46.374</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:58:37.682</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>837caea5586d4fe1abc8a1789765df8d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 04:59:21.80</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 04:59:21.80</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 04:59:08.909</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>41ef02ab70124f8ca64cfcba930325b5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:01:24.245</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:01:24.245</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:01:10.416</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>75899a54b0394bb7b6b3c4cce1c952d0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:01:56.550</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:01:56.550</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:01:44.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e76a7228799440fd96710b74a8809e09</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:02:46.366</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:02:46.366</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:02:35.394</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>521c892a8edb48d9962dc0f037275ad1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:03:24.159</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:03:24.159</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:03:11.536</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>abcf1f5b18c34ac4b45d97cfaebbde3c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:04:08.227</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:04:08.227</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:03:58.455</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c9a2b6513e864e13990aa5c46b47283c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:29:39.768</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:29:39.768</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:29:17.258</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>13533d22699f46b7a3b72befd9de6426</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:31:10.907</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:31:10.907</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:30:57.457</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9dbb3aa5f5ff4578b507312f0df868bc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:32:13.5</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:32:13.5</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:31:58.734</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>77d86c4165c24c4b860aca6affd339fc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:33:24.383</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:33:24.383</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:33:11.840</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>32e54d6f95154ded896066771695e5fc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:34:18.304</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:34:18.304</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:34:05.175</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>07fa387b3a3a495e92bf40f8e968a69a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:35:04.215</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:35:04.230</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:34:50.552</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>788b26b769ce4e01bb126624a4bccfb4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:35:38.968</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:35:38.968</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:35:26.348</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1c4755fd3fed4ddfa8d3b6037a2617ae</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:36:25.681</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:36:25.681</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:36:11.637</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b7759b709fa74097ba41c943ca30cc7d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:37:18.391</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:37:18.391</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:37:03.907</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c0ad3147f61648079f1616a20ad92cb6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:38:05.971</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:38:05.971</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:37:36.934</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e041f4e1bc3442a68bb1474efad44e69</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:39:05.196</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:39:05.196</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>59</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>59</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:38:29.469</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ba884d5bb0b840c5b010f630f4651e25</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:40:03.997</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:40:03.997</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:39:28.321</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ed04bccfaca745fda3e65c4e101f23cd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:41:18.357</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:41:18.357</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>14</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:41:00.933</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7cd06348ba214021b9cd651ebf7ddcf8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:44:13.612</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:44:13.612</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:43:47.798</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cfe579ac06fb4f418c9f67e50f0636a7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:45:20.165</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:50</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:45:20.165</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>78</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:44:29.744</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c9b4a2eda7104a62a26988f83ec8b9ec</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:46:55.45</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:46:55.45</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:46:43.368</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6d520ebdd8f74dbf887942d9551bf627</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:50:37.352</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:50:37.352</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:48:56.225</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>93bdf7bccd0b4b6fa055aea1c5d390df</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:54:23.861</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:54:23.861</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>404</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>965</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>65</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:50:54.809</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d24b6b6a37c94c099c22b7c1b1297828</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 05:58:33.136</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 05:58:33.136</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:56:55.451</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>390c1d7dca9940d6a2595ee701888e61</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 06:07:53.879</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:47</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 06:07:53.879</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>928</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>928</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 05:59:06.427</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1c5fc02c87364a598e17d72a9b0eeeb8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 06:09:58.938</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:50</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 06:09:58.938</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>78</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 06:09:08.271</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c3c69dfd27a74a59bbabcac0c537c5d1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 06:10:51.468</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:45</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 06:10:51.468</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>64</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>741</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 06:10:06.317</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c5ef24a80161479b82dd4aa88044ac5a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-11 06:11:49.955</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-11 06:11:49.955</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-11 06:11:25.820</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0bf06cf314ca465f87dd25b179ac0fbf</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 10:33:53.169</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 10:33:53.169</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>83</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 10:32:22.777</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>97a88aecb74d4a529acc60f7965e2ede</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 10:36:12.256</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:52</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 10:36:12.256</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>78</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 10:35:19.451</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>50f68b1788b141b4b006c66adca63b37</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 10:46:54.531</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 10:46:54.531</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 10:45:13.536</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3effb4671a314525b7045c309ca18238</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 10:47:44.856</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 10:47:44.856</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 10:47:14.701</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>38c64fc138224a55915ed43ab09931ec</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 10:50:26.474</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 10:50:26.474</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>230</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>230</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 10:48:31.577</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>042bcaa1e7d24b969fc7273b0dc66d46</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 10:56:15.203</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 10:56:15.203</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 10:54:37.816</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8a201a38a887409b8211177bb364b08b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 10:58:22.552</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:59</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 10:58:22.552</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>230</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>230</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 10:56:23.193</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d15c9a9aba6d4433a058a4d451e70749</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:03:04.348</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:03:04.348</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:01:28.107</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5a54186910e545e7b9f230f255923835</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:04:55.806</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:04:55.806</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>206</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>206</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:03:13.910</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f4aa7bc1955c48f38cf23f86f89c9d0e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:08:41.680</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:08:41.680</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:07:04.119</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b5e653ee74b242bd81b715277306e7fd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:10:52.391</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:10:52.391</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>228</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>228</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:08:58.91</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c666f620e83f4346b3b3e1936388d1cd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:14:31.847</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:14:31.847</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:12:55.216</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>323bc0ddaf8a467f895061fd4415222c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:23:35.982</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:23:35.982</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>926</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>926</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:14:46.294</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ea0143a55d7c4607942bbff1771bc688</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:25:06.410</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:25:06.410</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>237</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:24:15.328</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7b9e4940dbb643178707d23ac0fe2e7c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:30:33.899</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:30:33.899</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>86</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>232</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:29:20.883</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>af8c683eb03a46bfb42450c801e28660</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:32:09.148</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:32:09.148</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:31:59.970</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9f49f8be898542e1a60fb6422a68b90c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:52:47.752</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:52:47.752</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:52:41.204</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7a673a1f36aa4e64bb4f55de53220cdc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:54:08.663</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:54:08.663</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:53:55.567</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>130eeecf9de34c73b860fe17f15e78d8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 11:55:01.970</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 11:55:01.970</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 11:54:45.949</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c79a608c62604bab9cb0796af4d76c93</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:00:24.166</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:00:24.166</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:00:15.294</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b2305ec1698740e9b94dc0e377396b70</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:02:01.349</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:02:01.349</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:01:45.318</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ab28f526689f4671b7c9138003969555</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:02:55.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:02:55.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:02:44.218</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2bb3ee834f164d7d8cdb85b87183d6e1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:03:56.43</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:03:56.43</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:03:40.139</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>705a18e127874ccc84fa41aee2bb6cf9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:05:32.36</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:05:32.36</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:05:22.889</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d65235f7e514484db5fd5847874fbb06</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:07:06.840</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:07:06.840</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:06:57.402</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3b22615f9eb746bca7359b2e92d0c1b1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:07:34.926</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:07:34.926</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:07:25.45</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f75e64517178445f838831fcb507e13d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:08:57.132</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:08:57.132</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:08:47.201</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>404d8729b4c3470f9e217f9660326d46</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:09:33.769</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:09:33.769</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:09:23.902</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>aff2c787b0ca4118addb066c24fbf882</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:10:13.979</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:10:13.979</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:10:04.439</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4ae86345d52046dc94af7c26b86eef8d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:10:51.705</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:10:51.705</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:10:41.779</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>113de12dbadd4c99bbf219f50f4fde86</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:11:43.939</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:11:43.939</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:11:25.105</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5db6d189128344abb95ce4aa3148a414</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:14:11.997</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:59</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:14:11.997</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>56</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>240</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:13:12.379</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>486b02336fa74b9b80c8ddf54982ce5c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 12:19:11.13</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:31</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 12:19:11.13</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>240</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>240</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 12:16:39.481</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8599bf641c204a40b1aaee01f7dc80f0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>58dee7eb19e54fe497d306011695257b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 01:50:00.808</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 01:50:00.808</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 01:49:48.121</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a7cb8cd6eb0b4f66aa4fa7cd7b5fbce5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>58dee7eb19e54fe497d306011695257b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 01:50:20.888</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 01:50:20.888</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 01:50:10.839</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3b422dd482304723b3d5c1dd2699aa79</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 01:51:19.921</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 01:51:19.921</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 01:51:11.462</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>224aa1e1fb2a4d79bb13f18ae89ed353</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 01:53:46.952</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 01:53:46.952</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 01:53:35.762</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fe9a24871b4a441b85b99ef9aabef32f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 01:55:07.917</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 01:55:07.917</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 01:54:49.306</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a6bdf312e64f46cfa5938b5127f5dbe7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 01:56:36.276</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 01:56:36.276</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 01:56:18.242</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a42b79b863e24c62828baa949159f944</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 01:57:01.669</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 01:57:01.669</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 01:56:49.692</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>75170fff6ec04c41b5b3d88820090d9b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 01:59:52.335</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 01:59:52.335</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 01:59:34.145</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e8b674df86c9444eb3952de4ac63ec2b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 02:15:30.19</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 02:15:30.19</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:15:14.846</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8aac5f685f054b00a548bf54a7badee7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 02:35:30.918</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 02:35:30.918</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:35:03.72</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>138bab2d99e544babb901120e6595587</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 02:39:28.435</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 02:39:28.435</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:39:00.986</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>938a6f3fc92f4c279c74969296a00c4d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 02:40:42.346</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:28</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 02:40:42.346</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:40:14.126</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6b05758c7b714c98bfe0ff7b34205100</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 02:42:08.103</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:31</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 02:42:08.103</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:41:37.49</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e47516662743497eb427206bbf4ae6fc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 02:51:57.26</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 02:51:57.26</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:51:26.822</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1f485212304e41259ed5c1f0f24a1d43</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 02:53:06.393</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 02:53:06.393</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:52:45.193</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7d7a99b9863b467abf0d329ebda91dc5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 02:54:15.791</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 02:54:15.791</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:53:51.836</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f1c95fa674b64fe7946246a8aec523eb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 02:59:10.181</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 02:59:10.181</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:59:02.15</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>22d1c5a814264d4a9c1118db1310b1aa</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:00:10.357</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:00:10.357</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 02:59:52.207</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ace190666beb4653b94503813bb15b9c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:02:36.288</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:02:36.288</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:02:21.699</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f8219f6a99204ef7954e616f1a04f9cc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:04:06.186</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:04:06.186</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:03:46.338</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8c60bdd2b0be4b8c9d850a8a905b5b51</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:05:40.851</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:05:40.851</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:05:37.607</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>105d16912f8d49799394dda5e52aa0ac</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:06:55.926</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:06:55.926</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:06:30.805</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>51f78e3cbb1d4a908a648883c1693c5d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:07:57.766</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:07:57.766</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:07:27.782</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b8cf436ea8974ce3921c7e5e710dd122</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:09:35.689</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:09:35.689</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:08:55.787</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>11a34d735d3147b9939e30812bec224d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:11:23.38</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:11:23.38</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:11:03.673</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>97aecb5b635b45e7937bf5b390fa4737</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:12:08.493</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:12:08.493</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:11:28.654</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bd63d3c96fc841c492dec08635626182</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:13:43.28</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:47</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:13:43.28</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:12:55.138</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c0fd2f50d60b43c6bbbb6620e49c3713</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:16:05.918</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:46</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:16:05.918</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:15:19.321</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5228174c011f4480a209a38fe3b6878a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 03:21:58.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:47</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 03:21:58.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 03:21:10.566</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1aa80bc77bba4f0487aeb4b7d8018d86</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 05:35:13.229</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 05:35:13.229</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 05:34:21.885</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>068bbe5251c84263b2e879870929626a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 05:35:35.622</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 05:35:35.622</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 05:35:27.845</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dc74a552adde48c9bee56719de1e3da4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 05:36:06.492</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 05:36:06.492</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 05:35:47.294</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ee1461bc77d44afea6a5972b92f19a1b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 05:37:39.630</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 05:37:39.630</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 05:36:51.213</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>77cd7da893704f5bb37a30ac01fd6d75</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 05:38:50.511</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 05:38:50.511</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 05:38:01.585</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>557f80cd8071408e8f437e556f508554</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 05:41:25.211</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:47</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 05:41:25.211</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 05:40:37.513</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a5ec631fe16d43de9ccb38d74e81f60e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 05:57:44.924</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 05:57:44.924</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 05:57:21.899</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d923189d46654f8983bb50437fc3d7fb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 05:58:45.661</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 05:58:45.661</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 05:58:23.131</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fdf4415962a94047bda899aafdea347d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 06:01:39.377</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 06:01:39.377</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 06:01:17.714</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>25f7eca260b04796bd904ec932f37793</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 06:04:43.926</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 06:04:43.926</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>63</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 06:03:23.336</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7efe9bd3b194400d878dcbfe926201fe</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 06:07:31.281</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 06:07:31.281</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 06:06:23.91</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8ef09b1cc89d47c08642b768698e012d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 06:09:56.585</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 06:09:56.585</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 06:09:35.204</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>aec10434e24e4cdcbef031f882e63912</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 06:12:29.771</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 06:12:29.771</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 06:10:54.290</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e69ef2350b244d03b15d9ad64301ae17</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 06:15:19.699</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 06:15:19.699</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 06:14:58.377</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3630c1ab744a4d3c8e55f2f8fc8bfbc9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-12 06:17:17.541</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-12 06:17:17.541</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-12 06:15:28.903</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fb057ed4c63c46949ee4daba54ab85aa</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 10:08:40.572</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 10:08:40.572</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 10:08:17.732</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b02c4e960d9f4a90960e345669b5adee</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 10:11:00.904</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 10:11:00.904</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 10:09:11.319</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>58438a2f067842cf9030c5a452834beb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 10:14:02.469</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 10:14:02.469</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 10:12:53.988</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d8da7441c0aa4745b348e11dabc6558f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 10:21:34.506</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 10:21:34.506</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 10:19:56.864</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>04a34f9321a2471b9ab8bddfd097cec5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 10:24:42.867</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 10:24:42.867</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>91</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 10:23:59.321</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a6c2170b0d5c4636ab247df8e5f069ba</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 10:28:28.175</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:52</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 10:28:28.175</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>91</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>91</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 10:26:35.582</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e6c4da9d323a430ea1fbb022a4fa4446</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 11:04:11.35</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 11:04:11.35</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 11:04:02.852</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3f54d9be3c564085bd844bba02bb0533</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 11:05:25.281</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:04</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 11:05:25.281</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>7</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 11:05:20.440</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>82a0956261d0419b9ddb313f1d9fdbee</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 11:29:54.89</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:47</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 11:29:54.89</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 11:29:06.96</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8bb3acbbb78e4449b0ea2d6e5aea85b1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 11:38:49.623</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 11:38:49.623</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>90</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 11:37:39.54</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a48ed06fbe0e4fdf807aa1b9a5864f7e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 11:43:48.273</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 11:43:48.273</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>85</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>85</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 11:41:53.954</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5f3ee749500f4b20aec553e309859a09</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 11:46:18.205</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 11:46:18.205</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>185</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 11:45:10.533</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>96447fde82a14820bd69acc449ceef25</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 11:49:20.507</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 11:49:20.507</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 11:48:59.715</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8b7464705ca042cb9280ef87e9289e0b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 11:53:23.681</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 11:53:23.681</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>185</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>185</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 11:49:28.717</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2138e4415cdf41af84440ddf88e76e86</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 01:45:18.9</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 01:45:18.9</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>86</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 01:44:48.848</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>383aecd5b645437ba5caaf1a59239c83</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 01:46:17.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 01:46:17.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>84</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 01:45:59.630</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>23d7ec1d9dc24653b09cf9c0f3b9b5b3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:13:30.818</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:13:30.818</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>63</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:13:13.391</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c9bf9ce36c3c4fe1afce7da5c69e9339</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:16:13.901</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:16:13.901</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>69</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>69</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:15:21.958</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6ab29abeca6d496e99f59d8a9135a6bf</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:17:50.292</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:17:50.292</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:17:31.521</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5ec41404082740cf82d6ac793609ad8c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:21:59.125</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:21:59.125</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>57</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:21:40.270</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d93473fabb024c7a981d88534c07ce4f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:22:57.871</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:22:57.871</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>57</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:22:17.113</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>204defc3519140109007c5d8f79e4eae</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:29:25.133</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:42</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:29:25.133</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>56</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>57</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:28:42.930</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1fb83d3c0d34435eaebf06f940bcf837</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:34:59.315</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:34:59.315</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>57</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:34:10.40</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>51ac09dae96b4865ada666708533e02b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:35:47.413</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:35:47.413</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:35:28.319</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>976bb517d2b944c7891e2f9d32d848b3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:36:36.415</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:36:36.415</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>57</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:35:55.952</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8aa32f174091448cbcd39afc56ac031b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:40:38.622</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:40:38.622</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:40:17.990</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a5c2b664ac5943fab8c2ec0c7a3b6fb7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:41:53.967</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:41:53.967</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>56</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>57</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:40:46.609</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bd8b7e357e8743f1bc727ba0756b07d6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:49:28.309</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:49:28.309</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:49:07.551</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b91f185008344907bbdb86906dbd5aa4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 02:50:48.557</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 02:50:48.557</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>58</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>58</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:49:36.112</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>07b8833d20b541b6a2c5934bd09bcde4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 03:06:12.209</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:11:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 03:06:12.209</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1084</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1621</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 02:54:52.823</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7028ae7f88c944569f7146ac9d87e3e2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 03:23:22.922</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:13:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 03:23:22.922</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1296</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1616</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 03:10:03.49</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ee3852d42c604f9382e3d40625ad6fca</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 03:41:07.790</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:13:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 03:41:07.790</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1316</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1571</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 03:27:30.268</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>620a9d630df142b98a8fef9309e75a4b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 04:03:19.892</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 04:03:19.892</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 04:02:58.384</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>04055700d2b14d3e982d945b71ade794</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 04:06:20.511</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 04:06:20.511</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>78</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>103</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 04:04:46.227</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>590137740e2149569ef5f7bf5852bab0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 04:07:55.949</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 04:07:55.949</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1570</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 04:07:46.402</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>927ff460ac31425cb3c229f9757fe67e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 04:08:15.608</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 04:08:15.608</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>104</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 04:08:08.679</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c60e12a1d16a43e98ecf2f039cb8fe11</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 04:08:26.793</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 04:08:26.793</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1570</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 04:08:20.475</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7e19cad269e84070a96ed77e461bddfe</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 04:20:57.360</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:12:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 04:20:57.360</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1182</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1570</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 04:08:37.619</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a7cb380c230a426d8626e1b820dd6478</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-13 04:41:04.270</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-13 04:41:04.270</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1570</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1570</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-13 04:22:34.35</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>59c662af3ee74a26883df824d96f2d7e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 03:13:51.815</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 03:13:51.819</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1570</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 03:12:39.440</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c7a2aef861e34fceaf23e85d7a4dbc96</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 03:21:21.201</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:46</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 03:21:21.201</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>94</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1570</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 03:19:34.235</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5df95dc10d7e4fb2b9ab5f5628de360b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 03:34:01.137</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 03:34:01.137</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1571</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 03:33:33.193</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>026b6505b9a44a708acb7c805bfa4635</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 03:39:49.593</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 03:39:49.593</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1571</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 03:38:38.409</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ffb7b829528448b986a4ca73d58eead2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:04:58.402</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:04:58.402</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1571</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1571</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 03:46:53.328</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d2dc2affb89641b2b4979647092b4a7b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:12:02.196</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:12:02.196</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>105</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>105</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 04:10:18.666</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>964dbb43f2794253a6e150c561fe1804</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:19:56.652</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:53</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:19:56.652</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>364</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1571</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 04:16:03.82</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b4d44ac030544c0d97dace79caf07395</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:41:01.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:41:01.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 04:40:44.116</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>250e3a536faf420fb0448ec20498d042</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:26:37.378</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:26:37.385</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1571</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 04:26:31.200</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d64b809b77c743558d496635701e0ada</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:29:52.9</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:29:52.35</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>95</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1571</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 04:28:09.14</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9da8c350aabb47109207dde2769e0f4c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:45:22.701</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:45:22.701</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1573</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 04:44:52.530</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5b3afa49382d47a2b2d5dec0562a9f67</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:43:32.387</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:43:32.393</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1573</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 04:42:51.656</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>599899f23dac460a8ee890d70ac34d7a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:59:10.106</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:59:10.106</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 04:58:45.632</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c1fdb64a5d614c999a368d122cd213cf</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>58dee7eb19e54fe497d306011695257b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 04:59:29.712</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 04:59:29.713</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>HelpMenu</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 04:59:19.32</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>afcb6a58835f49fb992286fc01ba949c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 05:03:37.446</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:52</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 05:03:37.446</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>97</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1573</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 05:01:44.553</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4a6abc27f7e242438c38ecee396b4729</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 05:25:12.443</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 05:25:12.443</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1573</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1573</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 05:06:47.499</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7a6d6db10edc48ba9429d0315bab6fbe</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 11:24:06.772</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 11:24:06.772</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 11:24:00.504</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b1cd87c25295421288041b793db60b27</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-17 05:49:54.253</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:28</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-17 05:49:54.274</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1479</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1574</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-17 05:31:26.251</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fa697d3bea2941c8bef34db80c844e70</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 11:26:49.774</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:04</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 11:26:49.774</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>97</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 11:24:45.231</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>364996287f934587b5a32be3340655b6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 11:37:49.610</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 11:37:49.610</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>73</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 11:36:10.470</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cf38be5dd54345ce8e6ba483c8b703be</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 11:45:58.109</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:45</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 11:45:58.109</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>88</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>119</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 11:44:12.894</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ea6728d77cde42049404d31d51e73020</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 11:54:59.933</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 11:54:59.933</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>119</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>119</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 11:52:43.104</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e91a358d08a84854926f59b414284c6c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 12:07:37.968</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 12:07:37.968</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>119</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>119</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 12:05:13.301</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>51fe284e127d40a8acbf1d76bb448599</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 01:11:20.310</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 01:11:20.310</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>70</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 01:10:14.804</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f9ca13963e6949528eca73d1d85d968d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 01:19:29.348</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 01:19:29.349</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 01:19:02.993</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>efbc6daf24e54fd4857068db794adb63</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 01:24:01.123</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 01:24:01.123</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 01:21:33.576</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bba6ed06b12b46479795d544204818c0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 01:34:23.452</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 01:34:23.452</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 01:34:16.160</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5b8e452fcf11446e82d71234428e0648</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 01:39:00.805</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:28</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 01:39:00.805</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 01:38:32.266</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ef873cc5fcab41668308cf8cfa5852d8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 01:42:35.197</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:31</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 01:42:35.197</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>123</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>123</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 01:40:04.190</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>787f396abc6445eeae70e93b435c7ca0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 01:45:28.315</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 01:45:28.315</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>76</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>123</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 01:44:19.467</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>daf9884e3af145a0b3f1c0c7dad3c847</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 01:51:05.60</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 01:51:05.60</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>123</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>123</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 01:48:31.751</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1e0f3581aa0b413da3f24da73d8ba659</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 02:01:09.59</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:09:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 02:01:09.59</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>984</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1456</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 01:51:44.826</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>88664cce844b4e9aa1003147574cf2ee</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 02:10:25.957</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 02:10:25.957</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>102</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1580</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 02:08:02.724</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d97cac5af9c04d159039d94ce118d38f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 02:33:46.877</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 02:33:46.877</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1580</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1580</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 02:15:26.251</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6f42f1ab649846caaf49a2795c5d743f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 02:37:39.856</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 02:37:39.856</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>82</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 02:36:48.255</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>333957ebffd844b6ad0216b9aa09d663</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 02:59:42.544</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 02:59:42.544</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1578</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1578</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 02:40:50.897</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e270109da6dc45c293805072480b279d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-19 01:39:16.487</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-19 01:39:16.487</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1578</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-19 01:38:38.570</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>39e5a3e8b9ea4839876f06457e9bfeb8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-18 04:05:32.423</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-18 04:05:32.444</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1578</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1578</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-18 03:46:44.218</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>SGPP3M0248.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>0909e0991c664210afab232927c804d8</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e7fce28764c44d2c968584250c613e97</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-19 01:43:03.514</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-19 01:43:03.514</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>91</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1579</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-19 01:40:45.311</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>a1eda7b5fea74ff39a1d4977ef62c718</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3c3608359c1c439284d5625f0e7c24ca</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>649713</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-19 03:04:45.625</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-19 03:04:45.625</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>91</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1579</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-19 03:01:21.113</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fb1928ee8860485596c2363a15311c58</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-21 11:28:58.536</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:53</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-21 11:28:58.536</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1579</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-21 11:28:05.78</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b78c53d3444c4e1c867be3427e2d937c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 11:14:34.970</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 11:14:34.970</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1579</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 11:14:24.371</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>efd19db1337c41879c7634884123072a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 11:16:00.894</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:55</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 11:16:00.894</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1579</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 11:15:05.111</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6e568533ea174ac6962f9ae21598b86f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 11:24:44.261</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 11:24:44.261</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1579</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 11:23:49.808</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>83ccc820f1fe403993236da911e63d00</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:12:20.621</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:12:20.621</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>46</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1579</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:11:45.42</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e1fed2f39c3d49cb823e6a59444d6ea0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:14:24.260</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:04</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:14:24.260</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>80</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:14:19.292</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f944b4aa6cd6408cace5b4c989b884f1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:15:13.63</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:15:13.63</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>80</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:14:53.751</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ad9b6042465647ceaf249b5dd0efd941</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:16:21.593</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:16:21.593</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>80</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:16:01.409</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f82c8903c965400491d86ce36fe39e44</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:19:33.867</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:19:33.867</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>50</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>80</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:18:16.749</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1e3c334ab31046f9b71e048bd14bc9c1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:23:19.937</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:23:19.937</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>80</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:22:30.230</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9b1e1c5eb4c54acbbbd0b4873f0ae37e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:24:21.915</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:24:21.915</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1579</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:24:14.226</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>649976373b5e4927b69e991df89c08d5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:24:39.416</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:24:39.416</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>80</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:24:29.110</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>57b733736a15458fa8a43676695d91d1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:25:58.178</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:25:58.178</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>80</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:25:08.365</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6b07b4bbd08548b88ed400dc284e0e81</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:28:14.97</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:59</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:28:14.97</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>80</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:27:14.935</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>538ff799de9441288cac44c7690bb5b7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:36:16.530</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:36:16.530</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>73</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>111</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:32:32.609</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0f1f041cca6147eaa07b74856f617da2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:38:47.699</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:38:47.699</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>73</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>111</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:37:23.313</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>37bfc85bf1e74b32b90f69d68a4bbef4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:53:24.612</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:56</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:53:24.612</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>111</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>111</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:51:28.73</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d387d21647fd4f60b4fd2ca6b480298b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 01:57:03.893</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:38</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 01:57:03.893</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>209</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>928</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 01:55:25.665</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>695757f3556e4b95b58828c5aca5a425</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 02:12:23.923</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 02:12:23.923</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>823</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>928</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>143</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 02:06:40.774</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>baca45f59b6e4eccb3955d4bf12bf823</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 02:44:08.620</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 02:44:08.620</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>943</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1050</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 02:36:00.142</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ead2be7587714a47aca729420b59bb85</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 02:56:47.149</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:09:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 02:56:47.149</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1045</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1050</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 02:47:07.252</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>aa8b005a8f44492cbabfc6fba03b29fc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 02:59:52.139</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 02:59:52.139</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>102</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 02:59:12.733</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>90b1df77836743c7b260e67e3290bf35</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:03:07.560</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:03:07.560</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:02:41.715</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>36d9925eee6c4947a0c07ce81dfeefc6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:04:47.469</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:04:47.469</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>102</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>102</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:03:14.273</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>15fc8a19ddf2400fafc945f27dcdd98c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:05:51.372</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:05:51.372</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:05:35.92</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e572c08f463d4743b518573fd8e0ec4f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:10:36.760</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:56</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:10:36.760</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>111</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>111</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:08:40.684</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d6da259ca02c46ec87777a2a19af0394</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:12:10.809</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:01</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:12:10.809</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:11:09.808</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4da1bc7091e245838b5250a51e3ca80e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:12:45.550</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:12:45.550</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>14</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>167</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:12:36.753</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>300c73466ac943aeb43bc8fc0b14b280</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>de18e5feee274673b82d72af74e26c2b</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:16:28.834</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:16:28.834</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>167</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>167</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>EnumTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:15:14.325</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>03efe8442cdf4cb7b1ee9a896f257b9a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:19:08.515</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:19:08.515</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>103</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:19:02.316</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f3433cfc8fe741a9bf64f57a22f2a2e5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:20:16.100</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:20:16.100</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>33</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>103</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:19:56.485</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>df8c9689113c427a989fd543a6d0fd4e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:22:11.796</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:22:11.796</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>103</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:21:48.924</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>72885edb711f4b3388673e84e21758ae</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:25:10.499</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:02</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:25:10.499</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>61</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>103</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:24:08.86</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>afebc1688b2e40b483c45bf96118b2ed</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>972eeccf15f8478486aef142380e244a</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:27:33.60</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:38</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:27:33.60</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ImporterTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:26:54.398</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ea51d43ceb104261830a614c604bcef0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:31:04.904</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:31:04.904</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>185</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:30:24.29</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ef23b0bee7484d6da97ef9e1ba8aacc1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:37:03.947</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:46</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:37:03.947</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>185</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:36:17.12</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>47d1a24b58e948deadabe5d885edd552</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 03:40:59.71</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:47</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 03:40:59.71</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>33</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>185</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 03:40:11.513</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>180ad45c63af40aabb4d22e986933e70</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 04:33:12.71</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 04:33:12.71</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>73</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>185</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 04:31:41.694</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5003db3a0eeb4e3fbd58744c36680d3b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 04:57:45.825</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 04:57:45.825</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 04:57:19.982</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>06c417f07af3429c8c714540fcefec67</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 04:59:11.265</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 04:59:11.265</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>50</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>203</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 04:57:55.489</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>78e0b1cc09954ce395a1331d6a47c7ea</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:22:00.157</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:22:00.157</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:21:34.289</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1983fce0f01949bc91dcf68a9663eb80</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:23:38.666</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:23:38.666</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>50</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>203</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:22:23.420</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>69bdfb0bb14f4d4e9ecedcf0fd1ce523</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:34:20.414</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:34:20.414</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>176</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:34:14.995</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7cb6a7e256994b8cae4bc80d0e5b5ae8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:35:29.618</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:35:29.618</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>176</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:35:07.356</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7ee20bdc446544749ae9e1edd0d6deac</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:37:16.296</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:00</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:37:16.296</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>176</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:36:15.903</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f159d230732e4ac6b103bf83b958d8e9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:39:43.918</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:00</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:39:43.918</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>176</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:38:43.656</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d6794d8e1e934fae95b02a901104f79d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:44:13.640</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:45</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:44:13.640</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>95</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>173</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:42:28.279</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8bc2766ead9049d4a6246d286e7ff031</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:48:22.435</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:45</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:48:22.435</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>109</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:47:36.958</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>772060f357cd415d8b8c02e0407af6ca</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:51:27.543</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:51:27.543</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>110</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:50:07.286</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ffb678f6b35d49a285561442aff9d594</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 05:52:56.255</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 05:52:56.255</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:52:29.992</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c04275b4ed32463c89934421f50b557f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 06:01:45.55</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 06:01:45.55</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>110</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>110</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 05:59:07.730</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>86890606ed5b4b3988f5a801186a6760</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 06:04:35.642</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 06:04:35.642</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 06:03:14.641</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c62ecfd14fd84fd0900582119a12d3a5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 06:09:03.315</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 06:09:03.315</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 06:07:43.184</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a51b30101c784a6299199b8d97bfc156</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 06:10:45.541</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 06:10:45.541</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 06:09:24.602</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1adebd0a7eae4a9fb5b592161c0fab07</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 06:12:40.71</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 06:12:40.71</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>88</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 06:11:24.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9818a08c828a4da4affadd0949c9c846</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 06:15:43.25</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 06:15:43.25</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>88</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>88</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 06:13:48.708</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>18bc4dc2880045a1bb53e16c1a348f79</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 06:18:04.225</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 06:18:04.225</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>102</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 06:17:15.245</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>83462b1af5494d168b360aa1f26534c4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-25 06:20:23.202</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-25 06:20:23.202</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>102</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-25 06:19:41.547</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ad802d3039274245899458183595c4d0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:18:57.409</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:18:57.409</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>102</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:17:53.701</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b3a5e66aa3ca412c86b2dda804d2f80d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:23:51.592</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:23:51.592</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>70</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:23:45.43</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ba045ccd974b4c6f971b8da5d3c29bd9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:27:21.738</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:27:21.738</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>62</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:26:32.990</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a405684539924782a7d638d6f3e6f78a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:35:17.135</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:35:17.135</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:34:09.622</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>18f878abb90b429c971982e1fec58e26</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:47:17.211</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:47:17.212</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:45:41.739</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e9fc1e158a5f4f099ad41f49b0f81054</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:50:24.143</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:50:24.143</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>111</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>111</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:48:00.240</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>252505b22de6488b9d7aaabbdc37ec5c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:51:30.500</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:51:30.500</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:51:00.534</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>209f16c6c37c4a2c8c8fee6627cc83ec</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:53:35.957</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:53:35.957</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>229</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:53:13.216</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7dca526a88eb482dad30bdce22a5042f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:55:03.573</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:55:03.573</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>229</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:53:43.420</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f5100f2f439043829372ba1edf048e64</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 10:56:43.286</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 10:56:43.286</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:56:17.62</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>114e731dc2e34151b99285e0143ffb8c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 11:01:54.593</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:04</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 11:01:54.593</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>229</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>229</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 10:56:50.474</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>37e9ad75d9d74ef8b28e749a38875172</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 11:20:58.317</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 11:20:58.317</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1623</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1623</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 11:02:51.738</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>44f20d2991fc4649b7bd40e27cb67789</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 11:38:20.540</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:10:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 11:38:20.540</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 11:27:52.854</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7953a6f499a44fe6affe3cdb3bd784ac</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 11:56:00.772</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 11:56:00.772</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 11:55:34.878</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>15eaaebfcd764c24bd6218577c7089ad</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 11:58:32.649</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 11:58:32.649</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>69</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 11:58:27.337</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dd07c5a096554a7180272d977d6db641</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 11:59:15.414</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 11:59:15.414</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>69</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 11:58:53.240</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4c3df3ab3e524a2080db381cd3f09399</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:04:57.887</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:04:57.887</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:04:51.781</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0fc1caecdd114a27819b6140a689ac9a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:05:33.214</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:02</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:05:33.214</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:05:30.466</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9f1c387400a54ada93ba50b50e7d24b5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:07:11.510</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:07:11.510</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:07:04.751</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d989fe2ebf2646668a9dc65d22b8b9bd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:08:05.583</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:08:05.583</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:07:52.310</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ad0a16e4c7334bf2b1ee52f3ad703200</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:09:22.670</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:09:22.670</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:09:10.711</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bf454406177943598c582a96f834930a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:44:15.857</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:44:15.857</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:43:56.896</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f06d438352e14696b02dc31c7b218f75</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:47:32.25</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:47:32.25</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:47:13.241</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>907450b6915e42359e2aea376cd6d30b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:50:11.609</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:50:11.609</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:49:53.513</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>da6a7224e547424cb04cc5775d441e2b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:51:36.69</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:51:36.69</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:51:10.792</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>754ce9ac76b441acb7a468992f598109</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:52:03.941</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:52:03.941</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:51:50.54</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3f6970b9e21b45c399e41d67a1528612</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 12:59:10.361</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 12:59:10.361</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 12:59:07.266</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1fee449b9ed541eaa269982fd1ddf416</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:00:11.183</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:00:11.183</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:00:08.109</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8a86033928bc4106b6f3e9386da76a93</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:07:17.339</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:07:17.339</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:06:50.149</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>697323a88a38411e8451de3ff2b8d89e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:08:42.679</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:08:42.679</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:07:23.10</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bec5e3c26c934e1fa3fd2e0974818cbf</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:09:54.974</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:50</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:09:54.974</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:09:04.17</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>870348168695403fa0eedf82bc54ebcb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:12:43.785</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:12:43.785</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:12:21.764</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8093b3c8c7aa40b58f03bb43e2e9d3a8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:23:13.76</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:10:02</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:23:13.76</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:13:10.175</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f355f14ca82c46bcba0eaeafec90020d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:40:08.243</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:40:08.243</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:39:42.827</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>328ae5b2038c4225bbc2fa0ecae3cba8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:41:56.499</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:41:56.499</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>77</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:41:02.290</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cfe8602be0bb42959c883ecaa90f0667</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:43:39.325</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:43:39.325</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>77</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:42:47.863</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3bc792fb7ad74ed4bb675412d6350c85</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:46:36.834</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:01</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:46:36.834</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>64</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:45:35.119</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e50c54291df9435c840ce8ccaee120ce</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:50:03.548</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:50:03.548</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:49:56.621</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>32adddc814134e65bfd5d5d0540afea2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:50:44.431</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:50:44.431</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:50:37.561</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>18ed199bc3a94f298cb0955386d05d07</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:51:38.801</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:51:38.801</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:50:58.596</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>47af9dd92b0f4a8589004c8f71b594fe</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:52:04.280</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:52:04.280</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:52:00.378</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>665265acb1b64d6e87a247fc583491c3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 01:58:36.365</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 01:58:36.365</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:58:27.269</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1d40b879d79044dbbf7aaf4b3091d15e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 02:00:24.115</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 02:00:24.115</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 01:59:57.153</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>96b6369405d04e34a0607bf5ae3092ea</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 02:02:57.254</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 02:02:57.254</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>66</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 02:01:43.490</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>970547122e4140fb93241e594dde3ffb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b462f98df7aa48a99ab13325fd8c26e8</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 02:04:35.165</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 02:04:35.166</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>DeployerTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 02:04:25.102</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0b4e9186ff884b71a4c982ff1d9bf74d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>ca5e362173b14a208857a4a6ce004d0f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 02:07:29.543</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 02:07:29.543</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>14</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>45</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2MPerspectiveTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 02:07:19.87</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>81e6238f77344771af62784a1baf8ad0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>ca5e362173b14a208857a4a6ce004d0f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 02:09:08.871</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 02:09:08.872</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2MPerspectiveTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 02:08:42.844</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c1bd6da7f7e44ea59b82e969b972bc08</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>ca5e362173b14a208857a4a6ce004d0f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 02:12:44.838</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 02:12:44.838</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2MPerspectiveTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 02:12:24.578</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>49c47e4bc5e3481f849d3636917bf302</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cb473b3f02d24f4dad0f00e8cf3dbfa2</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 02:34:50.643</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 02:34:50.643</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>SanityTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 02:34:25.470</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b070fb50508b4e89849e98b463237ca7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:06:40.524</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:06:40.524</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:06:17.967</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3817d35a9c6742988226f60b32facb91</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:07:29.366</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:07:29.366</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:07:15.760</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8367128535364e419aa07d8b20c68479</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:08:11.909</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:08:11.909</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:07:57.942</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f17d852080a643f4b0448b27b9a4de2a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:12:15.453</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:12:15.453</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:11:58.876</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ec6f57e30fa94218b1ca8a9ba28bc1d8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:16:04.532</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:16:04.532</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:15:48.266</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cf6d16beb7d140faaf4e47628caf6dd6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:22:30.31</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:22:30.31</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:22:13.344</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9070f624a14048ee937056daa2ca3b52</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:25:18.343</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:25:18.343</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:25:01.232</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b7f8eaf86b324357b62217be81bc48db</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:27:28.188</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:27:28.188</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:27:09.931</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>53eafebb96774b0e9ab28b77c50b5ab2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:28:22.639</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:28:22.639</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:28:07.564</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0be5e59a4a11462bab66161367108950</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:29:43.597</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:29:43.597</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:29:19.215</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f45f96cc28174db69814b0b57fd3890d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:30:31.287</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:30:31.287</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:30:15.195</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a7ede20fdd0b4be6b3a0990c6cfe8a89</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:46:24.681</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:32</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:46:24.682</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>47</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>47</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:45:52.416</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d9d6151bc8d94b1e948bc1f80eb40ed2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:48:01.433</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:48:01.433</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>47</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>47</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:47:26.551</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3f18fe3509a3471e8b36de5f1e858869</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:56:05.11</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:32</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:56:05.11</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>48</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>71</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:55:32.259</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a9e352700deb4ba3952999c4e3904cb2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 03:56:44.875</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 03:56:44.875</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:56:30.736</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e9c36365c92f4c7f920715dea54ebcbe</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:00:12.788</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:00:12.788</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>211</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 03:59:31.156</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>118afd39289d4787810df8b5c7d6e5c7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:01:57.134</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:01:57.134</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>211</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 04:01:44.406</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>602c1b9ef0904cd0b8993c89e208bcbc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:02:28.85</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:02:28.85</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>211</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 04:02:02.487</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>344902c5ac524e5d9fe317d262767fda</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:07:52.897</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:07:52.897</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>95</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>211</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 04:05:23.864</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>eb386323293e4bd1a5f672844d74ed02</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>45429201decd485ba3f5ba8a465ba09c</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:09:09.527</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:09:09.527</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>117</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>FBImplTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 04:09:05.801</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>26d545af52244eb48562cbb60a124e6c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:14:56.711</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:14:56.711</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1743</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 04:14:43.451</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>45866ecc2db041bfb6fb2ce8a50d6987</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:17:45.266</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:17:45.266</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>89</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1743</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 04:16:08.668</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>105b4c31945e49aa8d124f28a4ef9fab</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:43:44.588</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:10:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:43:44.588</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1208</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1743</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>39</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 04:32:50.104</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>051cc4ef2e454887a15a14d249727d37</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:50:05.174</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:50:05.174</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>60</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>60</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 04:49:37.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7d096589037f471cb3ce5cf0882a9c82</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 04:55:31.917</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:28</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 04:55:31.917</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>182</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>182</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 04:53:03.168</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8479f60b8ad647639e7bec5ef5760a75</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:03:07.809</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:28</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:03:07.809</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>214</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>214</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:01:39.185</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d0522debf64e4a439a0c536270e9045e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:14:40.605</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:14:40.605</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:14:26.943</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8c15784da0b94cf0aee55b7ab4782469</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:15:36.328</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:15:36.328</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:15:22.92</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cec23a0c206845e5973278c4782de5dd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:16:28.499</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:16:28.499</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:16:20.151</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f6bbaff66e274e20b5a644062e91c94e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:17:02.347</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:17:02.347</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:16:52.974</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b1cc4efa714c4dccad7dd312b5cea36d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:18:44.645</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:18:44.645</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>65</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>65</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:18:22.415</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ccc5568f4df0444bbc4789f6918fbdf0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:27:42.616</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:04:57</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:27:42.616</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>504</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>609</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:22:45.453</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b74baba2c3984648b3f38e45a7a79cac</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:30:49.114</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:00</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:30:49.114</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>99</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:29:48.288</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>451881132247478a9a682b759aad6e4d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:32:31.349</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:32:31.349</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>19</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:32:19.775</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>637f5ab8c7a74ca8979e974d071bd61c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:34:24.725</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:34:24.725</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:34:12.859</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>18100bf2860b44b994cbbdc85e3d9d45</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:37:58.540</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:37:58.540</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:37:46.773</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a780a0e8ecef41a8ba51efafcaa703ed</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:38:31.891</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:38:31.891</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:38:21.124</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>583ce28fe7554dd6ba21febfc631d38d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:39:13.547</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:39:13.547</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:39:02.632</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>69837b9dcdef4d50971488128b948bf7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:40:00.572</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:40:00.572</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>59</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>59</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:39:34.116</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9f2f39aa6e3c48f4bd721acf5343197d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:41:37.680</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:41:37.680</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>41</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>41</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:41:16.250</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>80946d893811447f907ec156eaa36916</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:42:13.158</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:42:13.158</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:41:53.463</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9922e55d003c47dfa3c70b4023eed6ef</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:42:59.476</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:42:59.476</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:42:39.25</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1496733458e647b49a9198965366f511</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:43:53.891</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:43:53.891</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>73</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>73</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:43:20.48</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>17402d2e2c9d4fa89c69b8e2026b22a2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:45:37.378</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:28</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:45:37.378</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>58</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>58</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:45:09.321</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e272c1ade40441dd98cf387c6614224e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:47:14.744</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:42</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:47:14.744</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>89</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>89</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:46:32.716</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>867afb9538c14c89a7acb4e12bad81e3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:48:38.308</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:48:38.308</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:48:19.785</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ea11513c0c24471a85469cb97d873721</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:49:34.816</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:49:34.816</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:49:05.726</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9850b511c0c34950adbeb01f875d259e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:50:50.689</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:50:50.689</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>55</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>55</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:50:20.933</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4afd64714f9b402493527d6968b6e37d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 05:54:19.477</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 05:54:19.477</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>119</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>119</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:52:38.648</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>95b494d896ea4289b913382dc636c193</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 06:06:09.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:10:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 06:06:09.929</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1143</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1143</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>27</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 05:55:46.407</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>48fb8f85134f41208e1c4cff69d3e443</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 06:11:30.769</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 06:11:30.769</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>85</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>122</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 06:10:49.34</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ad421428c4614b3d9dba25a4ea701b87</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 06:12:46.504</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 06:12:46.504</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>52</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>52</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 06:12:26.48</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>751386455ae546e282b61c8920a24d86</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 06:13:12.707</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 06:13:12.707</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>13</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>148</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 06:13:04.699</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>648b059b88f94bc698bc9ce793bf3839</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 06:15:58.104</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:59</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 06:15:58.104</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>149</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>149</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 06:13:58.534</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7787d10f1f09486c868d27f3870ff41d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-27 06:20:22.137</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:04:04</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-27 06:20:22.137</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>162</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>350</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-27 06:16:18.49</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>85c66cc750b247ce9bfd4eb3a9b62b1a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 09:23:32.146</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 09:23:32.146</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>350</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 09:23:14.246</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9f91f8b7d44e4578bb216ed1c37d5cbd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 09:26:02.957</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 09:26:02.957</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>350</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 09:24:40.753</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a73971b7f4614560a67821625eb610c7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 09:47:16.690</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:19:00</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 09:47:16.690</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1730</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1770</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 09:28:16.348</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f6af7ec9e81f4fb487656504dc71cdb9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>8357dbd3dc634878bfdb4d428e0cd979</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 09:49:36.806</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 09:49:36.806</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>GenerateAllFeature</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 09:49:12.563</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>69f3b409587f4d30ae2929e482c9a51a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 10:11:29.701</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:19:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 10:11:29.701</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1770</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1770</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 09:52:10.241</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>25b4fe06a5e241c3ac1929a0786c772d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 01:42:22.26</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 01:42:22.26</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1338</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 01:42:12.714</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d35b05bd42f04f6abfa9815e9ed6f49b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 01:43:47.331</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 01:43:47.331</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>59</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1338</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 01:43:04.89</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>565103c34e2949618f066e6014aaad0f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 02:20:44.15</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:02</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 02:20:44.15</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 02:19:41.960</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6125d05d297b43a4bc30c5d0c86bc2bf</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 02:22:16.777</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 02:22:16.777</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 02:21:55.540</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>418016f446314161b54dd850cec87861</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 02:23:01.781</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 02:23:01.781</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 02:22:52.527</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7bc84f6e8dd24dc280a5aa00e3f26480</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 02:23:55.264</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 02:23:55.264</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 02:23:30.780</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>88a5444bed1b4e4fa0e2a741af696a8b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 02:30:18.681</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 02:30:18.681</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 02:29:44.988</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bd795e0b31c44f5a8b45f58e6cd0a531</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 02:46:22.13</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:00</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 02:46:22.13</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>86</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>129</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 02:45:21.713</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fc6cb61dc6784a0e8a472c62661f4344</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 02:52:31.984</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 02:52:31.984</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>130</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>130</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 02:51:04.272</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0a65ed4d1a8e471699ac7e1447f24d36</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 02:57:39.337</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 02:57:39.337</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 02:57:30.711</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e4ed6889a568422cb0d8fdb907065e46</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:29:49.232</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:29:49.232</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:29:39.908</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f8a57802c215418987208fd8aae96e3c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:31:02.631</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:31:02.631</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>47</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:30:35.181</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b5fc73b2e692487eb64b25f74e45d3bb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:33:40.831</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:33:40.831</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>33</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:33:07.726</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>37e32f7a38464bb4818296945d7155c4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:34:56.415</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:34:56.415</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>42</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:34:35.59</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9d6f1e8bf81c4e5b9e606df53a880ddd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:35:37.734</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:35:37.734</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:35:26.679</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6fcd400e9bf249bca170975de4d762c5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:37:05.116</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:37:05.116</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:36:43.291</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8991db0c18934f95820c5aa99b395f36</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>cefb871f43394d059096bfbafed9efed</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:37:55.648</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:37:55.648</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>7</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>WebServiceAppTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:37:48.139</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>02620f749aab4e45a3ff97acbe984032</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:44:48.530</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:55</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:44:48.530</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>161</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>362</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:42:53.487</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b0f7b7fca37f47658ed3ee22d09f7d35</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:54:38.892</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:54:38.892</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>132</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:54:04.43</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f2776ee712d948dd8ab087b6c522ecfe</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:56:47.381</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:56:47.381</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>132</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>132</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:55:18.169</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>14ee569130ea42db822e232b725fbb03</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:57:33.928</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:57:33.928</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>164</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:57:22.586</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>626ac9b9557f4505b353e2bf82725ff5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 03:58:57.371</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 03:58:57.371</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>162</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:58:50.156</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d01daf7614864142a1e3259a0235d5f3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:00:49.839</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:00:49.839</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>132</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>132</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 03:59:19.887</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cab225e67db2470f81de96e1c01cc28d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:05:09.143</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:28</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:05:09.143</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>131</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>144</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 04:03:40.471</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5b0aaeb636a145d491d3f2d2202d6e4f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:11:24.175</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:11:24.175</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>32</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>138</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 04:10:49.542</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2679c25e5cdf4e2e9240f61ff08b0419</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:13:49.356</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:32</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:13:49.356</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>138</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>138</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 04:12:16.781</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>471997b6d47c4e4f91996b5cf5bc2569</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:18:17.254</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:18:17.254</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>142</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>142</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 04:16:42.681</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>61a45d63ab464385a66c126d7e6f2999</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:18:43.148</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:18:43.148</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>122</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 04:18:31.827</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a95ae4372f4e45b596ca5dd08389b506</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:22:14.570</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:22:14.570</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 04:21:03.601</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0565b23a0e6b48c393903b5cd1520f9d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:23:01.696</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:23:01.696</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>52</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>52</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 04:22:35.938</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8b2a6d8adbc94cafb254cfbcd07ef78e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:27:38.760</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:27:38.760</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>345</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>345</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 04:24:04.108</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d2911ee2aafa4ecdadde68612f4adbd9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 04:55:59.197</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:31</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 04:55:59.199</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>113</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>347</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 04:54:27.790</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d48e8d59230546238fbea91ddf830e66</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 05:15:36.265</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 05:15:36.267</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>347</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 05:15:29.585</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>68c06df4008f43918a9adf588d0e5b9a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 06:03:15.973</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 06:03:15.979</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>345</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>345</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 05:59:40.137</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5978cde72cf3411cad7073033ebfe357</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 06:09:14.208</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:34</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 06:09:14.213</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>345</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>345</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 06:05:39.771</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2e03cdeac572472399a66aad16f799fc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-28 06:13:10.680</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-28 06:13:10.687</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>345</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>345</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-28 06:09:33.632</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6c7044f131dd4190982d721fad82a066</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 04:59:12.993</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 04:59:12.993</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>121</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 04:57:04.956</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b2865817ead7476ba4b45368aad59a35</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:01:30.202</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:01:30.202</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>231</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>951</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 04:59:42.201</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7077b9f422824419976692f8e8c330dc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>81d1d4891de34d029f5c8306eec7f55f</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:19:57.352</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:19:57.352</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>951</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>951</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>ValidationTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 05:12:15.471</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>af0bb3fa290148039e2adc953191fc14</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:26:23.834</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:26:23.834</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>228</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>228</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 05:24:16.847</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a91815b7cabc4e26ae34a8a567bd771a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:29:32.683</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:29:32.683</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>120</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>120</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 05:27:43.353</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>35cdbb5301954f0f8cdbf791a4452b02</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:35:04.950</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:35:04.950</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>229</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>229</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 05:29:56.568</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5bf465e7124343cd8522e9b554c1f88c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:36:45.69</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:36:45.69</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 05:36:24.84</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fbe006f51e624090b721fe2d19e1cbcd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:37:35.992</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:37:35.992</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>87</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 05:37:22.439</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4f23fc1a60264fd2b732d93ed96cd425</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:43:37.301</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:58</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:43:37.301</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>87</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>87</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 05:42:38.805</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c0253935504c4d759a310a868bf0822f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:47:08.290</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:47:08.290</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>129</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>129</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 05:44:58.15</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9258393370984311a3f83b1359c1b5f1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 05:58:09.618</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:09:53</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 05:58:09.618</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1073</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1073</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 05:48:16.236</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>32fb30ae686349ba871a92c7e3dd0bc5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 06:50:51.785</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:56</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 06:50:51.785</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>348</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>348</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 06:46:55.104</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3821f3e07f3141078f11dd4ebd6a2130</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 06:55:20.774</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:56</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 06:55:20.774</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>282</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>824</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 06:52:23.789</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7fbed358d1974c2a9f9a6b701ae46de9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 07:20:30.15</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:20:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 07:20:30.15</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1768</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1897</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 07:00:09.80</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2f20600906cf4fb2b1f8b9c960b83327</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 07:46:10.907</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:22:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 07:46:10.907</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1900</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1900</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 07:23:53.857</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>02358cb53b4249279cbd32ae473c630e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 07:59:20.260</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:11:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 07:59:20.260</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1189</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1900</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 07:48:02.880</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8f338afe25d54ee3ad88ad9a56159527</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 08:17:58.115</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:10:59</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 08:17:58.115</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1166</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1904</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 08:06:58.981</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>24c23cd2560d4e17bd3d52a42df603f5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 08:44:18.403</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:22:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 08:44:18.403</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1906</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1906</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>LunaTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 08:21:51.886</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>abc6afcc23384597ac99fc63e8f3dd89</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 09:18:32.87</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:22:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 09:18:32.87</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1906</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1906</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 08:56:24.850</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>302a8073a09043e1b298b5871730217c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 09:26:07.409</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 09:26:07.409</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>142</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 09:25:50.608</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c095d07fa826443cb8a7df0e53ae016b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 09:31:32.108</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 09:31:32.108</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>56</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>115</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 09:30:51.143</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4d12e187c48d4cd79ecd51acbf837b44</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 09:33:35.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 09:33:35.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>61</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 09:33:11.489</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7c2c3b80bd8247a9a549ca778b2608e2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 09:37:54.232</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:02</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 09:37:54.232</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>172</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>172</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 09:35:51.477</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>96fbbc56598e463db5721f92a2ab6c8a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 09:45:06.140</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 09:45:06.140</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>129</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 09:44:51.940</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2360e22fa3ba436c9a2831113fdd6482</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 09:47:25.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 09:47:25.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>129</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>129</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>MTCTests</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 09:46:08.179</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2aef07c557e440699a9a244c64ccec3c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 09:51:27.910</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 09:51:27.910</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2185</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 09:51:04.560</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>12663a1a4ab7473994f5cb7cbfd1b0f1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 10:14:53.322</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:22:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 10:14:53.322</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1993</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2185</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 09:52:13.114</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d1bae442b50f447996e519cdc82bddb3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 10:20:58.27</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:32</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 10:20:58.27</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>127</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2186</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 10:18:25.38</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e45817f590e94fa49e92abd10fdb2806</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-29 10:50:32.925</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:22:43</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-29 10:50:32.925</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1995</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2187</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-29 10:27:49.180</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4209a7e432a54e619e9a57bf1c1e9461</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 08:14:38.323</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:21:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 08:14:38.323</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1798</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2187</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 07:53:22.547</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b5d227439b284a05b6089a06b67e924b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 08:19:02.869</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:29</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 08:19:02.869</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>202</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>394</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 08:16:32.956</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>973f4478bae34acbb80bd52378ca1a83</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 08:23:00.655</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 08:23:00.655</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>10</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>200</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 08:22:34.105</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>42cd10047d434f63b26691120ac04832</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 08:25:15.204</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:50</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 08:25:15.204</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>192</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>192</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 08:23:24.245</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>57b0d3838e934328a2d7f76d99ca4ba9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 08:50:52.316</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:23:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 08:50:52.316</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1996</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2188</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 08:27:27.790</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1936a31e2c474a748ce651c485227623</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 09:49:40.239</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:25:00</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 09:49:40.239</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2190</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2190</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 09:24:39.447</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>db7940d5c40a4ca48b49a0bdbfe5721c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 09:51:31.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 09:51:31.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2190</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 09:51:18.481</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>da20450307374c3ea021e2db5c8bc951</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 10:15:44.892</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:23:30</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 10:15:44.892</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1998</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2190</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 09:52:14.754</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c5ad3a93df8241fda5692628ce50e915</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 10:22:04.98</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 10:22:04.98</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>203</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>203</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 10:19:54.198</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>501dc58aa8884c52aea588f04c52f4fb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 10:46:45.562</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:23:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 10:46:45.562</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1993</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2191</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 10:23:33.408</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8912bf054ebd4e1ab1330c3a0fdf4c0a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 10:51:29.152</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 10:51:29.152</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>205</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>205</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 10:49:19.635</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>52b2e381dcaf422c81c13f0ab5f5a8aa</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:14:00.805</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:21:32</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:14:00.805</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1836</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2193</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 10:52:28.607</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5d589c3a944045d99873dac7b640158a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:24:47.29</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:59</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:24:47.30</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>374</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>374</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:20:47.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e09180029f10444b87570a19016eccdd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:52:24.294</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:24:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:52:24.294</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2057</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2194</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:28:20.704</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2ff366df4e4443418f73726d8125b3f7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 12:00:53.311</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 12:00:53.311</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>286</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>286</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:57:49.846</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>499dc427252d4ad98979b873c106c731</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 12:02:23.855</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 12:02:23.855</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2194</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 12:02:10.834</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d25b1e6e4fb94ae6acffef7b7f9a93a1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 12:04:17.645</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 12:04:17.645</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>60</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>535</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 12:03:02.409</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6ac4329dc6cd459c882a8dbe245eccc3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 12:06:09.407</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 12:06:09.407</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>404</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 12:05:54.415</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>530d7e8376014992ba79f14bc3bbaeda</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 12:10:28.971</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:04:02</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 12:10:28.971</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>374</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>374</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 12:06:26.529</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2e38e5a72665452c9d0f9e39005a70ae</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 12:39:36.629</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:11:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 12:39:36.629</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1361</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2198</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 12:27:45.91</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c1164ac3631848d787025764d37c4829</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 01:11:40.881</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:24:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 01:11:40.881</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2201</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2201</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 12:47:30.853</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9c06da3118034a6786196782196eff9f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 03:26:35.598</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 03:26:35.598</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 03:26:31.956</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1f0df3684b104182ba225c74528315bd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 03:26:57.529</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 03:26:57.529</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>7</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 03:26:51.18</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>67afef59f2f74602bd3e79c512692745</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 03:31:08.796</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:00</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 03:31:08.796</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 03:30:08.47</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>100328cbea394e39848a993efcf5a3fb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 03:36:31.534</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 03:36:31.534</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 03:36:23.112</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f9c15e8944b44039ac7e5e3f448d5ee3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 03:50:15.213</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 03:50:15.213</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 03:50:09.742</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>372a3e68a55b4eeba9b6f3a70b478cae</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 03:51:02.259</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 03:51:02.259</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 03:50:53.803</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>143eccb5db0046cab427d7b450ff5646</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 03:56:04.812</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 03:56:04.812</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 03:55:56.375</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6c99571fb96743b2af5100e47a0881d4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 03:56:31.905</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 03:56:31.905</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 03:56:23.526</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6715e1dd2858423abe777b810ba980c5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:00:06.59</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:00:06.59</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 03:59:57.549</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9e4b437129df41128fd2cd7254a7337a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:00:41.698</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:00:41.698</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:00:33.275</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a0b910490f4f457bb8f67eeddd2e1e44</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:01:21.140</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:01:21.140</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>12</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:01:13.369</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2448662d668a4132b5fc2a34ab82d86b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:03:38.404</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:52</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:03:38.404</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:02:46.336</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b92016cf3a184dd78ca06e14cb9f00c1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:11:04.587</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:35</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:11:04.587</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:10:29.192</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3a0fd015a53e4794b071b76bb87259e8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:15:12.901</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:15:12.901</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:15:07.338</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>80dd02074025422ab4f77d225ff1dc2b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:16:09.721</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:16:09.721</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:16:02.586</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dbcfc88a96624ead9bcd77be9e9b48d5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:22:25.927</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:22:25.927</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:16:58.155</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5f34db34674b4dce8be5e3c9b2c96566</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:27:33.71</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:27:33.71</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:27:24.297</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fb8d6fb9eb5c4cc8a9cf36f07a0ef7fe</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:28:20.935</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:28:20.935</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:28:11.51</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1fba7bc2603547a9a53e7204930b0ecb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:29:50.342</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:29:50.342</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:29:34.712</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>cebd096f655849899b68fe50b59e1b51</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:49:20.456</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:49</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:49:20.456</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:48:30.891</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6b0ca92fdfa848f59f71e714f777fcd1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 04:50:04.40</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 04:50:04.40</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>20</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>36</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 04:49:47.720</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5d30ebef88e84eafa84d84a1e7ba8742</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 05:00:46.154</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 05:00:46.154</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 05:00:04.621</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c22c285c71434f748e7764ffec105f0b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 05:03:39.226</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:46</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 05:03:39.226</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 05:01:52.631</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>614a31c78a7c43789f596e6f0ec17f2e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 05:10:39.444</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:04:26</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 05:10:39.444</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 05:06:12.824</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>6c38b2836b1b470593a3bd378444a6b7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 09:19:15.306</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 09:19:15.306</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>8</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 09:19:00.993</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a26bda11570b4d7290a1282fcc485b2e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 09:21:44.806</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 09:21:44.806</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 09:21:38.145</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c0d72b5b9b514333827a93d005f8b0f0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 09:28:04.711</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 09:28:04.711</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 09:21:57.787</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dc9923e28d874335a02694bc0a19c7b3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 09:42:06.742</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 09:42:06.742</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>21</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>39</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 09:35:56.715</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f9c788939cc743bf8541d51700a84f6f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 09:56:39.393</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 09:56:39.393</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>39</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 09:51:22.382</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d532637b49f4421d9a3a8bf7ca0a85f8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 10:04:07.461</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 10:04:07.461</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>39</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>39</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 09:57:56.325</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>78797db87a3d4926852280e9d6889efa</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 10:09:42.505</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 10:09:42.505</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 10:08:39.349</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>44011e7ea61f40a1ba53f289429c8ba7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 10:23:15.884</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 10:23:15.884</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 10:15:39.693</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5324ebb83d4e41b597c1e6c5c764e55e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 10:39:31.205</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:20</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 10:39:31.205</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>28</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 10:34:11.143</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>041727da2cc448c398ebb1ccce34305e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 10:50:55.869</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 10:50:55.869</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 10:45:19.457</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a3fe1496f16642a281d2467ada5ec78f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:04:04.840</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:04:04.840</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>40</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>52</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 10:57:53.630</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0f0af8c4c1574cba85e6eb47cc8d9464</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:09:09.381</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:09:09.381</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:07:45.476</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b2add6d408234cf893528fb58b36711e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:15:39.462</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:15:39.462</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:09:58.64</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>29f350bde81942d7843563bac038cff0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:23:34.663</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:23:34.663</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:17:23.128</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>36e947c1fff04e7baad8445f52b4d970</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:36:04.873</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:36:04.874</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>39</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>53</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:27:40.104</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0588c30d50d542c7935de129a85754c0</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:36:16.17</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:36:16.17</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:36:10.793</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>723edd37ea5b461484be8a786e077732</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:40:23.947</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:52</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:40:23.947</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>17</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:38:31.602</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e9cf0de82389443b98dcc8db9a8c3f37</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:44:13.551</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:44:13.551</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:43:33.185</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9de280aea9834de0bfd254393138f38c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:45:12.248</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:45:12.248</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:44:31.838</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7a7eabe87b834c3cad8945b9476e6c25</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:49:54.66</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:02</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:49:54.66</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>25</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:48:51.832</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>13994256f66f44dbbc39c8a8c19dedf1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-11-30 11:57:58.931</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:31</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-11-30 11:57:58.931</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>30</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-11-30 11:50:27.323</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>66d69db9aff54c5c9b23766b234d2c11</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 12:09:30.782</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 12:09:30.782</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 12:03:23.783</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9cb3d71bef0e42278fe88a0af21a4a9f</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 12:11:11.158</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:52</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 12:11:11.158</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 12:10:18.324</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3147c801b6824f77ad19ac1773ad0e18</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 11:11:53.202</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 11:11:53.203</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 11:05:29.146</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a7a307c0f72b48a0ae4f9f82a216a5c7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 11:12:55.758</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:52</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 11:12:55.758</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 11:12:03.682</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>15506a5377ca47e99f91f8bf73e8b2d7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>9cb13842306b4fc28d9ea155326e0d45</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 11:21:47.776</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 11:21:47.776</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>51</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 11:15:31.606</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8cd29685efe34bcbb729173df2eee3bb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 11:23:00.113</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:01</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 11:23:00.113</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 11:21:58.318</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b34d1c672b004796809411212bda5991</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>e97bd5af5b184d729dd8af3bcfb4e7b0</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 11:56:50.467</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 11:56:50.467</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 11:56:45.193</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dc0e03f89c9048a792dae97100c39f02</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>5524b53628fa43159c511ef20fd45c1e</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 12:02:21.525</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:21</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 12:02:21.525</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>26</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>41</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 11:57:00.20</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2aaaf33cfefa492fbddfa43fa6e1b776</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>5524b53628fa43159c511ef20fd45c1e</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 01:03:20.843</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 01:03:20.843</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 12:57:11.109</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1ff706d088d043d398cb03db6c0a36d6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>e97bd5af5b184d729dd8af3bcfb4e7b0</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 01:06:16.393</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 01:06:16.393</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>14</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 01:06:07.875</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>2293f478c09248ef8c7006c3dc368b7b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>e97bd5af5b184d729dd8af3bcfb4e7b0</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 01:08:39.441</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:57</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 01:08:39.441</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 01:07:41.844</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7fbf9f7d8f3646a3be4213de7ae03af9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>5524b53628fa43159c511ef20fd45c1e</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 01:15:47.878</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:25</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 01:15:47.878</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>54</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>54</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 01:09:22.70</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>82eba0dd52d3485e82625a551ff191f4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>5524b53628fa43159c511ef20fd45c1e</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 01:16:41.100</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 01:16:41.101</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>11</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 01:16:38.24</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c7670c3e815941d5b739a788bd0c19db</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>5524b53628fa43159c511ef20fd45c1e</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 01:17:06.682</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 01:17:06.682</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>14</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>14</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 01:16:58.681</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4dbb36ab228843f8b2b610b00c5b33ca</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>5524b53628fa43159c511ef20fd45c1e</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 01:18:25.543</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 01:18:25.543</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>14</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>14</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Install-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 01:18:17.402</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8c69b8977993472bb56cb621c90c9b0e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>e97bd5af5b184d729dd8af3bcfb4e7b0</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 01:19:55.568</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 01:19:55.568</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 01:18:48.272</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>915fe58b2e0d484d83af841329cec098</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 01:49:42.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:26:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 01:49:42.614</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1899</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2290</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 01:22:53.904</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>31a36a4267b340daa47c76cddb7a52a1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>e97bd5af5b184d729dd8af3bcfb4e7b0</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 02:02:24.477</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:56</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 02:02:24.478</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>35</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-M2M</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 02:01:28.445</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fc553b0db88c4dcb955a870cca6a761a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 02:26:49.897</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:23</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 02:26:49.897</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>228</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 02:18:26.839</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f2daf02d278d48f9923fb805e2e85f1b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 02:30:52.873</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 02:30:52.873</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 02:29:58.228</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e72b96be651340e9a87eeee4d661198e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 02:32:05.749</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 02:32:05.749</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>443</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 02:31:43.423</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>441a08ae8d854ab995b7d51dd1059225</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 02:40:51.170</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 02:40:51.170</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>228</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>443</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 02:32:41.69</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fe72f07bed224d5bb033321249347ccc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 02:42:30.788</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 02:42:30.788</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 02:41:36.40</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>d88d5ea2e45a40aebe1ccd7db7fe17b7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 02:50:35.218</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 02:50:35.219</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 02:50:27.448</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>1f8ff629929843d9bd7c9bfc0db4164f</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f393df9e050e458b9e8b912e783c0e8e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 03:01:37.31</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:10:33</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 03:01:37.31</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 02:51:03.442</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0052N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>61d051c527e44075b1aab4d8bf3b65c2</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>94a2992b7d3c493490af6295d8d1282c</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5a31b723cc0e4cdba673e9d6014028a5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>1495130</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 03:12:08.322</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:59</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 03:12:08.322</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>263</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 03:03:09.58</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>540514dd433e48adb23cfc3da3ec8de7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 03:53:53.199</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:10</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 03:53:53.200</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 03:53:42.660</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3621bdf394024f81be7958fb30430ff7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 04:02:15.668</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 04:02:15.668</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>96</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 03:55:08.498</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>28a61040ed82414fa492a560c80d45e1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 04:55:05.565</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 04:55:05.565</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 04:54:25.815</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ffd3039d45f04a5e97f997b06f6a1ff3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 04:57:00.41</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:58</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 04:57:00.41</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 04:56:01.528</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>eb75d3a4c50b44c2bc6bd68d21ec27b3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 05:04:25.904</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:50</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 05:04:25.905</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>96</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 04:57:35.440</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c8ec10490aa848939402e70cc5b59f0a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 05:34:51.625</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 05:34:51.625</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>38</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 05:34:11.720</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4818330f38b2435ba8bbc89534b87693</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 05:36:48.703</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:39</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 05:36:48.703</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>44</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 05:36:09.23</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1962ca3e46e74e5b858489c7d47e6ea3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 05:37:55.478</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:58</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 05:37:55.478</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 05:36:56.808</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>bd39413939dd421a9964788c90828174</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 05:46:09.314</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 05:46:09.314</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>126</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 05:38:44.928</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>02df13be89f74a0094645f046572f41d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 05:51:05.757</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 05:51:05.757</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>174</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>387</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 05:48:41.534</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3af87817666443ac810c1d258b3e9ee6</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 05:58:23.130</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:04:45</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 05:58:23.130</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>387</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>387</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 05:53:37.763</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dd8d194283f4465e993a2d7e0c0a0f00</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 06:05:19.964</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:03</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 06:05:19.964</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>63</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 05:59:16.285</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3f93799759a0458cae80a663568f8491</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>d04bc6ad5cca4e02b4f5e74ae6869ee9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 06:17:48.227</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:46</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 06:17:48.227</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Suite-Uninstall-Vorto</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 06:16:02.115</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3e068a7a1eb9412b9deb1e2c1b0e0fcd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-01 06:25:32.206</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-01 06:25:32.206</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>63</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-01 06:19:26.304</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>deda1f85d4af41469c957cd5ae033f2e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 10:12:59.368</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:55</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 10:12:59.368</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>118</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 10:05:04.102</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5ec914a2883b423f8e95dd06b1e16700</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 10:21:43.352</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:17</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 10:21:43.352</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>115</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>441</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 10:14:25.539</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8a7988bee8174d93883fa4f47de46f17</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 10:34:43.63</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:08</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 10:34:43.63</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>395</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>395</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 10:29:34.731</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8955eedc63af49989e2878de9c903d07</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 11:13:48.382</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 11:13:48.382</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>117</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>448</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 11:06:36.417</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ee28a3951b67483c819fe8cf76d86b5a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 11:20:32.911</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 11:20:32.911</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>394</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>394</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 11:15:27.132</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>04ba2c828ea447108452c6520b764fa8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 11:30:05.41</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:48</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 11:30:05.41</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>232</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>448</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 11:21:16.253</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fbed9860bcda47e29f7cc11a9845e6d8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 11:54:01.637</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 11:54:01.637</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 11:52:54.693</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0af1ea9dbc9e49c68ea4827c434463b1</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 12:05:37.458</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:09:55</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 12:05:37.458</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>363</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>450</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 11:55:41.524</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>27e238e7e8e245d9b13cd37c164272dd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 12:15:16.596</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 12:15:16.596</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>450</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 12:15:03.804</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>ef876278a29441f3a24bcf2ca71a9eba</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 12:26:17.46</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:36</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 12:26:17.46</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>232</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>450</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 12:17:40.250</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7cafb5fd362b407aaeb8bcc423bbfb04</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 12:46:36.825</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 12:46:36.825</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 12:45:30.488</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>4075b870d31b44a884db5d0f2bf431d3</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 12:56:13.874</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 12:56:13.874</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>208</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>208</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 12:47:54.132</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>de19ef6df2d349b4aa884112086c8b73</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 01:02:05.319</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:11</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 01:02:05.319</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 01:01:54.277</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>9565c6acaf3742b997597153b41f92ea</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 01:07:06.927</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 01:07:06.927</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 01:06:00.40</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3d19c1e5b5954abfaa186bd74e97a88c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 01:09:57.214</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 01:09:57.214</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>5</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 01:09:50.827</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>b2903df0785b486286ad7fa659b26807</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 01:20:14.119</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:08:37</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 01:20:14.119</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>235</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>456</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 01:11:36.866</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1bef8afe15144da9bd4ccfb6b9d33bdc</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>208e72f0257442438704ba8a6c8f31c9</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 01:26:24.261</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:05:01</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 01:26:24.261</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>400</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>400</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 01:21:22.893</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f69ea546b43249b49a9158abfba2bab8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>281bb981a4ce43afbc1445c84a90c8b6</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 01:38:33.126</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:10:59</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 01:38:33.126</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>454</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>454</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>Vorto-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 01:27:34.70</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7411dce2232043a084e287b80f2dfb26</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 01:50:00.25</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 01:50:00.25</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>65</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 01:43:52.977</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>306f472f35d541fb883f460d1151f51b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:03:11.106</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:07:06</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:03:11.106</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>98</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>98</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 01:56:04.391</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c17c31024429487fad048e20e87bfcc4</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:04:09.623</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:19</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:04:09.623</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>15</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2118</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:03:49.731</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8ca1985f27bb46adb232b0e2991bcab9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:08:48.202</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:04:04</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:08:48.202</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>303</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>2020</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:04:44.175</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>da47e2ea8e52472dbf060bd9b4f148a8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:11:10.992</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:11:10.992</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1793</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:10:46.295</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>e0a93825b2624391b5273e1fc80fd822</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:11:57.957</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:16</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:11:57.957</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>16</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1793</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:11:41.568</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f43cf54a95444a6f93647fc339265b7c</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:30:36.670</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:18:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:30:36.670</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1537</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1793</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>31</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:12:21.745</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>83a4f9f6229748f582dc364a8f1084bb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:40:33.868</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:03:54</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:40:33.868</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>356</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>356</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:36:39.491</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>fcffaf385060412d96b1c2930086bb1e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:43:50.988</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:22</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:43:50.988</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>326</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>326</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:41:28.900</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>8c2c2cafc2ea4ce0863d8c0dc7e37d36</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:46:07.671</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:41</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:46:07.671</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>209</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>209</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:44:26.166</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>af1dcc48374749c18ca8df956f83786b</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:48:42.305</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:02:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:48:42.305</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>176</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>176</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:46:29.896</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>a12b25efbb10413d91cbc36bf1f27342</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:51:11.995</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:01</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:51:11.995</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>43</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>136</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:50:10.776</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5f655c8385d74e9f862a293ae4585a45</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:52:23.197</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:32</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:52:23.197</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>56</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>56</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:51:50.209</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0749014230894cc5a86055828d53435e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 02:57:00.25</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 02:57:00.25</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>23</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 02:56:44.821</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>0f7d9517a41d4e9f9fc90b2b05fbcb8d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:25:12.309</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:25:12.309</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>24</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:24:56.604</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>5d9e48f3e1c34ee3a15c41eec1635100</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:26:45.178</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:15</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:26:45.178</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>18</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>103</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:26:29.287</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>76c81f22f49b48fa8cccd03989bea8c9</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:47:32.526</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:13</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:47:32.526</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>4</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>103</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:47:18.732</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dc672588772b4956825ebf1e26f804bd</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:48:37.608</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:47</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:48:37.608</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>34</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>86</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>3</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:47:49.799</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>92a53957484648a0b2e4688a655b1817</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:51:29.549</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:01:24</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:51:29.549</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>86</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>86</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:50:05.398</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>7e561200a94440fab96965e20a0246bf</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:53:26.645</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:53:26.645</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:53:19.287</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>c62a3d378618409fbabd1b4a06704e1a</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:54:06.968</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:07</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:54:06.968</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>9</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:53:59.182</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>515242468e6d481fa3ad60134e93c7f2</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:55:04.95</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:14</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:55:04.95</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>22</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>88</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:54:49.872</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>71d85818e567431ea76732464ee9d505</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:57:23.268</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:12</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:57:23.268</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:57:10.349</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>80dc3ba5eb1443faab3b130c3dc339bb</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Successfully tested</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>OK</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:58:17.135</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:46</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:58:17.135</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:57:31.122</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>1</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCLunaTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>LunaAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>04af719267b54f24af852cbd07765765</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>660ed93d73d54748bbc462d86389f3f5</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>b1984203d1d54b4c9f33ed26db441660</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 03:59:11.668</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:18</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 03:59:11.668</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>127</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Luna</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 03:58:52.947</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>1f2e74c6bf6241939a21d40abc92875d</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Now testing</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>STOPPED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 04:01:29.42</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:09</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 04:01:29.42</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>2</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1011</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 04:01:19.935</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>6</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>780d27bcd2934a58b6bcdc54f3ead4f7</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 04:09:20.691</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:51</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 04:09:20.691</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1867</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 04:02:29.588</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>dee6cf51ffd4476496e72835c7768ce8</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 04:41:02.578</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:27:40</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 04:41:02.578</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1867</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1867</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 04:13:21.961</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f1200987a9ac495b88d7e814b3c03465</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 04:52:57.375</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:06:53</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 04:52:57.375</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>74</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1175</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 04:46:04.259</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>autrun</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>f2bed2f669fb4636bcb720b2df81f362</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 05:21:07.532</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:16:05</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 05:21:07.532</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>1096</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1107</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>6</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 05:05:01.761</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary><testresultSummary><attribute><key>almReportStatus</key><value>NOT_CONFIGURED</value><type>org.eclipse.jubula.client.core.model.ITestResultSummaryPO$AlmReportStatus</type></attribute><attribute><key>autAgentName</key><value>localhost</value><type>java.lang.String</type></attribute><attribute><key>autCmdParameter</key><value/><type>java.lang.String</type></attribute><attribute><key>autConfigName</key><value>MTCKeplerTestsAUT@localhost</value><type>java.lang.String</type></attribute><attribute><key>autHostname</key><value>INSTSGP0006N.bosch-si.com</value><type>java.lang.String</type></attribute><attribute><key>autId</key><value>MTCKeplerTestsAUTID</value><type>java.lang.String</type></attribute><attribute><key>autName</key><value>MTCKeplerTestsAUT</value><type>java.lang.String</type></attribute><attribute><key>autOS</key><value>Windows 7</value><type>java.lang.String</type></attribute><attribute><key>autToolkit</key><value>com.bredexsw.guidancer.RcpToolkitPlugin</value><type>java.lang.String</type></attribute><attribute><key>commentDetail</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>commentTitle</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalAutConfigGuid</key><value>d1f591bd593b4080a494a0e82dfa1854</value><type>java.lang.String</type></attribute><attribute><key>internalAutGuid</key><value>dfe5a4b6b4694d8181695c74d69b3d4a</value><type>java.lang.String</type></attribute><attribute><key>internalGuid</key><value>3ea5edb3cab049ff9ebe0bc90f743d2e</value><type>java.lang.String</type></attribute><attribute><key>internalMonitoringId</key><value>none selected</value><type>java.lang.String</type></attribute><attribute><key>internalProjectGuid</key><value>5fe70d5ff9af42419dfc748c24bb66d4</value><type>java.lang.String</type></attribute><attribute><key>internalProjectID</key><value>128953</value><type>java.lang.Long</type></attribute><attribute><key>internalTestJobGuid</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>internalTestsuiteGuid</key><value>159b9d76c89041478210493b54f382a3</value><type>java.lang.String</type></attribute><attribute><key>monitoringValue</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>monitoringValueType</key><value>none</value><type>java.lang.String</type></attribute><attribute><key>projectMajorVersion</key><value>1</value><type>int</type></attribute><attribute><key>projectMinorVersion</key><value>0</value><type>int</type></attribute><attribute><key>projectName</key><value>MTCEclipseKeplerTests 1.0</value><type>java.lang.String</type></attribute><attribute><key>reportWritten</key><value>false</value><type>boolean</type></attribute><attribute><key>statusString</key><value>Error in Children</value><type>java.lang.String</type></attribute><attribute><key>testJobName</key><value xsi:nil="true"/><type>java.lang.String</type></attribute><attribute><key>testJobStartTime</key><value xsi:nil="true"/><type>java.util.Date</type></attribute><attribute><key>testRunState</key><value>FAILED</value><type>java.lang.String</type></attribute><attribute><key>testsuiteDate</key><value>2014-12-02 06:04:59.82</value><type>java.util.Date</type></attribute><attribute><key>testsuiteDuration</key><value>00:00:27</value><type>java.lang.String</type></attribute><attribute><key>testsuiteEndTime</key><value>2014-12-02 06:04:59.82</value><type>java.util.Date</type></attribute><attribute><key>testsuiteEventHandlerTeststeps</key><value>0</value><type>int</type></attribute><attribute><key>testsuiteExecutedTeststeps</key><value>29</value><type>int</type></attribute><attribute><key>testsuiteExpectedTeststeps</key><value>1843</value><type>int</type></attribute><attribute><key>testsuiteFailedTeststeps</key><value>1</value><type>int</type></attribute><attribute><key>testsuiteLanguage</key><value>English (United States)</value><type>java.lang.String</type></attribute><attribute><key>testsuiteName</key><value>M2M-Kepler</value><type>java.lang.String</type></attribute><attribute><key>testsuiteRelevant</key><value>true</value><type>boolean</type></attribute><attribute><key>testsuiteStartTime</key><value>2014-12-02 06:04:31.804</value><type>java.util.Date</type></attribute><attribute><key>testsuiteStatus</key><value>5</value><type>int</type></attribute></testresultSummary></testresultSummaries><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.nospaces</checkId><activated>true</activated><severity>WARNING</severity><activeContext><class>TestJobContext</class><active>true</active></activeContext><activeContext><class>ProjectContext</class><active>true</active></activeContext><activeContext><class>TestSuiteContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.teststeps</checkId><activated>false</activated><severity>INFO</severity><activeContext><class>TestSuiteContext</class><active>true</active></activeContext><activeContext><class>SpecTestCaseContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.childrennumber</checkId><activated>true</activated><severity>WARNING</severity><checkAttribute><name>quantity</name><value>15</value></checkAttribute><activeContext><class>ProjectContext</class><active>true</active></activeContext><activeContext><class>CategoryContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>org.eclipse.jubula.client.teststyle.impl.standard.checks.testSuiteHasAUT</checkId><activated>true</activated><severity>ERROR</severity><activeContext><class>TestSuiteContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.defaultname</checkId><activated>true</activated><severity>WARNING</severity><activeContext><class>CategoryContext</class><active>true</active></activeContext><activeContext><class>SpecTestCaseContext</class><active>true</active></activeContext><activeContext><class>CapContext</class><active>true</active></activeContext><activeContext><class>TestSuiteContext</class><active>true</active></activeContext><activeContext><class>TestJobContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>org.eclipse.jubula.client.teststyle.impl.standard.checks.testSuiteNotEmpty</checkId><activated>true</activated><severity>ERROR</severity><activeContext><class>TestSuiteContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.parametersquantity</checkId><activated>true</activated><severity>WARNING</severity><checkAttribute><name>quantity</name><value>5</value></checkAttribute><activeContext><class>SpecTestCaseContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.centraltestdata</checkId><activated>true</activated><severity>INFO</severity><activeContext><class>ProjectContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.reused</checkId><activated>true</activated><severity>INFO</severity><activeContext><class>ProjectContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.eventhandler</checkId><activated>true</activated><severity>INFO</severity><checkAttribute><name>name</name><value>Event Handler</value></checkAttribute><activeContext><class>ProjectContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.commented</checkId><activated>true</activated><severity>INFO</severity><activeContext><class>TestSuiteContext</class><active>true</active></activeContext><activeContext><class>SpecTestCaseContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.missingname</checkId><activated>true</activated><severity>WARNING</severity><activeContext><class>ExecTestCaseContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.deprecated</checkId><activated>true</activated><severity>WARNING</severity><activeContext><class>SpecTestCaseContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.parametername</checkId><activated>true</activated><severity>WARNING</severity><activeContext><class>SpecTestCaseContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.spaces</checkId><activated>true</activated><severity>WARNING</severity><activeContext><class>CategoryContext</class><active>true</active></activeContext><activeContext><class>SpecTestCaseContext</class><active>true</active></activeContext><activeContext><class>ComponentNameContext</class><active>true</active></activeContext><activeContext><class>ProjectContext</class><active>true</active></activeContext><activeContext><class>ExecTestCaseContext</class><active>true</active></activeContext><activeContext><class>TestJobContext</class><active>true</active></activeContext><activeContext><class>ObjectMappingCategoryContext</class><active>true</active></activeContext><activeContext><class>CentralTestDataContext</class><active>true</active></activeContext><activeContext><class>TestSuiteContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.fulltest</checkId><activated>true</activated><severity>INFO</severity><checkAttribute><name>name contains</name><value>FULLTEST</value></checkAttribute><activeContext><class>ProjectContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.check8</checkId><activated>false</activated><severity>WARNING</severity><checkAttribute><name>name</name><value>WORK</value></checkAttribute><activeContext><class>ProjectContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.excel</checkId><activated>true</activated><severity>INFO</severity><activeContext><class>ExecTestCaseContext</class><active>true</active></activeContext><activeContext><class>SpecTestCaseContext</class><active>true</active></activeContext></checkConfiguration><checkConfiguration><checkId>com.bredexsw.guidancer.client.teststyle.bredexstyle.broken</checkId><activated>false</activated><severity>WARNING</severity><checkAttribute><name>name contains</name><value>BROKEN</value></checkAttribute><activeContext><class>ProjectContext</class><active>true</active></activeContext></checkConfiguration><teststyleEnabled>true</teststyleEnabled><almRepositoryName xsi:nil="true"/><isReportOnSuccess>false</isReportOnSuccess><isReportOnFailure>false</isReportOnFailure><dashboardURL xsi:nil="true"/><trackingEnabled>false</trackingEnabled><trackingAttribute xsi:nil="true"/><trackingSpan>0</trackingSpan></project></content>
\ No newline at end of file