Tell about Coding and Testing
Software coding and testing are two very important phases of software construction process. Once the design is complete, most of the major decisions about the system have been made. The goal of the coding phase is to translate the design of the system into code in a given programming language. During the coding phases, we actually write the code for the software to be developed.
For example, Java is a kind of computer code or language for developing desktop or web-based software. Whereas, testing is any activity aimed at evaluating an attribute or capability of a software and determining whether it meets its required results.
To summarize, you can think coding phase as implementation of functionalities required where testing is to check whether developed software is required one and doing all tasks correctly.
For example, Java is a kind of computer code or language for developing desktop or web-based software. Whereas, testing is any activity aimed at evaluating an attribute or capability of a software and determining whether it meets its required results.
To summarize, you can think coding phase as implementation of functionalities required where testing is to check whether developed software is required one and doing all tasks correctly.
0 Comments
Please add nice comments or answer ....