Ignore https pages in phantomjs
append –ignore-ssl-errors=yes while running the server ./phantomjs –webdriver=4444 –ignore-ssl-errors=yes
append –ignore-ssl-errors=yes while running the server ./phantomjs –webdriver=4444 –ignore-ssl-errors=yes
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 […]
remove mvn from build configuration command, just give “clean verify” or clean install
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 […]
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 […]
An API (Application Programming Interface) is a collection of software functions and procedures, called API calls, that can be executed by other software applications. Application developers code that links to existing APIs to make use of their functionality. This link is seamless and end-users of the application are generally unaware of using a separately developed […]
Priority indicates how important it is to fix the bug and when it should be fixed Immediate Priority: The bug is of immediate priority if it blocks further testing and is very visible At the earliest Priority: The bug must be fixed at the earliest before the product is released Normal Priority: The bug should […]
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 […]
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 […]
Makes a request for a set of Web pages and records statistics about the response; including total page views per hour, total hits per week, total user sessions per week, and derivatives of these numbers. The downside is that if your Web-enabled application takes twice as many pages as it should for a user to […]