Answer Posted / sachin
By using BRS (business requirement specification).. we can
prepare use cases... we can get initial idea of
system/software which we are going to develop.. BRS
contains some initial requirements which we get from client.
By BRS.. we prepare SRS.. IN SRS, whatever requirement we
got in BRS.. we put in a well documented format with some
additional domain or system knowledge. Usually Business
analyst person prepare SRS. BAs also provides some
enchantment or modification to the BRS requirements.
Tester/developer mostly interact with the SRS (not BRs)..
If we consider SDLC thn BRS comes first then SRS comes
SDLc( in brief form)
1) BRS
2) SRS
3) Design
4) Coding
5) Testing
6) Support/maintenance
Thanks
Sachin
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the negative testing and example
What is test management?
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
what is the impact analysis?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
what is agile model and spiral maodel?pls explain with an example?
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
Test cases for Internal IP Messenger
State a generalized process for load test? Or explain how you did it previously.
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
What is user acceptance testing (uat)?
wat is meant by frontend and backend testing
1)can u tell me, what is the roles and responsibles for database tester in DB testing from requirement stage to UAT stage....2) what are the i/p documents he wants and who wil give the i/p docs. to DB tester.and tell me what exactly db test case means what?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.