Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

test

Former Member
2 REPLIES 2
Read only

Former Member
0 Likes
373

Hi

Different orgns follow different testing methods

some of them are

Technical Unit Testing : Test of some technical development such as a user exit, custom program, or interface. the test usually consists of a test data set that is processed according to the new program. A successful test only proves the developed code works and that it performed the process as as designed.

Functional Unit Testing: Test of configuration, system settings or a custom development. A successful test shows that the development or configuration works as designed and the data is accurate as a result.

Testing mathologies and types:

1. Unit Testing

2. System Testing

3. System Integration security Testing

4. Performance Testing

5. User Acceptance testing

6. Regression Testing

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
373

answered