Compare web service response
I wanted to know if there are existing tools that lets us compare web service response from 2 different calls (could be 2 different methods with same response structure OR could be call to same method hosted on 2 different endpoints)?
Thanks!
c# rest asp.net-web-api web-api-testing
add a comment |
I wanted to know if there are existing tools that lets us compare web service response from 2 different calls (could be 2 different methods with same response structure OR could be call to same method hosted on 2 different endpoints)?
Thanks!
c# rest asp.net-web-api web-api-testing
If you just want to check if 2 responses are the same and nothing else,string.Equals
should be fine
– Hanjun Chen
Nov 26 '18 at 0:39
Do you want to compare them for testing? Or you want to compare them in the actually application you are writing.
– Black Frog
Nov 26 '18 at 0:45
Make each call with Postman and paste the responses into WinMerge to compare them.
– Gabriel Luci
Nov 26 '18 at 0:53
Be more specific about what you want to compare. response? status code? response headers? Almost any file compare tool can be used if you normal theresponse
whatever that means into some string representations. Sort headers by names and values, convert binary to hex strings, etc.
– No Refunds No Returns
Nov 26 '18 at 5:17
I want to run different set of test cases and call the method and compare the response from 2 endpoints (or 2 different methods under same web service, which has same response structure) for all those cases to see, if there is any difference. At high level, even if I can simply get a true/false kind of output from compare, that should be sufficient. I don't need to know what is different.
– askids
Nov 28 '18 at 3:38
add a comment |
I wanted to know if there are existing tools that lets us compare web service response from 2 different calls (could be 2 different methods with same response structure OR could be call to same method hosted on 2 different endpoints)?
Thanks!
c# rest asp.net-web-api web-api-testing
I wanted to know if there are existing tools that lets us compare web service response from 2 different calls (could be 2 different methods with same response structure OR could be call to same method hosted on 2 different endpoints)?
Thanks!
c# rest asp.net-web-api web-api-testing
c# rest asp.net-web-api web-api-testing
asked Nov 26 '18 at 0:17
askidsaskids
429612
429612
If you just want to check if 2 responses are the same and nothing else,string.Equals
should be fine
– Hanjun Chen
Nov 26 '18 at 0:39
Do you want to compare them for testing? Or you want to compare them in the actually application you are writing.
– Black Frog
Nov 26 '18 at 0:45
Make each call with Postman and paste the responses into WinMerge to compare them.
– Gabriel Luci
Nov 26 '18 at 0:53
Be more specific about what you want to compare. response? status code? response headers? Almost any file compare tool can be used if you normal theresponse
whatever that means into some string representations. Sort headers by names and values, convert binary to hex strings, etc.
– No Refunds No Returns
Nov 26 '18 at 5:17
I want to run different set of test cases and call the method and compare the response from 2 endpoints (or 2 different methods under same web service, which has same response structure) for all those cases to see, if there is any difference. At high level, even if I can simply get a true/false kind of output from compare, that should be sufficient. I don't need to know what is different.
– askids
Nov 28 '18 at 3:38
add a comment |
If you just want to check if 2 responses are the same and nothing else,string.Equals
should be fine
– Hanjun Chen
Nov 26 '18 at 0:39
Do you want to compare them for testing? Or you want to compare them in the actually application you are writing.
– Black Frog
Nov 26 '18 at 0:45
Make each call with Postman and paste the responses into WinMerge to compare them.
– Gabriel Luci
Nov 26 '18 at 0:53
Be more specific about what you want to compare. response? status code? response headers? Almost any file compare tool can be used if you normal theresponse
whatever that means into some string representations. Sort headers by names and values, convert binary to hex strings, etc.
– No Refunds No Returns
Nov 26 '18 at 5:17
I want to run different set of test cases and call the method and compare the response from 2 endpoints (or 2 different methods under same web service, which has same response structure) for all those cases to see, if there is any difference. At high level, even if I can simply get a true/false kind of output from compare, that should be sufficient. I don't need to know what is different.
– askids
Nov 28 '18 at 3:38
If you just want to check if 2 responses are the same and nothing else,
string.Equals
should be fine– Hanjun Chen
Nov 26 '18 at 0:39
If you just want to check if 2 responses are the same and nothing else,
string.Equals
should be fine– Hanjun Chen
Nov 26 '18 at 0:39
Do you want to compare them for testing? Or you want to compare them in the actually application you are writing.
– Black Frog
Nov 26 '18 at 0:45
Do you want to compare them for testing? Or you want to compare them in the actually application you are writing.
– Black Frog
Nov 26 '18 at 0:45
Make each call with Postman and paste the responses into WinMerge to compare them.
– Gabriel Luci
Nov 26 '18 at 0:53
Make each call with Postman and paste the responses into WinMerge to compare them.
– Gabriel Luci
Nov 26 '18 at 0:53
Be more specific about what you want to compare. response? status code? response headers? Almost any file compare tool can be used if you normal the
response
whatever that means into some string representations. Sort headers by names and values, convert binary to hex strings, etc.– No Refunds No Returns
Nov 26 '18 at 5:17
Be more specific about what you want to compare. response? status code? response headers? Almost any file compare tool can be used if you normal the
response
whatever that means into some string representations. Sort headers by names and values, convert binary to hex strings, etc.– No Refunds No Returns
Nov 26 '18 at 5:17
I want to run different set of test cases and call the method and compare the response from 2 endpoints (or 2 different methods under same web service, which has same response structure) for all those cases to see, if there is any difference. At high level, even if I can simply get a true/false kind of output from compare, that should be sufficient. I don't need to know what is different.
– askids
Nov 28 '18 at 3:38
I want to run different set of test cases and call the method and compare the response from 2 endpoints (or 2 different methods under same web service, which has same response structure) for all those cases to see, if there is any difference. At high level, even if I can simply get a true/false kind of output from compare, that should be sufficient. I don't need to know what is different.
– askids
Nov 28 '18 at 3:38
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53473328%2fcompare-web-service-response%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53473328%2fcompare-web-service-response%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you just want to check if 2 responses are the same and nothing else,
string.Equals
should be fine– Hanjun Chen
Nov 26 '18 at 0:39
Do you want to compare them for testing? Or you want to compare them in the actually application you are writing.
– Black Frog
Nov 26 '18 at 0:45
Make each call with Postman and paste the responses into WinMerge to compare them.
– Gabriel Luci
Nov 26 '18 at 0:53
Be more specific about what you want to compare. response? status code? response headers? Almost any file compare tool can be used if you normal the
response
whatever that means into some string representations. Sort headers by names and values, convert binary to hex strings, etc.– No Refunds No Returns
Nov 26 '18 at 5:17
I want to run different set of test cases and call the method and compare the response from 2 endpoints (or 2 different methods under same web service, which has same response structure) for all those cases to see, if there is any difference. At high level, even if I can simply get a true/false kind of output from compare, that should be sufficient. I don't need to know what is different.
– askids
Nov 28 '18 at 3:38