Skip to content

Commit cfb09a7

Browse files
committed
added readme and gitignore
1 parent 9e6f4a4 commit cfb09a7

File tree

3 files changed

+34
-22
lines changed

3 files changed

+34
-22
lines changed

.gitignore

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
target/
2-
!.mvn/wrapper/maven-wrapper.jar
3-
!**/src/main/**/target/
4-
!**/src/test/**/target/
2+
.idea/
53

64
### IntelliJ IDEA ###
75
.idea/modules.xml
@@ -12,25 +10,6 @@ target/
1210
*.iml
1311
*.ipr
1412

15-
### Eclipse ###
16-
.apt_generated
17-
.classpath
18-
.factorypath
19-
.project
20-
.settings
21-
.springBeans
22-
.sts4-cache
23-
24-
### NetBeans ###
25-
/nbproject/private/
26-
/nbbuild/
27-
/dist/
28-
/nbdist/
29-
/.nb-gradle/
30-
build/
31-
!**/src/main/**/build/
32-
!**/src/test/**/build/
33-
3413
### VS Code ###
3514
.vscode/
3615

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Don't forget to give a :star: to make the project popular.
2+
3+
## :question: What is this Repository about?
4+
5+
- This repo contains example code to handle JSON test data in automation testing
6+
using [Google Gson](https://github.com/alibaba/easyexcel) library.
7+
- It contains a demo example to pass test data to registration workflow on [PracticeSoftwareTesting.com]
8+
(https://practicesoftwaretesting.com/auth/register)
9+
- Selenium WebDriver is used for Web automation testing and TestNG is used as Test runner.
10+
11+
## Blog Link
12+
13+
- [How to Read JSON Files in Java Using the Google Gson Library](https://dzone.com/articles/how-to-read-json-files-in-java-using-google-gson-l)
14+
15+
## 🧬 Need Assistance?
16+
17+
- Discuss your queries by writing to me @ `mohammadfaisalkhatri@gmail.com`
18+
OR ping me on any of the social media sites using the below link:
19+
- [Linktree](https://linktr.ee/faisalkhatri)
20+
21+
### :thought_balloon: Checkout the blogs related to Testing on
22+
23+
- [Medium](https://medium.com/@iamfaisalkhatri)
24+
- [LambdaTest blogs](https://www.lambdatest.com/blog/author/mfaisalkhatri/)
25+
- [My Website](https://mfaisalkhatri.github.io)
26+
27+
### :bookmark: Checkout videos related to Software Testing and Test automation tools on [Testing Talks with Faisal Khatri](https://www.youtube.com/@faisalkhatriqa)

0 commit comments

Comments
 (0)