Hi guys, i am working on a software engineering design project at the part of architectural design of a Web Application. I am describing the operations of each Web Page according to IEEE specifications. When describing an operation i have to give 'attributes' and 'return' 'pre and post conditions' as well as 'exceptions'. How exactly we define and identify the 'attributes' and 'returns'?. For instance Does a button SUBMIT returns anything or have any attributes inside a web form?

Thx for your time.

It depends on your application can be different from others. Submit returns true if successfully executed and false on any error where it passes the submitted values to next control. it has attributes like about its appearance and location, values it will submit to other controls, in which class it exists etc

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.