Answer Posted / gaurav kumar
sdlc had 7 phases
1 preliminary assesment
2 feasabilty study
3 analysis
4 design
5 implementation n testing
6 maintainance
7 review n evalution
stlc has 5
1 planning n control
2 analysis n design
3 implmentation n execution
4 evalution n reporting
5 completion
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Could anyone share FAQs for Test Manager position...
What is the different between SIT and UIT?
How can you use technology to solve problem?
Should testing be done only after the build and execution phases are complete?
please anyone let me know the -ve testing of Excel sheet?
1.Enlist the types of testing performed for any window in sequence? 2.Use of edit_get_list function 3.Accuracy & Precision
What is change request, how you use it?
What is Mixed Testing
What is smoke testing and what is sanity?
what is difference between win 98 and win 2000 poertating system?which is better one?
What will be the QA roles and responsibilities in Health care stream like BCBS,can someone please explain me any example project regarding health care services in web-based application?
How do you test for the coockies for a web application?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
Which criteria should take in account while doing CMS testing of any project?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?