cancel
Showing results for 
Search instead for 
Did you mean: 

User Acceptance Testing

Former Member
0 Kudos

Hai,

If Anybody Knows User Acceptance Testing,Please define it and what's difference between User Acceptance Testing and unit/integration testing...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Unit and Intergration testing is done by the Developer and the functional guy, developer does the Unit testing to check if his codeis working properly,, and once all the development is done,, functional guy performs the Integration testing to see if the funcationality is alright and the all the objects are integrated properly to meet the business requirement.

UAT is done by the End user or the business user who actually will be using these applications, he will run few test scenarios and see if his business requirement are met or not..

let me know if you have further queries.

I hope you found this helpful

..

Rahul

gaurav0844
Discoverer
0 Kudos

hello,

Will you tell me who does support consultant also make UAT to check buisness requirements?

Or only Development, functional guys and End user from client side?

jerryjanda
Community Manager
Community Manager
0 Kudos

Please don't leave a question as a comment to a Former Member in a thread from 2008. No one will see your question this way. If you'd like to ask a question, please follow the guidance at https://community.sap.com/resources/questions-and-answers#How_to_ask_a_question. You may even link to this thread for context.

Kind regards.

--Jerry

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

UAT -User acceptance test Scripts

When we test any particular document with the user and if it is ok immediately we have to take the signature on the document, which is signed off and can be forwarded to the immediate boss. There are some steps to be followed when we go for user acceptance testing.

Transaction u2013 Script Writing u2013 Expected Results u2013 Compare with Actual Results

What is Test Script (Scenario Testing)

Header Data

Step in Process

Transaction Code / Program (ME21N)

Menu Path

Description

Field Data and actions to complete - Mandatrory entries (Fields )  document type /Vendor/Purchase group/Purchase org/Company code/Plant /Material/Qty/delivery date

Expected Results Purchase order created

Actual Results

Purchase order succesfully created ( OK) with number range

Regards

Former Member
0 Kudos

Hello Elayaraja,

I came across your query regarding UAT (User Acceptance Testing) and find a very fine and suitable answer for you in form of a link.

So, to know about the User Acceptance Testing and difference between the User Acceptance Testing and unit/integration testing you should go for the following link:

http://www.saptechies.org/user-acceptance-test-manage/

Hope this link will solve your query regarding User Acceptance Testing and you will come to know that how to identify the resources and Prerequisites.

Thank You,

Sonia.

Former Member
0 Kudos

Thanks very much. Am getting use to the SAP language

Former Member
0 Kudos

Hi

How is Asset configured?

ferry_lianto
Active Contributor
0 Kudos

Hi,

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.

IntegrationTesting:

Testing a process, development or configuration within the context of any other functions that the process, development or functionality will touch or integrate . The test should examine all data involved across all modules and any data indirectly affected. A successful test indicates that the processes work as designed and integrate with other functions without causing any problems in any integrated areas.

User Acceptance Testing:

Refers to Customer testing. The UAT will be performed through the execution of predefined business scenarios, which combine various business processes. The user test model is comprised of a sub-set of system integration test cases.

Regards,

Ferry Lianto