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 |
explain sdlc?
2 Answers SAP Labs, STC, TCS, Thirdware,
When a bug posted by QA is rejected by Dev and Dev says is not a bug. How to convince Dev that it is a valid bug?
From what phase of project, testing will starts, what tester will do at starting stage?
what is the common problem in SDLC
give me atleast 10 cases for GOOGLE search engine?
What are the different is manual database checking types?
can u plz give an example for regression testing with example.
Why we use Excell sheet not the Microsoft Word to write test cases and all? Why ?
what is a bad defect and why do we write bad defects?
Q-1 WHAT IS USE CASE? Q-2 Test cases cannot be developed with system users and designers as the use cases are being developed? true or false Q-3 WHAT ARE DIFFERENT TYPES OF INCREMENTAL TESTING? Q-4)The cost of fixing a fault a)not important b)increses the later fault is found c)decreses the later fault is found d)can never be determined
Before starting to write a script, how will you find the test cases that have the same functionality? And how will you maintain the code?
What is performance tuning? What are tools of performance testing?