MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
what we should do if we have a lot of test cases?
A
spread the tests for a lot of Testers
B
terminate a punch of test cases
C
Use “Automated testing” to reduce the pressure
D
None of the above
Explanation: 

Detailed explanation-1: -Use automated testing: Automated testing can help you cover a large number of test cases quickly and efficiently. This can also reduce the need for manual testing, which can be time-consuming and resource-intensive.

Detailed explanation-2: -There have to be at least 2 test cases for one feature to produce the desired coverage: a positive test case – where the input is correct – and a negative test case – where the input is incorrect.

Detailed explanation-3: -Solution: Run automated tests in parallel with the development process. Testing shouldn’t take place only in the final stages. If you want test automation to be effective, start running tests since the early stages of the development and continue to do so through the software development life cycle.

There is 1 question to complete.