R
R
ruman2013-08-15 16:34:24
iOS
ruman, 2013-08-15 16:34:24

Describe the TK section?

What is written in the section "Requirements for ensuring the reliable operation of the program" for mobile applications?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
gleb_kudr, 2013-08-15
@gleb_kudr

Here's a similar list I would paint:
1. Errors that lead to an abnormal termination of the program (memory crashes, all sorts of critical runtime exceptions) are not allowed. Attribute scenarios in which they are valid (it is unlikely that this is possible in the release version, but it may be in beta).
2. What will happen if, nevertheless, the program abnormally completed its work, will the data be lost. In general, what will happen to the data, saving the state. This must be written down.
3. Does the program work everywhere or only where there is a connection. What are the requirements for the quality of communication, connection speed.
4. Necessary functions of the device that are needed for operation. accelerometer, camera, etc.

S
Sergei Borisov, 2013-08-16
@risik

for a mobile application, it is more about the ability to restore the application after an unexpected termination. Preferably from the same point where the user stopped.

X
xanep, 2013-08-16
@xanep

This section implies the operating conditions of the application under which reliable operation is ensured.
For example, "Reliable operation is ensured when an Internet connection is available at a speed of at least N kB / s ...".
If there are no special requirements, you can write something like "Reliable operation is ensured under the operating conditions of the mobile device." Then you will not have any claims due to a hanging application if the phone was left under the sun and it overheated.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question