Skip to content

Commit 1ea91b4

Browse files
authored
Update README.md
1 parent ef4d479 commit 1ea91b4

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

README.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
# java-selenium-cucumber
2-
Sample framework showing use of Selenium and Cucumber combination for web testing
1+
## Goal
2+
3+
Goal of this project is to show sample web testing framework, integrating all those wonderful languages and tools out there like Java, Cucumber, Junit, Apache POI, ExtenetReports etc.
4+
5+
## How to use
6+
7+
You can kick start your framework development by cloning this repository.
8+
9+
`git clone https://github.com/nvadiga/java-selenium-cucumber.git`
10+
11+
You can use direct Gherkin statements like
12+
13+
`Given User navigates to "https://www.google.co.in"`
14+
(Just replace url in quotes with required url)
15+
16+
Or keep test definitions outside the framework in an Excel and use it like
17+
18+
`And Runs the test as per sheet "Google Search" in excel "input.xlsx"`
19+
20+
## Test Results
21+
22+
Framework uses Cucumber ExtentReport for test results reporting. You can find html report under "results" folder which will be created after the test run.
23+
24+
## What next?
25+
26+
* Add more web actions like select etc.
27+
* Add validation methods.
28+
* Add fillForm method which makes filling bigger forms easy.
29+
* and much more!!

0 commit comments

Comments
 (0)