Zusammenfassung der Ressource
Frage 1
Frage
in 1958, Jerry Weinberg (Gerald Weinberg) led history's first fully independent test team. What was the name of the project they were working on?
Antworten
-
Project Jupiter
-
Project Orbis
-
Project Mercury
-
The Blair Witch Project
Frage 2
Frage
Glenford Myers published his book, "The Art of Software Testing", during which decade?
Antworten
-
1960's
-
1970's
-
1980's
-
1990's
Frage 3
Frage
On what decade was the V-Model Software Development Life cycle introduced?
Antworten
-
fifties
-
sixties
-
seventies
-
eigthies
Frage 4
Frage
Which of these happened in the 90's? (Select all that apply)
Frage 5
Frage
Bonus: What speed must you reach when riding the DeLorean Time Machine in order to travel through time?
Antworten
-
60 mph
-
120 kph
-
100 mph
-
88 mph
Frage 6
Frage
It is practical to try to automate every test as there is generally enough time to do so.
Frage 7
Frage
Automated testing tools do not replace manual testing or the test engineer.
Frage 8
Frage
In the context of return on investment, the benefits of test automation are seen approximately during the first or second run.
Frage 9
Frage
Testing applications that change regularly is the specialty of test automation.
Frage 10
Frage
Regression testing is where test automation shines.
Frage 11
Frage
If the test automation tool returns passing results upon execution, it means that the test being automated itself has also passed.
Frage 12
Frage
Test independence when it comes to creating test scripts is ideal not only because it is doesn't require much to achieve, but also because it makes sure that each script can be run independently of other scripts in the test suite. This ensures less failures due to script errors brought about by script inter-dependency.
Frage 13
Frage
Script Debugging is considered part of script development/maintenance and thus, no special considerations are required in terms of the time it takes to do this.