0
votes
1answer
11 views
Equivalence Class Testing vs. Boundary Value Testing
I understand how equivalence testing works. How is it the same or different from boundary value testing?
0
votes
2answers
31 views
Drawing UML state diagrams
When drawing state diagrams, how do you know which states get put in boxes and which states are for the transition arrows? I noticed that transitions are states too.
I'm looking at figure 1 on this …
0
votes
2answers
38 views
Why does each box in a UML state diagram have three sections?
I noticed in this example that each box is divided into three sections, but only two sections are ever used. Why not just divide it into two sections then?
UML Tutorial - State Diagrams
0
votes
2answers
40 views
Is there such a thing as a use case relationship diagram?
I know about use case diagrams. But is there something called a use case relationship diagram? How is it different?
1
vote
4answers
26 views
Association of n to 1 objects in a UML class diagram
Is it safe to say that in a UML class diagram, if there is an association of n to 1 objects, then the association arrow is pointing from the class associated with n objects to the class associated …
0
votes
3answers
41 views
Professional tools for creating Software design documents and Software reports
What tools are used in the Sofware industry when creating reports and documentation?
I have heard that some companies use NetBeans or Eclipse to create reports, what plug-ins are being used in these …
1
vote
3answers
39 views
What is black box testing and white box testing
I'm trying to understand one in terms of how it compares to the other.
Is white box testing where you can see the code and black box testing where you don't look at the code?
0
votes
3answers
26 views
Best storage model for forum application?
Trying to build application which will be a forum, with topics and every topic may have many discussion posts to it, and every discussion post may have reply to it. So it'll be like:
[Topic: Let's …
0
votes
5answers
84 views
Process files in Java EE
I have a system that is supposed to take large files containing documents and process these to split up the individual documents and create document objects to be persisted with JPA (or at least it is …
1
vote
4answers
101 views
concurrency in threads and synchronization
Transaction processor is a part of switch which is used for banking job.(shown in picture below)
![alt text][1]
which aspects of this part should be considered in designing?
I mean concurrency …
0
votes
4answers
55 views
Throwaway Prototypes vs Evolutionary - Justifying their use to the business, and preventing their misuse
I didn't find an exact answer to my question but this one is somewhat similar.
In my current project we don't know alot about the problem domain. This includes not only the problem we'd like to …
0
votes
4answers
115 views
How to read large project? [closed]
I have been given a 300,000 lines of code without documents and comments.
I was requested to implement new features in 1 months.
Is that feasible work?
2
votes
3answers
104 views
calling a method in which way?
I want to make connection between two parts of my program which can be located in departed places.
I have some choices for making this connection:
using PRC/RMI: in every request a calling method …
8
votes
14answers
253 views
Version numbering basics?
Hi,
Suppose I have a web application with some basic functions. I want to market it. So I would like to assign a version number - something like 0.0.1. What I want to know is are there any …
4
votes
10answers
207 views
Opinion on Masters in Software engineering degree [closed]
Duplicate
I'm pursuing post graduation in-computer science I want some guidance about my career prospects
I have 1 1/2 years in software development, is it worth it for me to get my masters in …
