1. what is a difference between test plan and test
strategy?2.What is the test plan is different from the test
strategy? then how?
Answers were Sorted based on User's Feedback
Answer:
Test Plan:
It is a document that collects and organizes test cases by
functional areas and/or types of testing in a form that can
be presented to the other teams and/or customer.It is the
documented approach to testing.
The tester prepares test Plan
Test Strategy:
It is a document that describes the test efforts, test
configuration, testing tools to be employed, test
environments, exit criteria and entry criteria for testing,
what different types of testing will be carried out (for
example, smoke test, regression, load test, functional test
and so on)
The Test Manager or Lead writes it. (Remember, the Tester
does NOT write Test Strategy. A Tester writes Test Plans and
Test Cases)
Both are important pieces of Quality Assurance processes
since they help communicate the test approach scope and
ensure test coverage while improving the efficiency of the
testing effort.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / psrisusee
Test Plan :
A document describing the scope of testing, apporach,
resource and schedule of intended test activities.
Test Strategy:
It is a policy of an organization that can be defined as a
high level statment of principle that is used to govern set
of activities in that organization.
The test strategies also provide high-level guidance as to
how testing is tobedone inthe organization.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the modules of quality center?
when developers sends you a build.what the test engineer does?
what is the work flow of testing(glamorous)
Difference between functional testing and end to end testing?
how to see result in test director
What are the phases involved in software testing life cycle?
What were the major challenges u faced while testing
Test Cases For Router&Switch
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
Application contains many text fields,buttons etc.Many test cases can be written for the application.I read that test cases should not be too many.So text fields can be tested by entering Blank space,special symbols,Alphanumeric data,Empty & so on IF I write for all these data for every text field on each screen then my test cases will be unnecessarily too long .I m confused here wether I write Test cases for all or not.Suggest me the proper answer.I want answer from Experienced person
what is mean by object oriented design?how is testing affected by object oriented designs?