Forum Discussion
richie
4 years agoCommunity Hero
Hey Rakesh15,
Are you using groovy to save off your responses? What mechanism are you using to save responses? This could guide how to resolve this.
Im curious about the zerobyte files. When youre getting zerobyte files that means youre not even getting an http response at all....not even a response with just headers, so if you could clarify whats going on here, that could help answer your question too.
Ta
Rich
Are you using groovy to save off your responses? What mechanism are you using to save responses? This could guide how to resolve this.
Im curious about the zerobyte files. When youre getting zerobyte files that means youre not even getting an http response at all....not even a response with just headers, so if you could clarify whats going on here, that could help answer your question too.
Ta
Rich
- Rakesh154 years agoOccasional Contributor
Hi Richie,
I am using Soap 5.5. As I mentioned, I have couple of Delay Statements which will not generate response, when I save the Test Suite I don't want to save these
Thank's for look into this issue
- richie4 years agoCommunity HeroHey Rakesh15,
Delay steps are none executable like Property steps, so youre losing me a bit as to whats the problem.
Also you say youre "saving the testsuite", but im failing to understand how youre saving the testsuite which then creates zero byte files. If i make a change to a testsuite and then click "save" to persist those changes, this doesnt create a file which contains the response.
Hence thr reason i asked what is actually occurring?
Can you please clarify what objects you have in a testcase and testsuite?
What you actually mean by "saving the testsuite"?
What youre doing to try and save the response in a file?
What responses are being saved? Executable steps are worth saving the reaponses? But there is no response from a nonexecutable step, so the response isnt worth saving. Im guessing youre doing something to save the responses from your test steps and as a Delay doesnt hve a response thats why youre gettimg zero byte files, BUT! there are many different ways to save responses and how youre doing it is, im guessing the cause of the zerobyte files.
Ta
Rich- Rakesh154 years agoOccasional Contributor
I have Test Suite something like below
TestSuite1
a. Add
Delay1
b. Update
Delay2
c. Delete
d. Savetofile (This will save all the above request and response to a xml)
I would like to save only Add, Delete, Update and not Delay 1 & 2
Related Content
- 7 years ago
- 7 years ago
Recent Discussions
- 15 years ago