what is the difference between test strategy and test
methodology?
Answer Posted / jagan
Test Strategy: nothing but how to achieve the goal,it is
company level document and developed by quality analyst people
(project manager level)test strategy document defines
testing approach (v-model)to be followed by testing team
Test methodology:project manager level this document
approach for distinct of tradition project or outsourcing or
maintain project.
hi vipul,
any question feel free ask me
jagdishkanna@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How will you determine when to stop testing?
What are the different test techniques used in functional testing?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
What is bottom-up approach?
write test case for linked in sign up page ?
tell me 5 new requirements in ur project? plz urgent
Can Anbody please send me Daily Work status format in which I can save my daily work activity
how will you test a wine filled bottle along with 100 glasses
Have u ever done testing related to a database,give examples to support u r answer.
What is localization testing (l10n testing)?
wat is meant by frontend and backend testing
What are the uses of test plans? What is the need of test plans and explain their significance
Explain briefly your project.
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }