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...

What is the role of QA in a development project?

Answer Posted / vijay chander

QA plays vital role in development companies. Though it is
a cost affeceting factor, it is always advisable to go for
QA implementation in all the phases fo "SDLC" with out any
bias. Incase any phase is not monitored properly then there
may be a chance for imperfection of the task due to lack of
monotirng. That affect the original budget of the company.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.

2620


How to write test case for this scenario. If the Zip Code field is populated, the system shall compare  the zip code value entered to the zip code value in  the Family Individual Information Tab

9200


"search"test cases on Linkedin website and how will you write test cases on it?

6500


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?

5066


Explain the concurrency testing?

1133


Explain the sanity testing?

1175


If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?

2197


Explain the concept of semi-random test cases?

1259


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2514


Explain how to develop a test plan and a test case.

1177


150 integration testing scenarios for gmail

12878


can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u

2140


Write a test case of login window?

1269


Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.

2629


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);

2471