Skip to content

shenxianpeng/JST-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JST-automation Automation Frameworks

This automation frameworks was design by Java+Selenium+TestNG

directory structure

├──JST-automation
|   ├── src
|   |   └── main
|   |   |   └── java
|   |   |   |   └── com
|   |   |   |   |   └── action
|   |   |   |   |   |   └── case01
|   |   |   |   |   |   └── case02
|   |   |   |   |   |   └── common
|   |   |   |   |   |   └── .....
|   |   |   |   |   └── config
|   |   |   |   |   |   └── UserConfig
|   |   |   |   |   |   └── DriverConfig
|   |   |   |   |   |   └── UrlConfig
|   |   |   |   |   |   └── ......
|   |   |   |   |   └── page
|   |   |   |   |   |   └── LoginPage
|   |   |   |   |   |   └── HomePage
|   |   |   |   |   |   └── ......
|   |   |   |   |   └── verify
|   |   |   |   |   |   └── case01
|   |   |   |   |   |   └── case02
|   |   |   |   |   |   └── ......
|   └── testng.xml
|   └── pom.xml
  1. action: all test function write in this folder.
  2. config: all config file put in this folder.
  3. page: all page element write in this folder.
  4. verify: all verify test case write in this folder.
  5. testng.xml: test suit file, config all verify test case in this file.
  6. pom.xml: configuration need package files.

Get clone JST-automation

$ git clone git@github.com:shenxianpeng/JST-automation.git

Any suggestion and question please feel free to create issue here

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages