<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: about white box testing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-white-box-testing/m-p/3242155#M773824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It al depends on your system landscape. But after development the first level of testing is done in Development system only. After this object moves to Quality system and integration testing is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 06:24:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T06:24:33Z</dc:date>
    <item>
      <title>about white box testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-white-box-testing/m-p/3242154#M773823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after developing object where do u test? how do u test?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-white-box-testing/m-p/3242154#M773823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T06:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: about white box testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-white-box-testing/m-p/3242155#M773824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It al depends on your system landscape. But after development the first level of testing is done in Development system only. After this object moves to Quality system and integration testing is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-white-box-testing/m-p/3242155#M773824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T06:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: about white box testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-white-box-testing/m-p/3242156#M773825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally we have different clients for several purposes,in realtime.first we develop object in development client.then if data exists in development we test there itself with the help of functional consultants or they themselves test it and gives us the feedback.&lt;/P&gt;&lt;P&gt;otherwise for testing we have different client say 400 for ex.we login into tht client and test our object.&lt;/P&gt;&lt;P&gt;this is the normal procedure we follow in real time.&lt;/P&gt;&lt;P&gt;hope you got a rough idea.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-white-box-testing/m-p/3242156#M773825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T06:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: about white box testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-white-box-testing/m-p/3242157#M773826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;White box testing is applicable at the unit, integration and system levels of the software testing process, it is &lt;U&gt;typically applied to the unit&lt;/U&gt;. &lt;/P&gt;&lt;P&gt;While it normally tests paths within a unit, it can also test paths between units during integration, and between subsystems during a system level test. Though this method of test design can uncover an overwhelming number of test cases, it might not detect unimplemented parts of the specification or missing requirements, but one can be sure that all paths through the test object are executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typical white box test design techniques include:&lt;/P&gt;&lt;P&gt;  Control flow testing &lt;/P&gt;&lt;P&gt;  Data flow testing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit Tests could be described as white-box tests whereas a normal tester (which should be not identical to the developer) will test entire functions (black-box tests).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the link from SAP help..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c4/7c1440a1c32402e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c4/7c1440a1c32402e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;suma sailaja pvn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 07:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-white-box-testing/m-p/3242157#M773826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T07:03:24Z</dc:date>
    </item>
  </channel>
</rss>

