‎2007 Apr 30 7:27 AM
hi
Cud u tell me, what is the use of String Testing ? who will do this testing?
‎2007 Apr 30 7:49 AM
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
‎2007 Apr 30 8:01 AM
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
‎2007 Apr 30 9:34 AM
hi
thnaks for the info....
cud u explain some more on string testing
‎2007 Apr 30 12:37 PM
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
‎2007 Apr 30 8:35 AM
hi
good
String Testing
One transaction full activity is called string testing . For example Vendor invoice, goods received and vendor payment.
thanks
mrutyun^