Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Who will take care of test cases and test plan?

Answer Posted / nitin sharma

Test cases and test plan both are the responsibility of QA
people,generally test plan are prepared by team lead or
Project Manager and test cases by team members.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the soak testing?

1235


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2528


Explain the load testing?

1274


Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?

2402


write test cases for hospitality management system

2711


write a test case for yahoo compose page?

2791


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

4276


Explain the exactly meaning of test case?

1246


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

2073


Explain the dynamic testing?

1244


How to generate test cases for 'replace a string' method?

1480


What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

3206


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

1603


how to write testcase for the output of an program ****0 ***01 **012 *0123 01234

1831


Explain the state testing?

1147