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

string testing

Former Member
0 Likes
11,098

hi

Cud u tell me, what is the use of String Testing ? who will do this testing?

5 REPLIES 5
Read only

Former Member
0 Likes
4,601

Hi kishore,

in the string test, developer and Fuctional analasyst sit togaether and test the progarm by giving differnt conditions.STS like Unit test plan but here we can check more conditions apart from Unit test.

hope you have understood.

regards

Read only

Former Member
0 Likes
4,601

Hi Kishore,

String Testing comes under DEFINE phase.

After Coding and Unit Testing, String Testing activities are conducted. The intent of string

testing is to begin the validation that the newly coded object meets the need defined in the

functional and technical design.

For more informations,

http://hosteddocs.ittoolbox.com/CM021805.pdf

Regards,

Suresh

Read only

0 Likes
4,601

hi

thnaks for the info....

cud u explain some more on string testing

Read only

0 Likes
4,601

Hi,

i will elobrate you step by step.

The goal of String Testing is to ensure the successful integration of all region and non-region specific programs and objects that make up process. All steps should be accomplished without manual intervention, since the objective is to test the end-to-end automated process that will ultimately be used within the production environments.

for in case of ALE's & Reports

For ALE scenario: Data is correctly “sent” out of the sending system with a successful IDOC status and the data is “posted” into receiver with a successful IDOC status. Data is posted as required.

String test cases clearly define business data scenarios.

String test scripts and string test results are reviewed and approved by a Business analyst.

For reports: Report is ready for production with the exception that this is not testing the report within the business processes. It is tested as a standalone function. Selections, sorting, calculations, transformations all work String test cases clearly define business scenarios.

String test scripts and string test results are reviewed and approved by a Business analyst.

String Testing has a much broader scope than Unit Testing. It is designed to test from beginning to end all of the business processes addressed by the program, or set of programs

regards

Read only

Former Member
0 Likes
4,601

hi

good

String Testing

One transaction full activity is called string testing . For example Vendor invoice, goods received and vendor payment.

thanks

mrutyun^