The type of testing and amount of testing for a system depends largely on the __
ID: 3858497 • Letter: T
Question
The type of testing and amount of testing for a system depends largely on the _____ of the system. T/F Many testing requirements are mandated by the federal government. Unit testing a) is done at the module or program level b) focuses on whether specific functions work properly c) includes "black box" or "white box" testing d) all of these e) none of these When it comes to data testing, a good rule of thumb I gave you is "all input is _____". An example of reasonableness or limits testing would be a) making sure your program runs at it's most efficient possible b) checking a birth date entry field to make sure it is syntactically correct c) checking a "height" input field to confirm it is between 4 inches and 100 inches d) all of these e) none of these T/F UAT begins with requirements that the user provides to us and is conducted at the end of a project to make sure they accept the system as completed. Examine the following code and answer questions 7 below. IGNORE COMPILE ERRORS. int j = 0: for (j = 0: j 4: j--) { printf("%c's [j]): } Where do you get "requirements" in CS2050? List at least 2 other types of testing we discussed in class not mentioned above.Explanation / Answer
1.Software/Hardware
Any testing depends on software or hardware and its requirements.To fullfill the customer need and the purpose of that software.
2. True
In CS2050 all the testing requirements are mandated by federal government for increaing the security of a product
3. All of the above
Unit testing for a software application is done during developpment or programming level.In which individual units of source code is tested in procedural programming, a unit could be an entire module, but it is more commonly an individual function or procedure.you can perform bath black box and white box testing with this.
4. "All input is evil"
ata from an external entity or user should never be trusted since it can be arbitrarily tampered with or be completely invalid .so dont trust the data given is correct.
5. e) none of these
By Limits testing we are not able test the program completly and we can not test the system againt requirments it may oy may not detect errors.
6.True
User Acceptance Testing is performed at client environment where we have to work with user given inputs to fullfill their requirements.User acceptance testing corresponds to the requirement phase of the Software Development life cycle(SDLC)
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.