COMPONENT
TESTING
http://appium-selenium.com/
• Component Testing also called Unit, Module and
Program testing
• For example if website has 5 pages, than testing of
each page is done separately in Component testing
• Component testing is usually done after unit testing
done by developers
• In component testing each module is tested
separately
• Component testing may be done in isolation from the
rest of the system
http://appium-selenium.com/
CONTD.
• Stubs(is called from the software component to be
tested) and Drivers(a driver calls a component to be
tested) are used to replace the missing software
• Testing may include testing memory leaks and per-
formance testing
• Integration testing is followed by Component testing
Test Item
STUB Test Item
DRIVER
http://appium-selenium.com/
THANKS
http://appium-selenium.com/

Component testing

  • 1.
  • 2.
    • Component Testingalso called Unit, Module and Program testing • For example if website has 5 pages, than testing of each page is done separately in Component testing • Component testing is usually done after unit testing done by developers • In component testing each module is tested separately • Component testing may be done in isolation from the rest of the system http://appium-selenium.com/
  • 3.
    CONTD. • Stubs(is calledfrom the software component to be tested) and Drivers(a driver calls a component to be tested) are used to replace the missing software • Testing may include testing memory leaks and per- formance testing • Integration testing is followed by Component testing Test Item STUB Test Item DRIVER http://appium-selenium.com/
  • 4.