Download webtest-3.0.jar file - Jar w

Jar examples for w:webtest

Description

Free open-source tool for automated testing of web applications.

You can download jar file webtest 3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add webtest-3.0.jar to your project.

<dependency>
   <groupId>com.canoo.webtest</groupId>
   <artifactId>webtest</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'com.canoo.webtest', name: 'webtest', version: '3.0'
libraryDependencies += "com.canoo.webtest" % "webtest" % "3.0"
<dependency org="com.canoo.webtest" name="webtest" rev="3.0"/>
@Grapes(@Grab(group='com.canoo.webtest', module='webtest', version='3.0'))
'com.canoo.webtest:webtest:jar:3.0'

Download

Click the following link to download the jar file.

webtest-3.0.jar
webtest-3.0.pom
webtest-3.0-sources.jar



Related Tutorials