Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C- programming MacBook Air Prof. Lan Xiang Project: Testing of Vector Calculator Due: 2/20/2019 by 10pm Project Description: In this project, you will continue your

C- programming
image text in transcribed
MacBook Air Prof. Lan Xiang Project: Testing of Vector Calculator Due: 2/20/2019 by 10pm Project Description: In this project, you will continue your work with the vector calculator project by 1) porting your implementation to the DICE-based standard project development tree organization; and 2) developing a suite of unit tests for your project. Project Requirements: 1. Improve your project 2 code if necessary. Use fprintf (stderr, .. to display all the error messages. Your test suite for the project should contain at least 12 meaningful tests that use significantly different types of input data sets, and include tests of both normal operations, and error detection functionality. Each test should focus on testing one 2. specific feature of the project. Examples of tests are (but not limited to) All the options Various vector lengths . Error detections of both recoverable errors and fatal errors (such as an invalid option, invalid element of the vector, and invalid vector length) 3. Each test should be documented properly in its associated README.txt file. The tests should run properly using dxtest utility (either applied to the entire test suite or to an ITS). When submitting your project, please submit an archive of your entire project directory 4. 5. No late submission will be accepted. 6. Grading guideline

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions