DIT or Dev Environment - Mangesh Sir
DIT or Dev Environment - Mangesh Sir
DIT or Dev Environment - Mangesh Sir
Development Environment
1. Unit testing
2. Integration testing
SIT Environment
UAT Environment
1. Alpha testing
2. Beta testing
Development Environment
In Dev environment, developer is working or involved
When developer will done the coding, then developer will perform testing like unit testing
& integration testing
1. Unit Testing
Unit testing will perform by developer on every user story after coding
Every user story against, developer perform the unit testing
For every user story check the coding is correct or not in the positive way only
Unit testing contains- documents, step to execution, flow of application for testing
(screenshots) table name, UN & PW, URL etc.
Unit testing, it will performed in sub module
Ex. Paytm- Recharge module
Recharge Module- Main module
1US (sub-module) 2US (sub-module) 3US 4US 5US
6US
Recharge Mobile/ Amount/ Promo Payment – debit Thank
Icon circle tab Plane info code card, etc message
2. Integration testing
In this approach, main module with functionality is available for testing but sub module
are not available for testing
Sub module are not available because
1. It can be under development
2. Sub modules have defects
So, to test this main module, developer creates dummy module i.e. developer creates
dummy program in XML language is known as stub program
XML is code language, which is used to communicate between two applications
XML language has request & response
2. Bottom – up approach
In this approach, sub module with functionality are available but main module is not
available for testing
To test sub module, developer creates dummy main module, i.e. developer creates dummy
program in XML languages is known as driver program
3. Bidirectional approach (Sandwich approach)
Starting Stub & Driver Sub-module
module/
Main
Driver- XML Stub- XML