This automation framework was design by Java+Selenium+TestNG when I did automation test work, so I called it JST-automation.
Directory Structure
├──JST-automation |
- action: all test function write in this folder
- config: all config file put in this folder
- page: all page element write in this folder
- verify: all verify test case write in this folder
- testng.xml: test suit file, config all verify test case in this file
- pom.xml: configuration need package files
Download Code
git clone https://github.com/shenxianpeng/JST-automation.git |
Any suggestion and questions please feel free to create issue here