Answer Posted / md.hamid uddin
we can answer like below:
1.Test Manager & Test Lead both will take care of test plan.
2.Test engineer ,test Lead will take care of test case.
It will varies from project to project depending on the
complexity of the project.
Thanks
Hamid
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a test case of login window?
Write a test case for telephone?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
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?
what is black box system in software development in system analysis and design?
Explain the concurrency testing?
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
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 unit testing?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
Please guide me for Add new user test cases
What is business validation test case?
how to write a test procedure & test log for login system
how to test stand alone programs?
Explain the ad hoc testing?