ETL Testing Steps Testing process and methodology in normal Manual/Black Box testing is a bit different from ETL testing. Like Black Box testing, ETL testing process also involves steps which seem similar but most of us might be having some…Continue Reading →
If you have following characteristics and skills – Yes you are a Great Software Tester : Be Skeptical : Don’t believe that the build given by developers is bug free or quality outcome. Question everything. Accept the build only if you…Continue Reading →
LEARN IMPORTANT UNIX COMMANDS List the files : ls (Lower case L and lower case S) List all files : ls -a Create Directory : mkdir Change the directory name : cd directory Change to home directory : cd Change…Continue Reading →
Extend trial period of QTP/UFT If you have installed QTP/UFT and its going to expire soon, no need to worry you can extend the expiry period. Make sure your QTP is not completely expired and few days still remaining to…Continue Reading →
ETL (Extract, Transform, and Load) Testing There are three phases in ETL testing 1) Extract Data 2) Transform Data 3) Load Data Extract Data : Reads the data and Extracts the data from different sources with help of ETL tools….Continue Reading →
HTTP Request methods: GET : When url or http request triggered with get method it requests the server to get the requested information or data from the server. It retrieves the existing data from the database. Get method retrieves all…Continue Reading →
Trigger http requests with headers or different request methods with help of rest client. If you are planning to test Services with different request methods (GET/PUT/POST/HEAD etc) the Rest Client (Chrome Plugin) is the best tool that makes the testing…Continue Reading →
Service Proxy Test/Web Service Test To perform any web application operation we need service request send to the server through http or https request. Service request could be either triggered by web front end or by any tool that could…Continue Reading →
Emulator : Emulator is a kind of interface that works similar to real device. It is a virtual device or system which give almost all the controls acts same as real device or system. This gives the basic idea of…Continue Reading →
In this fast growing technology life and software development mobile application developments are playing an essential role to acquire the market and making the application more handy and popular. Particularly in mobile platform development and testing are two important parts…Continue Reading →