ISO 12207: Verification of integration and Unit test validation
I have received comments from the supervisor reviewing my thesis. He asked two questions I cannot answer right now:
Standard -server to server- and -browser to server- authentication method
I have server with some resources; until now all these resources were requested through a browser by a human user, and the authentication was made with an username/password method, that generates a cookie with a token (to have the session open for some time).
Which industries use the most high-quality, measurable, reliable approach to software? [closed]
Closed 11 years ago.
Good practices when writing a parser for a standard file format (such as ePub)
I am considering writing an Android reader software that can read ePubs and display them. I checked the ePub standard documents. However, these contain a lot of information. So I am wondering what is the process of implementing a standard for a file format. What are the steps to get a working implementation without passing by parts of the standard? Are there any best practices?
Is there a correlation between the type of a company/industry and the software engineering rigor?
I would like the answer to explain what impact, if any, does the type of company/industry have on the rigor, depth and breadth with which software engineering is practiced. The best would be some links to support the answer with references.
How would I make a suggestion for a change to the SQL standard
If I wanted to make a suggestion to a change to how the UPDATE
statement works in SQL
, how would I go about it?
Are there any existing standard software design guidelines?
My team of about 70 programmers is developing C and C++ code for embedded, multiprocessor, image-processing project. We have a coding standard, and hold design and code reviews. The problem is that we don’t have solid design review checklist.
About ANSI C++ 2003 standard
I would like to ask for your help. I searched a lot on Internet, but I found mismatched informations.
Why is black box called functional testing when it tests also non functional?
This has been bothering me for a while. Security, performance tests etc. are all done typically using the black box approach. But these are nonfunctional,while black box is called functional testing.
Why have hardware-accelerated vector graphics not taken off?
I’m working on an app that involves real-time manipulation of vector paths at 60fps, and I’m very surprised by how little information there is on the subject. At first, I tried to implement my idea using CoreGraphics, but it didn’t perform adequately for my purposes. I then discovered that there was a Khronos standard for hardware-accelerated vector graphics called OpenVG, and thankfully a kind soul had written an OpenGL ES semi-implementation called MonkVG.