Posts Tagged: "software testing"

Take screenshots of a full web page

For a tester this is important to visualize the defects using pictures, videos etc. I would like to share one important tool that i used to take the screenshot of a full web page. Which is hard using some tools. In chrome – use awesome screenshots https://chrome.google.com/webstore/detail/awesome-screenshot-captur/alelhddbbhepgpmgidjdcjakblofbmce?hl=en Use full web page in the options. Mozilla use […]

Android application testing using android SDK

Android become very popular OS in mobile phones. It’s very difficult to test each devices by hand, so there is a solution. Same used by developers. Download android sdk tool http://developer.android.com/sdk/index.html . I have downloaded linux bundle here. I assume there isn’t lot of difference in windows flow too.  i have downloaded this package http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz […]

Powerful Web Testing Tools

Web testing; Nowadays meant to be very crucial, so many Internet browsers and their supporters. Numerous tools available for web testing most of them require higher budget. Few free website testing tools are available online or as add-ones for example firebug,Yslow. These are not only used for web development also for web testing. We can […]

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 […]