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

testing & code review

Former Member
0 Likes
489

1.what r the test scripts used in testing?

2.what r the checklists in code review?

3.what is configuration management?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
418

Hi

normally test scripts are used for preparing the inputs and what will be the output to check the SAP t codes, programs and reports whether they are working properly or not.For wht purpose you wany actually...

configuration management:for wht you want..I mean for batch,for travel,for material???

Checklists differs company wise actually:

Code review is done by the other member of the team member or by the onsite guy from the clien side or by team SQA.

Each company is having their own way of coding standards and naming conventions. the client always send one template for the same when the project starts.

The developer can not review his object and the third person like SQA of the team will review it and it will done in document which will be kept for reference.

if any changes or comments made by the SQA, then the developer will change the same again.

1) The object of the code review is check whether Project standard i.e Naming standard are followed in the project are not.

2) Not raise any error of the program .

3) Check the requirement is met are not with optimal procedure.

reward if helpful.

Thank you.

2 REPLIES 2
Read only

Former Member
0 Likes
419

Hi

normally test scripts are used for preparing the inputs and what will be the output to check the SAP t codes, programs and reports whether they are working properly or not.For wht purpose you wany actually...

configuration management:for wht you want..I mean for batch,for travel,for material???

Checklists differs company wise actually:

Code review is done by the other member of the team member or by the onsite guy from the clien side or by team SQA.

Each company is having their own way of coding standards and naming conventions. the client always send one template for the same when the project starts.

The developer can not review his object and the third person like SQA of the team will review it and it will done in document which will be kept for reference.

if any changes or comments made by the SQA, then the developer will change the same again.

1) The object of the code review is check whether Project standard i.e Naming standard are followed in the project are not.

2) Not raise any error of the program .

3) Check the requirement is met are not with optimal procedure.

reward if helpful.

Thank you.

Read only

Former Member
0 Likes
418

its too old to be answered now!!