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
4de54456
Commit
4de54456
authored
Jun 22, 2019
by
Nisum
Browse files
Options
Browse Files
Download
Plain Diff
sujatha POST cal for XML data
parents
255fe4f4
e4a95d2e
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 @
4de54456
...
...
@@ -100,6 +100,28 @@
<artifactId>
json-schema-core
</artifactId>
<version>
1.2.5
</version>
</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>
<build>
<plugins>
...
...
src/test/java/com/qa/stepdefinition/Employee_post_steps.java
View file @
4de54456
...
...
@@ -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 @
4de54456
{
"name"
:
"testfrtysio
"
,
"salary"
:
"23000"
,
"age"
:
"29"
"name"
:
"Test Post call 636
"
,
"salary"
:
"23000"
,
"age"
:
"29"
}
\ No newline at end of file
src/test/resources/requestPayload_employee/wrong_employee_post_req_payload.json
View file @
4de54456
{
"name"
:
"testne1"
,
"salary"
:
23
,
"salary"
:
""
,
"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