What Is Test policy and what is Test Strategy ?
differenciate between them? Explain with examples?

Answers were Sorted based on User's Feedback



What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?..

Answer / trees

Test policy is the philosophy that an organisation will
follow in all its projects/test activities. e.g use of
static reviews on all testware (test plans, test scripts
etc)

Is This Answer Correct ?    31 Yes 4 No

What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?..

Answer / medhat mahmoud

The test strategy: which covers following areas,
Test Goals,Test Organization Structure and Roles&
Responsibilities, Test Types and Test Levels, Test Model,
Test Process, Automation test approach, Entry and Exit
Criteria for each test level and test type, Test Data
Management Processes, Key Performance Indicators, Test
Process Improvement, Training Program
The strategic approach to testing that shall be carried out
by testing team.

As Example:

TEST EXECUTION:
Objective
The objective of this process area is to execute the tests
in line with test execution schedule captured in test plan.
Incidents (defects) are recorded and managed to closure. Re-
test and regression approaches are followed to ensure work
product quality. The test team executes the designed test
cases/scripts until they execute without errors or a
predefined condition is reached.

Entry Criteria:
- Test design phase is complete and test case baseline is
available
- Development testing is complete and Development test
report made available
- All Development test defects are closed
- Build (code components) is promoted to testing environment
- Integration test execution plan is finalized

Exit Criteria:
- Expected test coverage is achieved
- All test cases are executed successfully and Identified
product risks are mitigated
- All defects identified are closed and required work
product quality is achieved

Deliverables:

- Test Report
- Tested Application

------------------------------------------------------
Test Policy: which is intended to be used by all
stakeholders of testing to understand the strategic
approach to testing and how the stakeholders can use the
testing services to improve the quality of the application
under maintenance and development.

As example:
- Acceptance and Approval Processes
* Build Acceptance
> Satisfactory completion of development tests
> Availability of development tests, test results,
defect report to review
> Development tests and results are available in the
test tool
>Demonstration of changes where possible like user
interface changes / new interface

- Deliverable Acceptance
- Test Strategy Deviation Approval
- Escalation ...
...

Is This Answer Correct ?    4 Yes 1 No

What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?..

Answer / srini

Test Policy is defined at organisational Level :
Ex: Which are best process and procedures that needs to be
followed for Testing activity as a part of SDLC.
This also includes all the Global industry standards.

Companies which are CMMI Level( 1 to 5) are supposed to have
well defined test Policy which is mandatory for them to
be called as CMMI Level ( 1 to 5 )..

By Ensuring that company has a good test policy in place ,
It gives confidence to clients that company will execute
there there projects in the right approved industry
standards and process.

Test strategy :
These are defined at Project level based on the nature of
the project. Project management will refer to test Policy
while creating test strategy...

In other words,
Test Policy is Encyclopedia while Test strategy is an search
criteria within encyclopedia

Is This Answer Correct ?    4 Yes 1 No

What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?..

Answer / james ochiai-brown

According to TMMi the test policy defines the
organization’s overall test objectives, goals and strategic
views regarding testing.

My understanding is that it should state what activities
constitute testing (e.g. test planning, test analysis and
design etc.) and differentiate these from debugging. It may
be useful to say what proportion of project effort is
typically to be spent on testing ( I have heard 30-40% is a
good measure).

A test strategy is more like a template test plan. It
defines the test levels, roles and responsibilities that
you would expect to see covered in a test plan. To create
your test plan you start from the strategy and adapt it to
thespecific conditions of the project.

I'm still unclear where the process, metrics and plans for
the management of the overall testing programme should be
defined. E.g. the test organisaion and its management, test
process improvement, training etc. Any suggestions?

Is This Answer Correct ?    2 Yes 3 No

What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?..

Answer / debashish_samanta

Test Statergy
Address the risk and define the process through which the
risk can be reduced.The two component of test statergy are
1.Test Factor
Define Issue or Risk
2.Test Phase
Define Phase of SDLC where testing will occur.

Test Statergy is " How to Test ?? "
Methodologies
(Manual or Automation)

Test Policy :
It is the deadline or achivements that has to be achived in
process of testing or product at the end of the testing.

Is This Answer Correct ?    6 Yes 30 No

Post New Answer

More WinRunner Interview Questions

what is the winrunner framework or architecture?

2 Answers   IBM,


When it is appropriate to change physical description?

0 Answers  


how to upload an application in winrunner which we want to test

1 Answers  


How winrunner Handles varying window Labels?

2 Answers   FCG,


Can anyone explain me abt Winrunner Automation framework in detail and what r the steps involved in it

1 Answers  






how do you rate your self in winrunner

2 Answers   Infosys,


what is compile module in WinRunner?

3 Answers  


i get error "winrruner cannot identify object" and gives details like the physical description of object "windowsFor....378734a_11" has changed descritpion in GUI map new discription Description { { class:object class:object Msw_id:264896 Msw_id:918548 } } Below is a script of functionality where amount is transfered from users account ,first contact summary of user is opened then transfer button is available on which we click .on clicking transfer form opens and various details are entered like amount to be transfer,transfer type .line where i m getting error is obj_mouse_click ("WindowsForms10.Window.8.app have marked it with red in script .0.378734a", 164, 10, i would be very thankful if anyone can give help related to this problem. *SCRIPT IS BELOW:-* > # Shell_TrayWnd > set_window ("Shell_TrayWnd", 1); > toolbar_button_press ("ToolbarWindow32_1", "Contact summary - > Scheme: > SCHEME CARD PROGRAM (admin - Local - V.1.8.2.0000)"); # Button Number > 3; > > # Contact summary - Scheme: SCHEME CARD PROGRAM (admin - Local - > V.1.8.2.0000) > set_window ("Contact summary - Scheme: SCHEME CARD PROGRAM (admin - > Local - V.1.8.2.0000)", 1); > obj_mouse_click ("CommandBar1", 437, 15, LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 1); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a", 164, 10, > LEFT); > > # #32769 > set_window ("#32769", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_0", 138, 9, > LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_1", 166, > 13, LEFT); >

0 Answers  


What is the difference between "invoke_application" and "web_browser_invoke" functions in winrunner

1 Answers   SkillSoft,


Where exactly testing comes in to picture in S.D.L.C?

5 Answers   HP, TCS,


How many exceptions are there in winrunner and what are they?

1 Answers   Tomax,


what is TSL script to connect testdirector through winrunner

2 Answers  


Categories