Quiz 06
Question 1
Answer saved
Marked out of 1.00
Remove flag
Question text
Which programming interface normally cause the timming error
issue?
Select one:
a. Parameter interface
b. Message passing interface
c. Procedural interface
d. Shared memory interface
Question 2
Answer saved
Marked out of 1.00
Flag question
Question text
Which of the followings is a Automation Test framework that helps to
design and execute the system testing?
Select one:
a. Selenium
b. JUnit
c. All of the others
d. NUnit
Question 3
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following is not a Developement testing?
Select one:
a. Acceptance testing
b. Unit testing
c. System testing
d. Component testing
Question 4
Not yet answered
Marked out of 1.00
Flag question
Question text
What is correct description of the Unit test?
Select one:
a. Test performance
b. Test user scenarios
c. Test individual functions or methods
d. Test interfaces
Question 5
Not yet answered
Marked out of 1.00
Flag question
Question text
What is test-first development?
Select one:
a. Developers must perform unit test before commiting the source
code.
b. Test is executed frequently during the day.
c. Test is written before code and implement this as an automated
test.
d. Test is executed automatically on the build server and notify to
developers if there is any error.
Question 6
Not yet answered
Marked out of 1.00
Flag question
Question text
In Agile method, how to execute acceptance testing?
Select one:
a. There is no separate acceptance testing process because the
user/customer is part of the development team
b. Customers test a system that deployed in the customer
environment. Acceptance implies that payment should be made
for the system
c. A release of the software is made available to users to allow them
to experiment and to raise problems that they discover with the
system developers
d. None of the others
Question 7
Not yet answered
Marked out of 1.00
Flag question
Question text
What is a normal test process?
Select one:
a. Design test cases, Prepare test data, Run program with the test
data, Compare the result to test case
b. Prepare test data, Design test cases, Run program with the test
data, Compare the result to test case
c. Develop the functionality, Run program with the test data,
Compare the result to test case, Write test report, Fix bug
d. Run program with the test data, Compare the result to test case,
Write test report, Fix bug
Question 8
Answer saved
Marked out of 1.00
Flag question
Question text
What is a difference between Developers and Independent testers
regarding the testing.
Select one:
a. Developers driven by the delivery schedule constraint while
Independent testers driven by quality constraint
b. Developers will test gently while Independent testers try to break
the system.
c. All of the others
d. Developers do the white box testing while Independent testers
do the black box testing.
Question 9
Answer saved
Marked out of 1.00
Flag question
Question text
Which process of the V&V process that help to discover and prevent
the defect without executing the program?
Select one:
a. Inspections and reviews
b. Unit testing
c. Release testing
d. System testing
Question 10
Not yet answered
Marked out of 1.00
Flag question
Question text
What kind of programming interface that a sub-system request
services from other sub-system?
Select one:
a. Message passing interface
b. Procedural interface
c. Shared memory interface
d. Parameter interface
Trong agile thì k có usertest, vì, trong team đã có user rồi