Posts Tagged: "Functional Testing"

Codeception web testing using phantomjs and selenium2 webdriver

Pre Requisites – PHP 5.3, PHP UNIT What is phantomjs This is used for headless webtesting Run functional tests with frameworks such as Jasmine, QUnit, Mocha, Capybara, WebDriver, and many others for screen capture Programmatically capture web contents, including SVG and Canvas. Create web site screenshots with thumbnail preview for Page automation Access and manipulate webpages […]

Black Box or Functional Testing

Black Box Testing is testing without knowledge of the internal workings of the item being tested. The Outside world comes into contact with the test items, only through the application interface, an internal module interface, or the INPUT/OUTPUT description of a batch process. They check whether interface definitions are adhered to in all situations and […]

Web Testing- Functional System Testing

System tests check that the software functions properly from end-to-end. The components of the system include: A database, Web-enable application software modules, Web servers, Web-enabled application frameworks deploy Web browser software, TCP/IP networking routers, media servers to stream audio and video, and messaging services for email. A common mistake of test professionals is to believe […]

Different Types of Testing

Performance testing a. Performance testing is designed to test run time performance of software within the context of an integrated system. It is not until all systems elements are fully integrated and certified as free of defects the true performance of a system can be ascertained b. Performance tests are often coupled with stress testing […]