What is the role of a tester in the test plan preparation?
What elements tester physically develops in the test plan
document.& what exactly this document contains?
Answer Posted / rajesh
TEST PLAN :- A test plan is a systematic approach to
testing a system such as a machine or software. The plan
typically contains a detailed understanding of what the
eventual workflow will be.
Test plan contains the below fields:-
a) Test plan identifier;
b) Introduction;
c) Test items;
d) Features to be tested;
e) Features not to be tested;
f) Approach;
g) Item pass/fail criteria;
h) Suspension criteria and resumption requirements;
i) Test deliverables;
j) Testing tasks;
k) Environmental needs;
l) Responsibilities;
m) Staffing and training needs;
n) Schedule;
o) Risks and contingencies;
p) Approvals.
Basically Test plan will be prepare by Testing Lead. Tester
will just gotrough the document and write the testcases and
executes.
If any thing wrong let me know
rajeshreddyvasa@indiatimes.com
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Explain the dynamic testing?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
can one defect be mapped to more than one test script in manual testing
Test a file replication service that copies files from one net location to another
How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.
Do you know explain security testing?
How to test Webservices and how can we write test cases for that
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
test cases for friend finder system using gps?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
Explain transaction testing?