in any software company how we got the srs document.how we
get it is it available in version control or in mannual we
get the document
Answer Posted / rajag
1)First of all BA people will go to the client place & take
all the requirments from client.
2)From the requirments BA prepare one BDD(Business Design
Doc)
3)BDD is the input doc 2 prepare SRS doc.
4) From BDD SA(System Analyst) prepare SRS(System
Requirement Specification) doc
We got the SRS docment through manually only.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is gray box testing?
Explain the monkey testing?
Do you know mutation testing?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
Define some of the attributes of a test case?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
How can we write a good test case?
Explain the scalability testing?
What are semi-random test cases?
I want 100 test scenario for gmail
pls i want test cases for oss? whts the process of oss testing
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.