Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abirhossenmunna/demoqa_testng_automation
This is an automation testing project of a DemoQA site built using Selenium Web driver and TestNG as testing framework.
https://github.com/abirhossenmunna/demoqa_testng_automation
allure-report gradle intellij-idea java selenium-webdriver testing
Last synced: 22 days ago
JSON representation
This is an automation testing project of a DemoQA site built using Selenium Web driver and TestNG as testing framework.
- Host: GitHub
- URL: https://github.com/abirhossenmunna/demoqa_testng_automation
- Owner: AbirHossenMunna
- Created: 2022-11-14T15:20:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T16:05:14.000Z (about 2 years ago)
- Last Synced: 2024-11-10T02:13:34.489Z (3 months ago)
- Topics: allure-report, gradle, intellij-idea, java, selenium-webdriver, testing
- Language: Java
- Homepage:
- Size: 7.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DemoQA_TestNG_Automation
### This is a complete project where a DemoQA site is automated by writing test suites using selenium-webdriver and TestNg as testing framework.
The following key modules/pages are automated:* Practice_Form
* TextBox_ElementsFor failed test cases it will take a screenshot aswell at the point of failure.
### Technology:
* Tool: Selenium Webdriver
* IDE: Intellij
* Build tool: Gradle
* Language: Java
* Test_Runner: TestNG### Prerequisite:
* Need to install jdk 11, gradle and allure
* Configure Environment variable for jdk 11, gradle and allure
* Clone this project and unzip it
* Open the project folder
* Double click on "build.gradle" and open it through IntellIJ IDEA
* Let the project build successfully
* Click on "Terminal" and run the automation scripts### Run the Automation Script by the following command:
```bash
gradle clean test
```
* Selenium will open the browser and start automating.
* After automation to view allure report , give the following commands:```bash
allure generate allure-results --clean -o allure-report
allure serve allure-results
```
#### Here is the Normal report overview:#### Here is the Allure report overview:
#### Here are the suites of this project: