Individual test summary

 
Personal knowledge test summary:
Automated Test Preparation:
1, the mobile platform android end product features and interface testing
2、
Test plan: different product schedule to explain elements of a plan of action set forth in item plan
 
Test: test different products, precautions case management tool, the contents of use cases, use case
 
Test: the developer's attention and communication, coverage of use cases, and failure by the standard regression
 
Test cases, test ends standards, test procedures used in testing tools and methods
 
Based functional test, interface test to assist
The main functional testing to meet the needs of the main
The main interface test problem found
 
Test report: Test report for different products
 
Automated testing framework to build and execute mobile products
 
Promote and monitor the testing process
 
Advantage:
1, familiar with automated testing tools, familiar with the software testing theory of knowledge, familiar with the mobile phone app test methods, processes, development of automated testing tools, familiar white-box testing, code testing priority
2, a mobile terminal application testing experience more than one year by phone
3, the development of automated testing tools, familiar white-box testing, code testing priority
 
Do automation, test first consider whether the product is suitable for automated testing. This method is relatively general consensus is that trade-offs from three aspects.
 
  Software requirements change frequently
  Stability test script determines the cost of maintenance of automated testing. If the software needs change too often, testers need to update the relevant test cases and test scripts based on changes in demand, while maintaining the script itself is a process of development of the code, modify, debug, modify when necessary, but also automated testing framework, if not lower than the cost it takes to test the use of its cost savings, then the automated testing is a failure.
  Some of the modules in the project is relatively stable, and some of the big changes in demand module. We can be relatively stable module for automated testing, and larger changes still use manual testing.
 
  Project cycle is longer
Since the determination of automated testing requirements, design automation testing framework, writing and debugging test scripts require considerable time to complete. This process itself is a test of the software development process, it takes a long time to complete. If the period of the project is relatively short, there is not enough time to support such a process, then the automated testing will become a joke.
 
  Automated test scripts can be reused
  自动化测试脚本的重复使用要从三个方面来考量,一方面所测试的项目之间是否很大的差异性(如C/S系统和B/S系统的差异);所选择的测试工具是否适应这种差异;最后,测试人员是否有能力开发出适应这种差异的自动化测试框架。

Guess you like

Origin www.cnblogs.com/TomBombadil/p/11122404.html