I'm trying to add automation testing to my flex application. I intend
to
use QTP. I'm using test-swf goal for this. Still qtp cannot indentify
flex objects

My pom looks like this:


                           <plugin>
                                <groupId>org.sonatype.flexmojos</groupId>
                                <artifactId>flexmojos-maven-plugin</artifactId>
                                <version>${flex-mojos.version}</version>
                                <extensions>true</extensions>
                                <executions>
                                        <execution>
                                                <goals>
                                                        <goal>test-swf</goal>
                                                </goals>
                                        </execution>
                                </executions>
                                <configuration>

                                        <licenses>
                                                
<flexbuilder3>1111-111-111-5111-11-1111</flexbuilder3>
                                        </licenses>
                                </configuration>
                                <dependencies>
                                        <dependency>
                                                
<groupId>com.adobe.flex</groupId>
                                                
<artifactId>compiler</artifactId>
                                                
<version>${flex.sdk.version}</version>
                                                <type>pom</type>
                                        </dependency>

                                        <dependency>
                                                
<groupId>com.adobe.flex</groupId>
                                                <artifactId>license</artifactId>
                                                
<version>${flex.sdk.version}</version>
                                        </dependency>


                                </dependencies>
                        </plugin>

..................
                   <!-- Automation -->
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>automation</artifactId>
                        <version>${flex.sdk.version}</version>
                        <type>swc</type>
                        <scope>internal</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>automation</artifactId>
                        <version>${flex.sdk.version}</version>
                        <classifier>en_US</classifier>
                        <type>swc</type>
                        <scope>internal</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>automation_agent</artifactId>
                        <version>${flex.sdk.version}</version>
                        <type>swc</type>
                        <scope>internal</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>automation_dmv</artifactId>
                        <version>${flex.sdk.version}</version>
                        <type>swc</type>
                        <scope>internal</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>automation_agent</artifactId>
                        <version>${flex.sdk.version}</version>
                        <classifier>en_US</classifier>
                        <type>swc</type>
                        <scope>internal</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>qtp</artifactId>
                        <version>${flex.sdk.version}</version>
                        <type>swc</type>
                        <scope>internal</scope>
                </dependency>

Am i doing something wrong? QTP identifies Flex objects when I'm using
Flex Builder to compile my projects.
So there is no way that QTP is the problem. Can you provide me please
with a working example or say what I'm doing wrong.

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to