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 / visarada
I agree with rajest answer. because a tester did not
involved in preparing Test Plan. A tester prepares
testcases based on the requirements specifications.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
how to write a test cases for courier offices?
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
Explain the soak testing?
Test a file replication service that copies files from one net location to another
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
Explain transaction testing?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
I need GUI test case for home page?
Explain the unit testing?
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
how to make test case for anolog voice logger?
Explain the functional testing?