How will you go with testing process if only project
requirements document is given to you
Answers were Sorted based on User's Feedback
Answer / suru
After getting the project requirement details we will first
try to list out all the technical details and then prepare
Architechture design for those specifications and Put it in
to first low level design and then in to proper Code
After Coding is done we will do following
a)Unit testing --For testing code on module level
b)Integration testing --Once module are integrated to form
system
c)System Testing ---Once the subsystem are combined to from
one end to end system or applicaion
d)Acceptance Testing --Finally we will do acceptance
testing for the customer certification
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / punam tiwary
I will do requirement analysis use-cases
Identify gaps between requirement and use-cases
Develop high-level test plan
Develop test cases
Develop tractability matrix between requirement and test
cases to ensure adequat test coverage
Execute test scripts and conduct various test like
integration, system,functional,gui performance and lod
testing
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / srinu_ramana38
its simple
you will conduct black box testing
step by step process
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / jai
What do u mean by only PRD? If PRD is provided u can very
well design ur test cases.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the main use of the quality center comparing to the excel sheet?
when will tester do the smoke testing?
Hi...What is Test design and Test data management in Test plan Document?
i know that there are two types of applicationa.one is web applications and the other is client-server application.web means online applications,and client server means we have to install in our systems to use it.now my question is ,yahoo messenger which we have to install in our system and have to work on line.this application comes under which type of application.
what is configuration testing
If the user finds deviation from the requirement is it called Fault, Error, Defect or Failure
what are the questions asked on projects in testing for 2+ and 3+ exp??
WHAT IS BUG LIFE CYCLE YOU FOLLOW?
What's HTML content-checking tests
What is open issue?please explain in detail?
Which methodologies, Technologies are fallowed in your company?
How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am giving 3 sides a, b, c values should be 1<=a<=200,1<=b<=200,1<=c<=200....