Answer Posted / smitha
A project level which defines required testing approach for
current proj. testing only.QA will follow below approach
1.Determine project type
2.Determine project req. and app.type.
3.Indentify tactical risks.
4.Identify the scope of app. req's
5.Finalize TRM for current proj.
6.Prepare sys. test plan.
7.Prepare module testplan.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
list of methods that is used to document the requirements of a software.
Manual and automation how do they help in bringing out quality product? Explain?
Explain severity with example and expalin each example?
What is the difference between GUI Testing,UI testing and Usability TEsting
Plz give me manual testing real test case ?
9.Data – driver automation typically includes?
what is agile model and spiral maodel?pls explain with an example?
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
what are the prerequisite conditins to test clientserver and web applications
please send me interview questions asked in google in testing - manual
Explain the defect life cycle.
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
wat is meant by frontend and backend testing
What is virtual creation tool?
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?