Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NisumPoc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arpita Shrivastava
NisumPoc
Commits
12994aa7
Commit
12994aa7
authored
Jun 21, 2019
by
Gowtham Mullapudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
post call updates
parent
02f8f5ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
5 deletions
+27
-5
pom.xml
pom.xml
+22
-0
Employee_post_steps.java
src/test/java/com/qa/stepdefinition/Employee_post_steps.java
+1
-1
employee_post_req_payload.json
...es/requestPayload_employee/employee_post_req_payload.json
+3
-3
wrong_employee_post_req_payload.json
...uestPayload_employee/wrong_employee_post_req_payload.json
+1
-1
No files found.
pom.xml
View file @
12994aa7
...
@@ -100,6 +100,28 @@
...
@@ -100,6 +100,28 @@
<artifactId>
json-schema-core
</artifactId>
<artifactId>
json-schema-core
</artifactId>
<version>
1.2.5
</version>
<version>
1.2.5
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.googlecode.json-simple
</groupId>
<artifactId>
json-simple
</artifactId>
<version>
1.1.1
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
2.9.0
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl -->
<dependency>
<groupId>
org.codehaus.jackson
</groupId>
<artifactId>
jackson-mapper-asl
</artifactId>
<version>
1.5.0
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml/jackson-xml-databind -->
<dependency>
<groupId>
com.fasterxml
</groupId>
<artifactId>
jackson-xml-databind
</artifactId>
<version>
0.6.2
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
src/test/java/com/qa/stepdefinition/Employee_post_steps.java
View file @
12994aa7
...
@@ -50,4 +50,4 @@ public class Employee_post_steps {
...
@@ -50,4 +50,4 @@ public class Employee_post_steps {
}
}
}
}
\ No newline at end of file
src/test/resources/requestPayload_employee/employee_post_req_payload.json
View file @
12994aa7
{
{
"name"
:
"testfrtysio
"
,
"name"
:
"Test Post call 636
"
,
"salary"
:
"23000"
,
"salary"
:
"23000"
,
"age"
:
"29"
"age"
:
"29"
}
}
\ No newline at end of file
src/test/resources/requestPayload_employee/wrong_employee_post_req_payload.json
View file @
12994aa7
{
{
"name"
:
"testne1"
,
"name"
:
"testne1"
,
"salary"
:
23
,
"salary"
:
""
,
"age"
:
"23"
"age"
:
"23"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment