题库 第6529页
The cyclomatic complexity of a program can be computed directly
The cyclomatic complexity of a program can be computed directly from a PDL representation of an algorithm without drawin…
With thorough testing it is possible to remove all defects from
With thorough testing it is possible to remove all defects from a program prior to delivery to the customer. ~@[](1) 答案:…
In software quality assurance work there is no difference betwee
In software quality assurance work there is no difference between software verification and software validation. ~@[](1)…
Debugging is not testing, but always occurs as a consequence of
Debugging is not testing, but always occurs as a consequence of testing. ~@[](1) 答案:TRUE…
Performance testing is only important for real-time or embedded
Performance testing is only important for real-time or embedded systems. ~@[](1) 答案:FALSE…
Stress testing examines the pressures placed on the user during
Stress testing examines the pressures placed on the user during system use in extreme environments. ~@[](1) 答案:FALSE…
Security testing attempts to verify that protection mechanisms b
Security testing attempts to verify that protection mechanisms built into a system protect it from improper penetration.…
Testing MobileApps is not different than testing WebApps.
Testing MobileApps is not different than testing WebApps. ~@[](1) 答案:FALSE…
Since many WebApps evolve continuously, the testing process must
Since many WebApps evolve continuously, the testing process must be ongoing as well. ~@[](1) 答案:TRUE…
Units and stubs are not needed for unit testing because the modu
Units and stubs are not needed for unit testing because the modules are tested independently of one another. ~@[](1) 答案:…