WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN
TEST STRATEGY & TEST PLAN?
Answers were Sorted based on User's Feedback
Answer / manju
Test Strategy : It overall approach of testing and it is basically common in project for all phase,Created by Project manager.
Test Plan: Strategy is part of Plan,Plan include Scope ,Overview of testing,Risks , Environment,Technique,Number of tester,Schedule,entry Point(When to start(test case writing after after requirement complete and Run test case after build given by development).
Plan is different for each phase and Create by test lead.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / k s chandrashekar
Test strategy is the part of test plan and which drives the testing technique end to end of the application.
1.Understand the design and work flow of the application with specifications. 2.Analyse the technology which is used for development. 3. Analyse the production environment.
The above points should be noted and design the test technique such that it should meet the client specification.
Test technique means design test cases with respect to requirement specification and what type of testing is required to achieve the best quality.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / v.m.rajesh
Test strategy is a statement which covers overall approach
to testing and it indicates levels of testing to be
applied,techniques, method and tools to be used.It should
be prepared at the first stage of testing life cycle.It can
be a part of testpaln.
Test plan is a document which covers activities to be done
for the testing process.It should say "why" and "how"
product is validated.
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / badhu
This answer is partially correct Test strategy is not a part of test plan rather test plan is the part of TS.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shubhashini k l
Test Plan: Test plan is a Document, developed by the Test
Lead, which contains "What to Test","How to Test", "When to
Test", "Who to Test".
Test Strategy: Test Strategy is a Document, developed by
the Project manager, which contains what type of technique
to follow and which module to test
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nandu
Test strategy is a document which consists the whole
information about the Project or the build having overall
requirements of the functional and non functional. Test plan
is the thing which consists of the information for testing
that how to test, who to test and when to test.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / venkatesh
Test strategy is part of test planning doc.
Test stategy explains what are all the kind of testings
that should be done.
| Is This Answer Correct ? | 5 Yes | 8 No |
Answer / nandini patil
Test Stratergy : it is organisation level term which is
common for all project with small customisations
Test Plan: it is a project level term which is used for
testing a specific project.
| Is This Answer Correct ? | 11 Yes | 20 No |
Answer / pradeep.y
Is test strategy part of test plan? when does test strategy
comes into picture during SDLC?
| Is This Answer Correct ? | 4 Yes | 14 No |
Answer / qtp learner
Test Plan : what to test
Test strategy : How to test
| Is This Answer Correct ? | 16 Yes | 42 No |
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
write a qtp script to verify that the business price is twice the economy price in flight reservation window
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
in which situation u will use recording and in which situation u will used to write script manually
How did you use regular expressions in QTP and also in WR?
hi all, I want to know about the QTP scripts, i have read more books but all areis to be a theory so how can i improve my script skills. if anybody knows about qtp scripts plz guide me and i need a sample scripts.my mail id is karthis4u@gmail.com, 9986667831 If you all have any data send it to akadi111@gmail.com
Explain hybrid framework with advantages and disadvantages?
1)What is the Difference Between WaitTo & Sync?
What is the difference between systemUtil and invoke method..?
How to execute the test cases using QTP. i.e What is the use of QTP while execution
Given a string variable contain a full name (last name, first name), using vbscripting, how can you extract first and last name and save them into two different variables.