what are the levels in testing?
(Asked in Zensar Hyderabad today(17-1-12010))
Answers were Sorted based on User's Feedback
Answer / sudheertester
unit level
module level
integration level
system level
user acceptance level
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / jagadish
Unit testing
Integration testing
System Testing
System Integration
Acceptance Testing
Is This Answer Correct ? | 3 Yes | 1 No |
software testing:
Software testing is an essential part of software development which is used to identify the correctness, completeness and quality of developed software.
Software testing is the process used to help identify the correctness, completeness, security & quality of developed computer software.
Its main objects are to detect error in software.
levels in testing:
1. Unit Testing.
2. Integration Testing.
3. System Testing.
4. Acceptance Testing.
5. Regression testing.
Unit Testing:
A unit is smallest testable piece of software.
– can be compiled, linked, loaded.
– e.g functions/procedures, classes, interfaces.
– normally done by programmer.
– Test cases written after coding.
Disadvantage:
– Test cases ‐written to suit programmer’s implementation.
Integration testing:
Test for correct interaction between system units.
systems ‐ built by merging existing libraries.
modules coded by different people.
Mainly tests the interfaces among units.
Bottom up integration testing.
-Use of drivers
Top down integration testing.
-Use of stubs
System Testing:
Test of overall interaction of components.
Find disparities between implementation and
specification.
Usually where most resources go to.
Involves – load, performance, reliability and security testing.
Acceptance Testing:
Demonstrates satisfaction of user.
Users are essential part of process.
Usually merged with System Testing.
Regression Testing:
On going process throughout testing life cycle.
New bug‐fix breaks previously tested units?
Perform regression test whenever program changes.
Done by test team and customer.
Done in simulated environment/real environment.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / asha
There are two levels of testing:
1. Static Testing
2. Dynamic Testing
1. Static Testing: Static testing typically reviews and
meetings to evaluate the documents, plans, code,
requirements and specification.
2. Dynamic Testing:
a)Unit Testing
b)Integration Testing
c)System Testing
d)User Acceptance Testing
a)Unit Testing: To test a single program,module,or unit of
code.
b)Integration Testing: To test related programs,modules or
units of code are interfaced properly or not validates that
multiple parts of the system interact according to the
system design.
c)System Testing: To test an entire computer system with
respect to functionality and performance.
d)User Acceptance Testing: The end user tests the
application to check whether the it is as per customers
requirements or not.
Is This Answer Correct ? | 3 Yes | 4 No |
Mapping the test cases with the requirement. What is this process called?
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?
Hi,Any body taking real time classes on manual testing.If u know please let me know in my E-Mail-id: anbarasu2k@gmail.com mob no:09740297798
What methodologies have you used to develop test cases?
I need some negative and positive testcases for pagination on result dispalying page
What kind of testing to be done in client server apllication and web application? Explain....
HI friends Can any body help me by sending me a SRS document in my email id:- subhasis.study@gmail.com.I want to write testcases by seeing that SRS, before attening any interview.So that i will gain more confidence.Without urs help its not possible.Plz send me.......
1. what is a date guidelines ?
How to test a website?
1.hi plz can u tell me some tesyt case for creating a new folder and rename that folder 2. second plz send me some test cases for a msword file and for "save as option"
I through 1st round of interview in manual testing, now in the 2nd round i have written test and oral, what to expect in written test & what is the basic salary can i expect? i have only 1 yr experience and took break for more than 5 years.
WHAT IS ROLE OF TESTER IN TEST PLANNING?