Explain Software Development V-model Module Design?

Home Forums Software Quality Assurance Forum Explain Software Development V-model Module Design?

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • training@h2kinfosys.com
      Keymaster
      (124.123.175.166)

        The module design phase can be referred to as low-level design. The designed system is broken up into smaller units or modules and each of them is explained so that programmer can start coding directly. The low level design document or program specifications will contain a detailed functional logic of the module, in pseudocode

        1. Database tables, with all elements ,including their type and size.
        2. All interface details with complete API references
        3. All dependency issues
        4. Error messages.

        #13882

    Viewing 0 reply threads
    • You must be logged in to reply to this topic.