Who will take care of test cases and test plan?
Answers were Sorted based on User's Feedback
Answer / nitin sharma
Test cases and test plan both are the responsibility of QA
people,generally test plan are prepared by team lead or
Project Manager and test cases by team members.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rashmi ranjan patra
Generally test plan are prepared by Project lead or Team
Lead,based on that plan they assign the task to their
respective team member,and team members prepare the feature
list and FTC(Functional Test case)before that plan time and
the TL track all the plan activities.
| Is This Answer Correct ? | 4 Yes | 0 No |
Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF
Write all test cases for any credit card.
write a test case for telephone billing ?
test cases on Fan
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
7 Answers AppLabs, Pinsoftek Infosolutions, TCS,
how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Explain the acceptance testing?
What are the test cases for mouse?
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?