Hi, Plz have a look on the following questions?
Test Life Cycle, Regression,Performance, diff b/w system &
integration, SDLC..
Answers were Sorted based on User's Feedback
Answer / vijay kumar h
Difference between System and Integration
Integration testing: we check for the actual flow of data
and parameter values.
System testing: its an end to end testing means right from
the begining of application upto an end by considering all
factors(test methodologies).
regression: Re-executing the same testcases, in order to
check whether the changed feature has introduced any defect
to the unchanged feature of the application.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / fredric
1. Test life cycle is a Complete testing cycle of the
Software it includes various testing like User
interface,Functional,Performance,Load etc..
2. Regression Testing is Retesting, Once the testing
finished, and there are some modifications and corrections
done by programmers, after that have to test once again,
this may affect the other screens also. Complete retesting
its calles Regressiong testing
3. Perfomance Testing is How the software performs for our
inputs, thru Bulk Entries, More Clients,More Transaction
etc.. Find out the behaviour of our Software.
4. System Testing, is a complete test as per the
requirement document, all the Customer expectation and
design for the system it proper or not , its called System
Testing and
Integration Testing is a System is divided into various
modules, each module have different functionality. Every
module join together is a project, Every module is properly
integrated with the whole system. This is the basic
difference from System testing and Integration testing.
SDLC is Software Development Life Cycle.. This Includes
Development,Testing,Implementation and Maintenance also
| Is This Answer Correct ? | 0 Yes | 0 No |
what is sanity testing when do u start it
what is bugzilla? and how it is used?
How do maintain Risk cases,how will u handle the cases while u facing man power risk & the case after development u find ?
how does a client /server environment affects testing?
what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??
What techinques do you follow during testing?
Does an increase in testing always improve the project?
Why do you go for White box testing, when Black box testing is available?
What is SDLC Model used in ypur company ? What is best Model from Testing point Of View ? Which comes first Verification or Validation ? Which is most important Verification or Validation? What u'll chose to do if suppose to work ANY 1 . & Why ?
Which one is not tester responsibilities ? Option 1 Assure the process for contracting software is adequate Option 2 Review the adequacy of the contractors test plan Option 3 Perform acceptance testing on the software Option 4 Assure the ongoing operation and maintenance of the contracted software
explain functionality testing and functional testing and give example who do thattype of testing
does the efficiency of test increases with increase in number of test cases.that is the more number of test cases then more efficient is the applications test,is it true?