Knowee
Questions
Features
Study Tools

You are testing a Java Class that sends and receives data to/from a web service via an API.At the same time, you are testing the correctness of the web service.You do not know how the web service is being implemented but you do know the data that it is expected to returned.Which Test Level would classify this as?What Test Technique is being employed in te?

Question

You are testing a Java Class that sends and receives data to/from a web service via an API.At the same time, you are testing the correctness of the web service.You do not know how the web service is being implemented but you do know the data that it is expected to returned.Which Test Level would classify this as?What Test Technique is being employed in te?

🧐 Not the exact question you are looking for?Go ask a question

Solution

The test level that would classify this is "Integration Testing". This level of testing is used to expose faults in the interaction between integrated units. In this case, the Java Class and the web service are the integrated units.

The test technique being employed here is "Black Box Testing". This is because you are not concerned with the internal workings of the web service (you mentioned you do not know how it is being implemented). You are only testing the inputs and outputs of the system, hence the term "black box".

This problem has been solved

Similar Questions

Which of the following is NOT a type of test in web development?End-to-end testIntegration testUnit testText test

A defect was found during testing. When the network got disconnected while receiving data from a server, the system crashed. The defect was fixed by correcting the code that checked the network availability during data transfer. The existing test cases covered 100% of all statements of the corresponding module. To verify the fix and ensure more extensive coverage, some new tests were designed and added to the test suite.What types of testing are mentioned above?A. Functional TestingB. Structural TestingC. Re-testingD. Performance TestingQuestion 12Select one:a.A, B and Cb.A, B and Dc.A and Cd.A, C and D

What type of testing is usually performed by end-users? Question 7Answer a. Unit Testing b. User Acceptance Testing c. Integration Testing d. System Testing

There are three main types of system testing depending on who does the testing, when you have a select group of friendly customers preforming a test it’s called a _______ test.

5. What is unit testing?

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.