Describe to me the Software Development Life Cycle as you
would define it.
Answer Posted / indira varma
sdlc is nothing but s/w development life cycle
it contains 6 phases each phase has
roles,responsibilities,doc and standards
1.intial phase:
role : BA
responsibilities:he try to get all REQ FROM THE customer
doc: frs(functional requirement spec)
standards: as per the company standards.
2.analysis phases :
role : sa (system analyst)
responsibilities: analyze the req,
create tentative project plan,
system specifications,
technology selection.
doc: srs(system requirement spec)
standards : as per the company standards
design phase :
to types of designs is there
1 high level design
2 low level design
role:
hldc is done by the pm.
lld is done by the tl
doc: tdd(technical design doc)
coding phase :
role : developer develops the code
standards: as per the coding standard es
doc : source code doc
testing phase:
-> study of frs,
-> getting knowledge once we get 100% functional knowledge
-> start writing test cases
-> once application is ready for testing
-> execute the test cases
-> test cases who have failed res are consider as defects
->send back to the developer for the fixation of defects
-> tester again check the defects are really fixed or not
-> this process is going on up to application is defect free
doc: defect profile doc, test case doc
last phase is delivery and maintain c phase:
application is delver to the client as per the agreement
previously made we provide maitance
doc: deployment doc,
user manual ,
s/w release note.
certification doc,
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
How to write test cases or test scripts for UAT testing which is done manually
What is component testing?
1.1 Purpose This tool is also a simple tool, but will be graphics- intensive, and will access the 3 databases (card databases) used in Tarot. 1.2 Scope Only for registered user. 1.3 User Interface - No questions asked, parrot pulls out tarot card - Inside Parrot application, User just have to click on a link saying ""XXXX"" to activate the tool. - Shown is the card of the day, from pack of Tarot cards(78 in number) with fixed graphics, animation, audio. Output: - Graphic-rich display of randomly selected card with detailed meaning, with links to tarot tool. - Graphics: Flying / walking parrot, emerging and choosing a card, displaying the same, and continuing to interact based on card meaning. - The cards also need to carry a brief 1/0 meaning, which will trigger a 1/0 behavior from the parrot (sympathy/making fun/crying or congratulating/smiling/winking)
Explain the syntax testing?
Explain the acceptance testing?
How to write test cases on laptop???
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Explain the system testing?
write the test cases for facility module
Scenarios to test wireless Speaker via bluetooth
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
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.)
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
Explain the branch coverage testing?