Introduction To TestRail: A tool for writing and managing test cases
Test Rail is a modern test management tool, which has been designed for ease of use, high efficiency and productivity for writing and managing test cases.
Business Analyst in Agile Methodology
Agile software development is a group of software development methods based on iterative and incremental development, in which requirements and solutions evolve through collaboration between self-organizing,…
The ART of Software Test Estimation
Before going forward let’s consider some basic questions like what is use of test estimation? Or why this is needed? Or who will do this? For the success of every software projects, test estimation is very…
SQL Injection: The Security Dread
SQL injection (SQLI) is considered one of the top 10 web application vulnerabilities of 2007 and 2010 by the Open Web Application Security Project. In 2013, SQLI was rated the number one attack on the OWASP top ten.
Creating dynamic fields with typo3 powermail 2.x
With the new upgrade to powermial 2.x , It has become more complicated to create custom/dynamic fields in powermail 2.x . But with “Create from TypoScript” option, this point is now considerably easier to implement.
CHARLES: Web Debugging Proxy Application
To begin with, let’s see what a Proxy Server is. A proxy server is a hardware or software system that acts as an intermediary between an endpoint device and another server from which that device is requesting a…
TYPO3 International Conference 2014
How to create a new user in CQ5 using API’s.
Assume that our CQ system is developed for a Manufacturer and they has to deal with different Dealers, all of whom need to get access to the site. For this purpose all dealers required a login credentials and…
Five Handy Must-Have Tools for QA
There are so many articles over the Web debating and detailing tools for software testing. However, this article is not going to be about that. Let me take all you testers and wannabe testers a little out of the box…
Version Control – How to migrate to Git from SVN
What is “version control”, and why should you care? Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. For the examples in this book…