What is the difference between Testing and Code review?
Answers were Sorted based on User's Feedback
Answer / karunakar reddy
Testing is a process of finding the bugs in an application
& giving a quality product to the client.
Code Review means its a review done by the developer before
doing Integration Testing.
| Is This Answer Correct ? | 13 Yes | 5 No |
Answer / sarath
REVIEW:
Through reviews we ensure that we are building the Product the right way using the right checklists, guidelines etc.
TESTING:
Through Testing, we ensure that we have built a product that meets customer requirements by testing the product against the test cases.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / lehlohonolo
Testing means checking the code against predefined test cases for quality to ensure that the code meets the requirements.
Review is assessing the program to see if it does what it suppose to do and further amendments if required.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nagasudheer dandamudi
testing is the process of checking wheather the program
runs according to our requirements or not.
review means checking whaether we followed particular
standards or not in the program.
| Is This Answer Correct ? | 3 Yes | 4 No |
What is the key difference between preventative and reactive approaches to testing?
Tell me about your Company Process mmeans how you are getting the projects from client, how the project categorized in module, how assignment was done, How you are getting you module? which life cycle and process.
what do u mean by cookie, session-id?
What is test schedule?
What is SDLC and STLC? In analysis phase of SDLC, what exactly the testers will do?
I’m a test services vendor looking for a test management system that helps me to perform productively. Can anyone help me with this?
How should I prepare for CSTE Exam?What should I do as I am not having any idea about it? How to register , what r the study materials,validity of certificate.Pls help
Advantages of automation over manual testing?
Transaction Per second?
What is the point of reference by which something can be measured? 1. Benchmark 2. Baseline 3. Metric 4. Measure 5. Indicator
To test a function, what has to write a programmer, which calls the function to be tested and pass test data.
What is cause-effect graphing?