Forum Discussion

cancan's avatar
cancan
Occasional Contributor
12 years ago

testing all methodes together

Hi everybody,

Firstly, I wish u all a great year ) In this year I have alsi a some kind of a problem. Let's say we have 2 services: L and K.

L says to K "I have made some changes in my service, be aware of it". K answers "OK Thanks for your info".

K asks one second later " ok tell me what is changed (for ex.) at goods in warehouse"
L answers something like "we have a new radio...."
K asks again "and tell me what is changes at customer data"
L says "Mr. Browns lives now in Cologne"

(and it goes on like this for a while: K asks, L answers)

>>> I have explained above how the communication betwenn two services works. Of course, what we don't want to do is to test each step separetly. We want to test this system with all steps together and step by step. For example K has to ask first for the goods and get an answer from L. After only that customer data has to be asked.

Is it possible to do something like that? If yes how?
I would be very happy if we could do some brainstorming!

Thanks
cancan
  • nmrao's avatar
    nmrao
    Icon for Champion Level 2 rankChampion Level 2
    I believe that you have different services and each service contains different operations and wanted to test these together. This is very much possible. I mean you can define a project, import all the wsdl files that you needed to test, then create a test suite rather multiple as needed, create test case under suite and test steps - have different soap requests which allows you to choose which operation. Hope this is helpful.
  • cancan's avatar
    cancan
    Occasional Contributor
    Dear Rao,

    thank you for your answer. However what I am looking for is to trigger one event from one service and then to test the callbacks of the trigger method automatically.

    I would be very thankful if you tell me how to do it.

    Regards
    cancan