All Downloads are FREE. Search and download functionalities are using the official Maven repository.

utotest.autotest.web.framework.2.0.0-20170722.source-code.autoTestContext.xml Maven / Gradle / Ivy

Go to download

基于Selenium的自动化测试框架Phoenix,采用Java语言编写的。到目前为止,已经覆盖了WebUI自动化测试过程中需要的大部分功能封装。

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<p:beans xmlns:p="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:aop="http://www.springframework.org/schema/aop"
	xmlns:context="http://www.springframework.org/schema/context"
	xsi:schemaLocation="http://www.springframework.org/schema/beans
	http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
	http://www.springframework.org/schema/context
	http://www.springframework.org/schema/context/spring-context-3.0.xsd 
	http://www.springframework.org/schema/aop
	http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
	<!-- 
	<context:property-placeholder location="classpath:packages.properties"/>
	
	<context:component-scan base-package="org.suren.autotest.web.framework"></context:component-scan>
	
	<p:bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator" />
    <aop:aspectj-autoproxy proxy-target-class="true" />
	 -->
	
    <aop:aspectj-autoproxy proxy-target-class="true" />
</p:beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy