Based on the combination of python automated testing platform and virtualization technology, the python Testing Platform
In the automated testing industry, I personally think the main language is python and java. This article discusses the python-based automated framework design and case development. Anyone who has used python knows its advantages, however, there are a lot of difficulties to meet the needs of actual projects-host migration, messy environment, and external influences. These problems are all terrible, causing a lot of trouble for developers, resulting in the failure to maximize the role of automated testing.
Based on the above background, we have two solutions: (the solution does not involve the specific framework design)
1. Based on the docker container automation platform. Docker can be physically independent and independent from external humans and some physical factors. At most docker may mount some business image logs or configuration files to the local host disk. However, the cost of containerized development is huge, and the technical design capability is demanding.
2. Independent automation platform based on virtualization technology. VMware, Xen, HyperV, KVM, and other industry-renowned virtual middleware are widely acclaimed, and it is more convenient and energy-saving than docker to achieve virtual requirements.
Is it true that "this is virtualization technology?" In fact, this is, but it is only the tip of the iceberg. We often know those spring and snow ~