what is testing policy and testing methodology? and what is
the difference?
Answer Posted / niran munsami
A test methodology, like any methodology, is a structured
list of activities that must be performed to ensure that all
objectives are satisfied. With regards to Testing, the
objectives are:
1. Test the system completely (100% Test Coverage)
2. Evaluate the overall quality of the system using test
results.
Therefore a test methodology are those activities that must
be performed to produce a fully tested system.
A test policy details the implementation of the test
methodology and takes governance, standards, best practices,
and people into consideration.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
what is sanity test (or) build test?
What is meant by entry criteria and exit criteria in software testing?
when database testing comes into manual tesing
What is the big deal about ‘requirements’?
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?
What is the difference between qa, qc, and testing?
Can you explain the elementary process?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
what is the common in all s.o.p (standaed operating procedure)?
What is the difference between a bug, a defect and an error?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
why QA team is necessary for an organization?
What is Test Design ?( Urgent) and Test Design for Printer?
What ishigh severity, low priority bug?