Software quality reflects how well a software conforms to given requirements (functional and non-functional), how much it shows characteristics like reliability, efficiency, security, maintainability.
Questions tagged [software-quality]
233 questions
-2
votes
1 answer
Connection Test
How can I test the net-connectivity of app in performance?
I want to Test the net-connectivity range of the app in performance. For example, if the connection scale is 3G in some regions, the behavioral changes may happen in the connection depending…

Ani Narzullo
- 17
- 5
-2
votes
1 answer
Can you prevent the usage of #pragma warning disable?
Recently, our team has tried to become more strict about enforcing certain code style and quality guidelines. I'm trying to automate this as much as possible, using .editorconfig files to enforce certain rules--in many cases preventing a build…

erikjw
- 45
- 9
-2
votes
1 answer
measure execution time in linux
So I'm doing a quality assurance task with raspberry pi under linux, the 7 programs are preload, preload.c,run_test, run_test.c, runit_mainain,runit_preload,runit_test.
What I do is running runit_preload,and then run run_test, and then unplug the…

user3358850
- 129
- 9
-2
votes
1 answer
CLANG Static Code Analysis for iOS Development
I am fairly new to project management of iOS development projects and I have been working on my first challenge. I am trying to make proactive use of tools that will increase software quality. I have two questions:
a.For iOS development, do you…

Tanner
- 15
- 3
-3
votes
2 answers
Quality Audit Software applied to Free Software
I'm doing an investigation searching for quality audit software applied to free software but haven't not much luck so far. I already found information of software that make quality audit http://en.wikipedia.org/wiki/Computer-aided_audit_tools but…

Gabriel Muñumel
- 1,876
- 6
- 34
- 57
-3
votes
1 answer
How should i decide to choose one of collection types when I coding?
Many times I avoid to use arrays, because of must be careful to work its size, and I must certainly know data type of elements.
I notice, I usually use List, I am not sure this is necessary many times.
I would like to know how to design code when…

Başar Kaya
- 354
- 6
- 13
-5
votes
2 answers
I cannot understand how Dart Editor analyze source code
Dart Editor version 1.2.0.release (STABLE). Dart SDK version 1.2.0.
This source code produces runtime exception.
void main() {
test(new Base());
}
void test(Child child) {
}
class Base {
}
class Child extends Base {
}
I assumed that the…

mezoni
- 10,684
- 4
- 32
- 54
-6
votes
2 answers
tools to automate the script webdriver in jmeter
is there any tools which can make the automation script for webdriver in Jmeter?

lilacola
- 9
- 4