Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
3.2k views
by Expert (572 points)
Can you give some negative scenarios while doing ETL testing?

1 Answer

0 like 0 dislike
by The go-to Tester (142 points)

There can be many negative scenarios based on the application, but, few I can think of are as below.

Duplicate Validation - Make sure that duplicate values can not be stored, unless application allowed it
Null validation - Make sure that null values can not be stored, unless application allowed it
Date Validation - Often times, date that is bing stored with timezone will be wrong. Make sure that we are storing right date by trying out wrong date.
MINUS Query - Run MINUS validation and to make sure that data being stored is right.
Data Cleaning - Add some junk data and make sure that it is removed periodically. If not removed, it will increase the size of the DB.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...