I have been jumping out of my laptop manufacturer for software testing for three months now. I have tried automation for a person from manual testing to now. Let's make a summary.
Phase 1: Write and execute cases in QC according to the practice of the previous tester, and find that the writing is very bad, unsystematic and chaotic. It only involves some functional testing aspects, and the writing is very messy.
Stage 2: Start to search for information, sort out the testing process, organize the system testing items again, and try to use this standard test when there are new testing objects, and use some test case design methods described in the book.
Stage 3: Find the path to automated testing (the company's products are divided into Android and web terminals, focusing on the Web). Automation here is only the automation of functional testing, try to use automated methods to improve the efficiency of manual testing, instead of manual testing. The basic knowledge of software testing is still important. The main idea is not changed, but the method of implementation is changed. Non-performance testing. Locate Python + selenium WebDriver as an environment for automated test Script Development and execution. After a while, I wrote two pieces of code. I feel very hard because of my lack of knowledge. On the one hand, I have a poor understanding of website construction technology, and I have limited knowledge of Py and WebDriver.
Stage 4: Supplement knowledge and adjust the plan. Supplement development knowledge, learn the Python language, and build a solid foundation for software testing (this is fundamental ). Automation will change to recording with seleniumide and then modifying it. This will help you learn the API and Py syntax.
To be continued ..