integration testing for gmail
#1
Wink 

i want integration testing test cases for gmail
Reply
#2
In integration tests, individual software modules are logically integrated and tested as a group. A typical software project consists of several software modules, coded by different programmers. The integration tests focus on verifying the communication of data between these modules. Therefore, it is also referred to as "I & T" (Integration and Testing), "String Testing" and sometimes "Thread Testing".


Approaches / Methodologies / Integration Testing Strategies:

The software industry uses a variety of strategies to perform the integration tests, that is,
• Big Bang Approach:
• Incremental approach: divided into the following
  • The Downward Approach
  • The Ascending Approach
  •  Sandwich Approach - Combination of Top Down and Bottom Up
Below are the different strategies, the way they are implemented and their limitations and advantages.
Big Bang Focus:
Here all the components are integrated together at once, and then tested.
Advantages:
• Suitable for small systems.
Disadvantages:
• Troubleshooting is difficult.
• Given the large number of interfaces that must be tested in this approach, some interface links to be tested could be easily lost.
• Since integration testing can begin only after the "all" modules have been designed, the test team will have less time to run in the test phase.
• Since all modules are tested at the same time, critical high-risk modules are not isolated and tested in priority. Peripheral modules dealing with user interfaces are also not isolated and tested in priority.
Incremental Focus:
In this approach, the test is performed by joining two or more modules that are logically related. The other related modules are then added and tested for proper operation. The process continues until all modules are assembled and tested successfully.
This process is carried out by using fictitious programs called Stubs and Drivers. Stubs and Drivers do not implement all the programming logic of the software module, but simulate data communication with the calling module.
Stub: It is called by the module under test.
Controller: call the module to test.
The incremental approach, in turn, is carried out through two different methods:
• Bottom up
• From top to bottom
Reply
#3
In integration tests, individual software modules are logically integrated and tested as a group. A typical software project consists of several software modules, coded by different programmers. The integration tests focus on verifying the communication of data between these modules. Therefore, it is also referred to as "I & T" (Integration and Testing), "String Testing" and sometimes "Thread Testing".


Approaches / Methodologies / Integration Testing Strategies:

The software industry uses a variety of strategies to perform the integration tests, that is,
• Big Bang Approach:
• Incremental approach: divided into the following
  • The Downward Approach
  • The Ascending Approach
  •  Sandwich Approach - Combination of Top Down and Bottom Up
Below are the different strategies, the way they are implemented and their limitations and advantages.
Big Bang Focus:
Here all the components are integrated together at once, and then tested.
Advantages:
• Suitable for small systems.
Disadvantages:
• Troubleshooting is difficult.
• Given the large number of interfaces that must be tested in this approach, some interface links to be tested could be easily lost.
• Since integration testing can begin only after the "all" modules have been designed, the test team will have less time to run in the test phase.
• Since all modules are tested at the same time, critical high-risk modules are not isolated and tested in priority. Peripheral modules dealing with user interfaces are also not isolated and tested in priority.
Incremental Focus:
In this approach, the test is performed by joining two or more modules that are logically related. The other related modules are then added and tested for proper operation. The process continues until all modules are assembled and tested successfully.
This process is carried out by using fictitious programs called Stubs and Drivers. Stubs and Drivers do not implement all the programming logic of the software module, but simulate data communication with the calling module.
Stub: It is called by the module under test.
Controller: call the module to test.
The incremental approach, in turn, is carried out through two different methods:
• Bottom up
• From top to bottom
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  50 scenarios on gmail in integration testing 2 2,573 30-04-2018, 11:39 AM
Last Post: Guest
  integration test scenarios gmail 5 2,934 11-09-2017, 11:16 AM
Last Post: jaseela123d
  integration test scenarios for gmail login page 1 1,597 15-04-2017, 02:15 PM
Last Post: jaseela123d
  integration test scenarios for gmail login page 1 1,264 10-04-2017, 12:54 PM
Last Post: jaseela123d
  100 test scenario for gmail in integration testing 1 1,499 07-04-2017, 02:29 PM
Last Post: jaseela123d
  css corp manual testing interview questions 1 1,169 10-03-2017, 11:41 AM
Last Post: jaseela123d
  100 test scenario for gmail in integration testing 14 12,273 09-03-2017, 02:57 PM
Last Post: jaseela123d
  seminar report on non destructive testing with abstract 1 897 28-02-2017, 09:15 AM
Last Post: jaseela123d
  what are the scenarios in integration testing for gmail 2 1,096 17-10-2016, 12:13 PM
Last Post: ijasti
  150 test scenario for gmail in integration testing 5 2,305 03-08-2016, 09:34 AM
Last Post: seminar report asees

Forum Jump: