Posts

Showing posts from July, 2017

ROBOTIC TESTING

Image
                                                HAPPY TESTING....! Why Do Robotic Testing? Robotic testing can address the profound shift1,2 from desktop to mobile computation. This trend is projected to gather steam,3 accelerated by a concomitant shift from desktop to mobile-device ownership. Automated software testing is needed more than ever in this emerging mobile world. However, we might need to rethink some of the principles of software testing. Mobile devices enable rich user interaction inputs such as gestures through touchscreens and various signals through sensors (GPS, accelerometers, barometers, neareld communication, and so on). They serve a wide range of users in heterogeneous and dynamic contexts such as geographical locations an...

Database testing

Image
                                                   Happy testing....!                                   Database testing involves the retrieved values from the database by the web or desktop application. Data in the User Interface should be matched as per the records are stored in the database.                                                Database Te...

Extract transformation and load testing (ETL)

Image
              HAPPY TESTING...! What is ETL Testing? ETL testing is done to ensure that the data that has been loaded from a source to the destination after business transformation is accurate. It also involves the verification of data at various middle stages that are being used between source and destination. ETL stands for Extract-Transform-Load. ETL Testing Process Similar to other Testing Process, ETL also go through different phases. The different phases of ETL testing process is as follows ETL testing is performed in five stages  Identifying data sources and requirements Data acquisition Implement business logics and dimensional Modelling Build and populate data Build Reports Types of ETL Testing Types Of Testing Testing Process Production Validation Testing  “Table balancing” or “production reconciliation” this type of ETL  testing is done on data as i...