课程: ISTQB Foundation Cert Prep
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Static testing basics
- [Instructor] In contrast to dynamic testing, which requires the execution of the software being tested, static testing relies on the manual examination of work products or tool-driven evaluation of the code or other work products. Both types of static testing assess the code or other work product being tested without actually executing the code. Static analysis is important for safety critical computer systems. For example, aviation, medical, or nuclear software. It's also often incorporated into automated software build and distribution tools. For example, in agile development, continuous delivery and continuous deployment. Almost any work product can be examined using static testing. For example, specifications, including business requirements, functional requirements, and security requirements, epics, user stories, and acceptance criteria, architecture and design specifications, code, user guides, and contracts,…