@Airtel_Presence
It's close to month now and Airtel team is not able to update my broad band plan properly .. no follow up ..no resolution ... team is not aware of how many systems plan gets updated or reflected ...
@Airtel_Presence@airtelindia
It's close to month now and Airtel team is not able to update my broad band plan properly .. no follow up ..no resolution ... team is not aware of how many systems plan gets updated or reflected ...
@Airtel_Presence It's close to month now and Airtel team is not able to update my broad band plan properly .. no follow up ..no resolution ... team is not aware of how many systems plan gets updated or reflected ...
Very shocking & surprising move by #giis & #elpro. They suddenly discontinued the school frachisee in the mid term leaving no options for parents.. and no communications at all. @PMOIndia@HRDMinistry must take some actions against such fraudesters
coming soon ! enhancements to the [Scenario Outline / Examples] - for seamless JSON data-driven tests
you are no-longer limited to <string> placeholder replacement. note the "!" appended to columns as a "type-hint"
available in 0.9.3.RC2, see draft docs: https://t.co/t8h7KDd4kM
@alexsotob Hi Alex, After further exploring contract testing using PACT. I have some more doubts if possible could you help me. I have commented on the same link which you have created to answer my earlier questions. Thanks Shekhar
@alexsotob Hi Alex, I am trying to implement consumer contract testing using PACT. However I have a question it will be helpful if you could help me to understand. For example I have service A which consumes service B, and service B. A-B-C
@Mauri_Edo Sorry Mauri, to bother you again. So as per my understanding service A can have a contract with Service B which will only consider what response service B can provide as standalone without talking to service C. And there will be separate contract between B and C
@Mauri_Edo And to provide data require by service A, service B has to fetch data from service B. So in case of integration testing for service A , there is a need to start or mock all the downstream services (B and C)
@Mauri_Edo Thank you Mauri this is really helpful. By any chance do you have any reference which defines difference between Integration( not E2E integration) and Contract testing
In case of contract testing if we need to test contract between A and B, in this case also we need to start /mock service C to get required data. I'm not able to figure out how contract testing stands out over integration testing as I need to start all the services in both tests
To provide data require by service A, service B has to fetch data from service C. So in case of integration testing for service A , there is a need to start or mock all the downstream services (B and C)