Application Systems Exchange information with each other, which is generally implemented through interfaces. There are also a variety of implementation methods, such as WebService, WCF, and remoting. However, after these interfaces are implemented, the test may require
Several systems work together, but sometimes it is not very convenient if they are all in the production environment. Especially considering the particularity of the production environment, sometimes the test environment is OK, but the production environment is
There are also many situations, but sometimes it is not that easy to find problems.
This problem occurs when the company's interface has been slightly adjusted recently. As the test environment is smooth and the changes are not great, everyone thinks it is smooth, but it will not be exposed until it is online.
Problem.
During the launch, we usually log on to the system to perform some tests after the launch. However, this time, we did not mobilize so many people to verify the launch because the launch was generally
It is scheduled to run only at night, so it is generally not intended to become a mentor.
However, this issue cannot be ignored. In particular, a problem with the interface may affect the normal use of several systems. So in order to better confirm whether the interface works normally after the launch, I think it is necessary
Perform a small test on this part.ProgramTo perform tests on imports. This product can perform routine tests even in the formal environment to ensure that the production environment configuration or environment particularity does not apply.
It has some serious consequences.
This is especially useful when there are many systems and interfaces in the company.