Skip to content

How to use WebAppFramework

Hemanth Sridhar edited this page Apr 26, 2017 · 4 revisions

In order to use WebAppFramework,

  • set up a maven project

  • add the below dependency in your pom.xml

      <dependency>
          <groupId>com.github.hemanthsridhar</groupId>
          <artifactId>WebAppFramework</artifactId>
          <version>1.3.19</version>
      </dependency>
    

Next topic : TestNG-Configuration

Clone this wiki locally