what is difference between testing and development in your
view?
Answer Posted / praveen.v.n
Testing: Testing is a constructive process through dis-
structive process.
Testing is done / executed to check the quality of the
code, stability of the code, resistability of the code -
the user input ualues.
Development: Development is a process of providing a
solution.
Development is a process of approaching a solution a
problem.
Eg: Custom Need his application to generate random numbers
by accepting some valid values (Characters, Numericals, and
Alpha Numeric char's only)from the user.
→ Developer will desing a input place / field
→ Accepts all the valid values defined in the requirement
→ He checks is it accepting the char's →→ called as Unit
Test
→ Then Developer rights some code to for generating random
numbers which is not hard coded with the code.
:-) then he says now your build is ready.
Testing is done here to check the implementation is correct
at all the modules. If you feel that you need more info
Mail with this question as subject line.
thanks and regards
praveen.v.n
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
How does a coverage tool work?
What are the different test techniques used in functional testing?
What is bucket testing?
What are similarities of Agile and Scrum?
What is a defect age?
In how many ways you perform batchtesting ?
Which is the best testing model?
Tell me a critical defect in which your Client,PM,PL appreciate on you
How do you get programmers to build testability support into their code?
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
what is fusion testing and impact analysis???
How can I do Server side Interface testing in Web Testing?
What Is risk Based testing?
What are microsoft 6 rules?
What is CVS and why it is used?