What is the role of QA in a development project?

Answer Posted / lbj

The role of QA in a development project, is to ensure that
the project meets the requirement, ensure that all
functionality are running as expected and ensure that the
project is a bug free for the clients.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can some body help to write possible test cases for a credit card at POS (point of sale)

2602


What are the Test Cases Comes under Regression Suite?

732


Why is it that the boundary value analysis provides good test cases?

1017


How many test cases u will write for Acceptance testing?

2010


How to test Webservices and how can we write test cases for that

3146


Explain the acceptance testing?

948


How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..

16069


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

2194


Write test cases to test a browser app

1542


1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks

2448


write a test case for yahoo compose page?

2504


I need GUI test case for home page?

3430


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2463


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

2204


1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.

2482