1. what are the types of testing you know and you experienced ?
Answer Posted / krishna
moduletesting- where in that we do indepth testing
integration testing- where in that we make sure the " data
flow is there between the modules or systems as per the
specifications and functionality of the appilcation
system testing: testing the system as whole
useracceptance testing: should be done by users by
installing the product and by making use of it. on the
other hand , before releasing the product testers have to
perform user acceptance testing by using the checklist of
major functinalities of the applciation and make sure that
we do not deliver the product with major issues.
perforamnce testing: making sure that the application
performs as per the expected response times when multiple
users are accessing the application
smoke testing: a quick and dirty test that the tester
performs by randomly accessing the system functionality .
this type of testing involves more like cursory testing
evaluated from electrical industry
unittesting: done by the developers team to make sure that
application can be released to the testing team to do the
indepth testing
installation testing: make sure that the application can be
installed as per the installation procedure document , this
testing involves recovery testing too
recovery testing: make sure that , how fast that the
applicaiton will recover from unexpected behaviours like
data loss, communication loss, out of diskspace
regression testing: important for any testing teams : to
make sure that the EXISTING applicaiton works when you have
enhancements and bug fixes and modifications in the
application, basically we have to make sure that the
enhancements or modifications didnt' not introduce any new
issues in the existing system
much more...i wrote these things with experience not with
the bookish knowledge
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is remedy testing,expalim that and how can use that
Diffrence b/w functional testing,functionality testing,system testing?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
Explain thread testing.
Why should you care about objects and object-oriented testing?
what is coupling integration testing
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What are the main key components in client and server applications?
what is test scenario and test condition?
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
What is manual testing and what is it process?
What is Web architecture that are followed while doing online project and tell the samples of architecture?
What is bug release?
What’s the difference between a bug and a defect?