| IBM MAINFRAME HELP FORUMS for COBOL, JCL, CICS, DB2, IMS etc... Help & Support Forums for IBM Mainframe computers Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7, CA-11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, VSAM, ISPF, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
Dhani Reddy
Joined: 18 Jul 2006
Posts: 16
|
| Posted: Wed May 23, 2007 9:37 pm Post subject: Need info regarding differences b/w integration testing and |
|
|
Hi,
Can anyone please let me know the differences b/w integration testing and system testing
Thanks,
Aravind |
|
| Back to top |
|
jagdishmudiraj
Joined: 25 Apr 2007
Posts: 7
Location: gurgaon
|
| Posted: Thu May 24, 2007 3:05 pm Post subject: |
|
|
Hi Dhani
System testing is related totesting the functionality of testing and where as integration testing i reslated to testing of combine the programs developed by different programmers and checking the difference in code , for the modified one and the unmodified one |
|
| Back to top |
|
jagdishmudiraj
Joined: 25 Apr 2007
Posts: 7
Location: gurgaon
|
| Posted: Thu May 24, 2007 3:06 pm Post subject: |
|
|
jagdishmudiraj wrote: Hi Dhani
System testing is related to testing the functionality of testing and where as integration testing is related to testing of combined programs developed by different programmers and checking the difference in code , for the modified one and the unmodified one |
|
| Back to top |
|
kussu
Joined: 16 May 2007
Posts: 25
Location: India
|
| Posted: Mon Jul 02, 2007 5:45 pm Post subject: Re: Need info regarding differences b/w integration testing |
|
|
Then what is unit Testing For...............
Sorry i didnt Understand What You Said,
Will you please expalin in detail ? |
|
| Back to top |
|
kgumraj
Joined: 01 May 2006
Posts: 156
Location: Hyderabad
|
| Posted: Mon Jul 02, 2007 5:50 pm Post subject: |
|
|
Say,
I have Project-A, in that, I have Module-A and Module-B.
Module -A has Program-A and Program-B
Module -B has Program-C and Program-D
If 4 people got changes, on Program-A, Program-B, Program-C, Program-D respectively,
Testing Program-A is called Unit testing.
testing Module-A is system testing
Testing Project-A is integration testing.
Hope I am clear.. |
|
| Back to top |
|
jagdishmudiraj
Joined: 25 Apr 2007
Posts: 7
Location: gurgaon
|
| Posted: Mon Jul 02, 2007 9:15 pm Post subject: |
|
|
Hi Dhani
i hope again you r doubt has been cleared looking at the "kgumraj" mail posted here |
|
| Back to top |
|
Dhani Reddy
Joined: 18 Jul 2006
Posts: 16
|
| Posted: Mon Jul 02, 2007 9:30 pm Post subject: Re: Need info regarding differences b/w integration testing |
|
|
Hi jagdish,
I got new doubt because of "kgumraj" post!!!
As per my knowldge below is info.
Testing Program-A is called Unit testing.
Testing Module-A is Moduke testing
Testing Project-A is integration testing.
System testing is nothing but to test fusiability, funtionality, performance and security of the whole devaloped application.
If i am wrong please let me know?
Thanks,
Aravind |
|
| Back to top |
|
Aaru
Joined: 03 Jul 2007
Posts: 1063
Location: Chennai - India
|
| Posted: Sat Jul 07, 2007 12:13 pm Post subject: Re: Need info regarding differences b/w integration testing |
|
|
post from kgumraj was perfect. Just putting it in a diff way.
Say my application has got 50 programs and the Output of my application is the input to say application 2.
Me testing my code fix in my application - Unit testing
The system test team testing my appl ( with all programs) - System testing . The only diff would be in the environment and the test set-up.
Testing all the applications together - Integration testing. ( Application 2 wud be tested with application 1 o/p .....)
Hope this helps |
|
| Back to top |
|
Dhani Reddy
Joined: 18 Jul 2006
Posts: 16
|
| Posted: Sat Jul 07, 2007 7:21 pm Post subject: Re: Need info regarding differences b/w integration testing |
|
|
Hi aaru,
sorry i didn't get you!! can you explain crearly what is differance b/w integration and system testing?
thanks,
aravind |
|
| Back to top |
|
Abhishek_Bond111
Joined: 26 Jun 2007
Posts: 1
Location: Bangalore
|
| Posted: Tue Jan 08, 2008 4:33 pm Post subject: Reply to: Need info regarding differences b/w integration te |
|
|
To understand that we need to know the flow of testing.
1) Unit - done by developer to test the SPECIFIC piece of code he has written
2) Integration - Done by dev. to ensure that the changed module works well with other modules.
3)system- done by tester to ensure the functionality is correct.
4) regression - done by tester to ensure EXISTINg func. doesn't change
5) UAT - done by business to see bus. reqs are met. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|