option
Cuestiones
ayuda
daypo
buscar.php
TEST BORRADO, QUIZÁS LE INTERESE: DAW1 Entornos de Desarrollo UT3 UT4
COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
DAW1 Entornos de Desarrollo UT3 UT4

Descripción:
Entornoes de Desarrollo

Autor:
AVATAR
Olilili
OTROS TESTS DEL AUTOR

Fecha de Creación:
04/03/2024

Categoría: Informática

Número Preguntas: 60
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
Relate each execution type tool to its corresponding function. Step by step procedure Execution to the end Step by step instruction Execution until instruction .
Relate automation tools to their language. FoxUnit CppUnit JUnit SimpleTest .
What is the name of the test that verifies compliance with functional requirements? Select one: Integration Regression System Validation.
With the equivalence classes we design test cases: Select one: With values ​​at the limit of the admitted range. With values ​​outside the allowed range. With values ​​representative of the admitted range. All other answers are invalid.
The ISO / IEC 29119 standard provides _____ to cover all phases of testing. Select one or more: vocabulary documentation processes modules.
The objective of the coverage: Select one: It is to obtain representative test cases. Establish equivalence classes that reduce the number of tests. Check that all paths can be executed. Establish test cases with values ​​at the limit of the range.
In test planning. Select one: The program is debugged. Test types and test cases are designed. Breakpoints are set in the code. Documentation of the tests is carried out.
In structural tests. Select one or more: The path followed by the execution is not checked. Sentence coverage is checked. Decision coverage is checked. Path coverage is checked.
When are unit tests usually performed? Select one: Before integration testing. After performing the unit tests. Throughout the maintenance stage. In the same productive environment of the application, once installed.
The most widespread unit testing tool in Java is: Select one: MOQ It's SimpleTest The NUnit The JUnit.
Inspection of variables. Select one or more: It is a tool that is not very useful. They allow you to define which variables are to be inspected. They allow you to modify the type in debug type. They allow you to see the evolution of the values ​​of the variables.
Software testing. Select one: It serves to verify and validate the system. It only serves to validate the system. It is only used to verify the system. Its implementation is optional.
Conducting _____ testing allows us to detect errors in each part of the program separately. Select one: unitary validation semantic integration.
The regression is: Select one: a necessary step in program debugging. a process that is performed when a change occurs in the code. a type of validation test. a process associated with the design phase of the project.
The equivalence classes. Select one: They help us design test cases with limit values. They are debugging tools. They allow us to validate the system. It allows us to create test cases representative of a set of possible values.
The basic functions of the debugger are. Select one or more: Control the values ​​that the data takes. Verify the execution flow. Compile the application. Locate errors in the implementation.
Test automation tools. Select one or more: They generate test cases. They allow us to control regression. They do not allow you to verify the unit. They show the execution results of the test cases.
Which component of the IDE is basic in testing? Select one: Assembler Interpreter Debugger Compiler.
What test automation tool is not for Java? Select one: JTiger FoxUnit TestNG JUnit .
Point out the functional tests. Select one or more: Limit values Validation Regression test Equivalent partitions.
If we have the loop while ((x>5)&&(x<10)) , it could be _____ limit values ​​to test the limit values. Select one: x = 5 x = 6 x = 10.
Examples of covering tools are: Select one or more: XUnit JUnit JJPath Clover .
They are types of tests. Select one or more: Functional Regression Depuration Structural.
Advantages of unit testing are: Select one or more: Separation of interface and implementation. They reduce the number of tests. They simplify integration. They document the code.
A test case. Select one: It is designed with the collaboration of the client. It is each element that is involved in debugging. It is each phase of test planning. It is designed to ensure that the probability of error detection is maximum.
What documents must be prepared?.
Coverage is a type of white box testing. True or false? True False.
The documentation methodology is Metrica v.3 . True or false? True False .
The testing phase does not need to be documented. True or false? True False.
BSI test normalization standards cover all phases of testing. True or false? True False .
Relate each refactoring pattern to its corresponding function: Move a class from one package to another, without duplicating code. Create getter/setter methods to access the fields of a class. Change the name of a package, class, method, or field. Replaces a block of code with a method.
Relates each Javadoc tag to its function. @see @version @author @return.
What is the CVS version store called ? Select one: Branch Repository Directory Module.
Which is not a refactoring pattern? Select one: Code analysis Move class Encapsulate fields Secure delete.
The concept of delivery refers to: Select one: an instance of a system that is distributed to users outside the development team the set of all versions each full version of the system the documentation generated in software development.
Test Driven Development ( TDD Test Driven Development ): Select one: It involves designing the tests at the same time as the software. It is a type of validation test. It implies that the design of the code is based on the tests. refactor the code at the same time as testing it.
In CVS the order that stores the modified copy in the repository is: Select one: update checkout commit abort .
In Change Management the following types of control are established: Select one or more: management or organized control individual control formal control documentation control.
The documentation allows us... Select one: Explain the purpose of a class. All the previous answers are correct. Explain how a method works. Facilitate software maintenance work.
Software Configuration Management is made up of: Select one or more: Report generation installation of executables configuration audits change control.
The version control tool in Visual Studio is: Select one: Mercurial Git Darcs Team Foundation Server.
The refactoring: Select one: It is a complementary testing technique. It is a programming technique not present in IDEs . It helps us document the code. It uses a series of application patterns on the source code.
The refactoring: Select one: It only serves to validate the system. It modifies the design of the code but not its behavior. modifies the design and behavior of the code. It is a process that changes the behavior of the program.
The types of comments supported in Java are: Select one or more: Javadoc style comments . one line comments does not allow comments in code. multiline comments.
Which statements about version control are correct? Select one or more: There can be multiple versions of a class. There can only be one version of a class. Each version is stored in a distributed way. Version storage is centralized.
What document does Javadoc produce ? Select one: Generates new source code, with Javadoc comments. It does not produce any type of additional document. Generates an HTML file with the information of the classes and methods. Generate an executable.
What documentation automation tool does Java use? Select one: JUnit TestNG JasperReport Javadoc.
What refactoring pattern is used to create setterand methods getter? Select one: Renamed Secure delete Encapsulated fields Extract the interface.
Which task is not part of Software Configuration Management? Select one: Report generation Repository management Configuration audits.
Point out the characteristics of a code analyzer: Select one or more: They find parts of the code that can slow down their operation. evaluate the software. It informs us about modifications to be made to improve the code. modifies source code.
Point out the code analyzers. Select one or more: Subversion CVS PMD FindBugs.
Examples of CASE tools for configuration management are: Select one or more: Subversion Bugzilla PMD Rational.
They are automated documentation tools: Select one: SchemeSpy Javadoc DoxyGen JasperReport.
They are version control tools: Select one or more: Mercurial PMD CVS Subversion.
They are refactoring patterns: Select one or more: Encapsulate fields Secure deletion Renamed Depuration.
A version: Select one: It is each element that is part of a project. It is each file that makes up a software project. It is the evolution of a single element, within a developing system. It is the set of an entire developed project.
The repository is a centralized version store. True or false True False.
Software Configuration Management planning is regulated by an IEEE standard . True or false? True False.
Refactoring changes the behavior of the software. True or false? True False.
The refactoring does not need to be documented. True or false? True False .
Denunciar Test