Pregunta 1
Pregunta
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?
Respuesta
-
Project Jupiter
-
Project Orbis
-
Project Mercury
-
The Blair Witch Project
Pregunta 2
Pregunta
Glenford Myers published his book, "The Art of Software Testing", during which decade?
Respuesta
-
1960's
-
1970's
-
1980's
-
1990's
Pregunta 3
Pregunta
On what decade was the V-Model Software Development Life cycle introduced?
Respuesta
-
fifties
-
sixties
-
seventies
-
eigthies
Pregunta 4
Pregunta
Which of these happened in the 90's? (Select all that apply)
Pregunta 5
Pregunta
Bonus: What speed must you reach when riding the DeLorean Time Machine in order to travel through time?
Respuesta
-
60 mph
-
120 kph
-
100 mph
-
88 mph
Pregunta 6
Pregunta
It is practical to try to automate every test as there is generally enough time to do so.
Pregunta 7
Pregunta
Automated testing tools do not replace manual testing or the test engineer.
Pregunta 8
Pregunta
In the context of return on investment, the benefits of test automation are seen approximately during the first or second run.
Pregunta 9
Pregunta
Testing applications that change regularly is the specialty of test automation.
Pregunta 10
Pregunta
Regression testing is where test automation shines.
Pregunta 11
Pregunta
If the test automation tool returns passing results upon execution, it means that the test being automated itself has also passed.
Pregunta 12
Pregunta
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.
Pregunta 13
Pregunta
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.