SRS stands for Software Requirement Specification which is a complete document specifying functionality of the software being developed along with its use cases.
Questions tagged [srs]
41 questions
0
votes
2 answers
Java. How to automate non browser application
who know how to automate Java Application?
I'm currently working with Selenium WebDriver, but it my test I should download pictures and they'r running in Smart Review System, and I don't know how to control it. Do somebody know?

Vitaliy Mckay
- 163
- 2
- 13
0
votes
2 answers
Is Design specification is discussed in SRS document?
This question was asked in GATE 2015 CSE, I think design specs should not be discussed in SRS.

Vikrant Singh
- 669
- 1
- 6
- 18
0
votes
1 answer
How to transform System Requirement Specification documents to class and functions?
i'm currently preparing the srs documents for a project , i wounder how these documents and flow charts are transformed to classes , packages and functions?
any suggestion to books or tutorials that explain this transformation process ?

Mostafa Darwish
- 273
- 1
- 4
- 14
0
votes
2 answers
Changing font color when comparing fields in Report Builder 3.0
Report Builder 3.0
I have 2 columns - one is est hours - one is act hours
I want to change the hours in the act to "red" when it is higher than the estimate hours
I have tried the following
IIF(Fields!AcutalHours.Value > Fields!Estimate_Hours.Value…

lin
- 1
- 1
0
votes
1 answer
stratified random sampling and its distribution
I'm learning stratified random sampling and having hard time to solve this problem.
consider the following population of six units:
x1=1, x2=2, x3=2, x4=4 x5=4 x6=5
suppose units 2 3 4 and 5 are in one stratum and units 1 and 6 are in a second…
0
votes
1 answer
What's the difference between System Interfaces User Interfaces?
Upon checking Software requirements specification in wikipedia, in example organization of SRS found out that System Interfaces and User Interfaces are two different thing.

cyberdaux
- 1
- 1
- 2
0
votes
1 answer
Error EPSG:4326 on Geonetwork 2.1.3
I have an error with geoserver 2.1.3 when I try to view a map in OpenLayers.
I have added in the Limited SRS list the codes 4326, 900913, 3857 and I add a code for 900913 in the espg.properties because at first i have an error with that. But now I…

Daniel Cabrera
- 81
- 2
- 6
- 13
0
votes
1 answer
SRS: Can these to be included?
Think we are creating the "Glossary" of an SRS in tabular format. It has "Terms" and "Definition" as columns.
I know the glossary of SRS includes "Terms" such as QA, HTML, KPI etc, and their meaning under "Definition" column. It seems like it is a…

PeakGen
- 21,894
- 86
- 261
- 463
0
votes
3 answers
SQL Server 2008 SSRS Reports to allow multi select value from a dataset, but dataset is too large to scroll. Possible to filter like excel?
New to SSRS here. I have a report I'm writing to display all of the sales lines where a line is found containing a list of specific items.
The parameter @Items gets its data from a dataset which is pretty simple. The issue is, we have 100,000 items.…

Alex Kwitny
- 11,211
- 2
- 49
- 71
-1
votes
1 answer
How to write SRS for a particular task/enhancement in an application
I need to prepare a Software Requirements Specification Document for a small enhancement within an JAVA application.
I have tried goggling for the same but found the samples for whole application whereas I am preparing SRS for a small enhancement…

Microsoft DN
- 9,706
- 10
- 51
- 71
-2
votes
2 answers
Stream Video to one user and receive audio from the user
My requirement:
I want to stream to a person (Larix?) With my smartphone and get the audio from that person.
The latency should be as low as possible and the quality as high as possible.
I want to host the whole thing on my server.
What is the best…

Marco Heine
- 47
- 2
- 6