Pregunta 1
Pregunta
A tester is working on a project that is still in development stage, he started testing a demo version of the payment method using a fake credit card for testing.
The fake credit card information is:
Number: 4532022596340037
CVV: 123
While he was testing the payment cycle, he entered the credit card number and wrote a wrong CVV which is 124. An error occurred saying that the CVV is not correct. The tester created a defect report for this error and assigned this report to the developer.
The error that the tester made is:
Respuesta
-
False positive
-
False negative
Pregunta 2
Pregunta
A Developer created an API for the dynamic content of the home page of a website, inside the code he missed a command which affected the page performance in a bad way.
When the Tester started to test the home page manually, he wasn't concentrating with the device screen, so he didn’t notice the low performance of the page.
This error is:
Respuesta
-
False positive
-
False negative
Pregunta 3
Pregunta
From your comprehension of Root cause analysis, choose the correct answer:
Pregunta 4
Pregunta
Choose from the following situations the correct answer that can describe ‘’Root cause analysis‘’:
Respuesta
-
A developer is adding an equation inside the code. The equation is used to calculate the discount on the course price, it is based on wrong information inside the acceptance criteria of a User Story. (Root cause: Product Owner)
-
A boy who is driving his father's car and there is no gas inside it. (Root cause: the boy)
Pregunta 5
Pregunta
Which one of the statements below describes a failure discovered during testing or in production?
Pregunta 6
Pregunta
Which of the following is the correct statement?
Respuesta
-
An error causes a failure which results in a defect
-
An error causes a defect which is observed as a failure
-
An defect causes a failure which results in an error
-
A failure is observed as an error and the root cause is the defect
Pregunta 7
Pregunta
Which principle of testing means that testing can prove that we have defects in our software.
Pregunta 8
Pregunta
Which principle of testing means that a small number of modules usually contains most of defects discovered during pre-release testing:
Pregunta 9
Pregunta
Which principle of testing applies in this situation:
Dividing testing effort between three projects on scope, quality, risks and budget
Pregunta 10
Pregunta
By studying the principle "Absence of error is a fallacy", we understand that:
1-It’s important to expect that finding and fixing a large number of defects will ensure the success of the system
2-It’s a fallacy to expect that just finding and fix a large number of defects will ensure the success of the system
3-The reason of projects failure might be the idea of the project, delivering low quality, misunderstanding the requirements, or lack of experience in the field of the project
Respuesta
-
1 is correct, 2 & 3 are wrong
-
2 is correct, 1 & 3 are wrong
-
3 is correct, 2 & 1 are wrong
-
2 & 3 are correct, 1 is wrong
Pregunta 11
Pregunta
Which principle of testing applies in this situation:
A tester wrote some test cases to cover the registration test scenarios for a website. He executed those test cases more than one time to find defects.
Pregunta 12
Pregunta
Which principle of testing means that we need to begin static and dynamic test activities as early as possible to find defects and prevent them.