What is the role of QA in a development project?
Answers were Sorted based on User's Feedback
Answer / raj_rex
I think the orle of the QA in devloment project is to
prepare guidelines about the process & standard that will
be followed srictly throught the project.and then time to
time varify that is applying or not.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / shireesha
the role of im is to monitor,guide each an every role in
organisation to accomplish hez work in a rt manner
according to the guide lines write from starting of the
process till the ending of the process,they mainly
concentrate on process
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / 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 |
Answer / 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 |
Answer / prashant
QA play an important role for any projects. They Prepare
SDLC and whole team worked on it. Prepare the test Cases to
easy the project for Development team,
At last prepare the Bug Report or find the defect for the
project and Hence to involbe from begining to end. And
prepare the Bug Free projects for clients.
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / vijay
The QA people verify the Coding standards in development
project whether the code meets QA standards or not.If the
code is not reach the standards QA team quide to follow
the coding standards.
As above the QA team monitor each and every roll and
guideed to follow the process throught the project.
Is This Answer Correct ? | 0 Yes | 2 No |
There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).
What is the domain testing?
What is the difference between System testing and System Integration testing?
Test Case for Text Editor!
What is BRANCH COVERAGE Testing
Smoke Test Checklist for Gmail please someone help!
write the test cases for traffic signal and sensor doors.
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
wirte the test cases for triangle by using testing techniques
8 Answers Blue Star, George Mason, HP,
explain end to end scenario's for online Money transfer in Banking Domain?
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
if u want to test an application which takes a data value between 0 and 59 and if u choose 55 ,what type of testing it is a) System testing b) error guessing c) Black box d) None