{"id":1399,"date":"2018-05-11T16:35:48","date_gmt":"2018-05-11T16:35:48","guid":{"rendered":"https:\/\/www.h2kinfosys.com\/blog\/?p=1399"},"modified":"2018-05-11T17:35:37","modified_gmt":"2018-05-11T17:35:37","slug":"etl-testing-training-assignment","status":"publish","type":"post","link":"https:\/\/www.h2kinfosys.com\/blog\/etl-testing-training-assignment\/","title":{"rendered":"Etl Testing Training Assignment"},"content":{"rendered":"<p style=\"text-align: center;\">&#8220;Etl<strong> Testing Training Assignment&#8221;<\/strong><\/p>\n<h2 style=\"text-align: center;\">ETL Testing\u00a0 &#8211; Mapping document exercise<\/h2>\n<table width=\"617\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"225\">\u00a0<a href=\"mailto:Training@H2KInfosys.com\">Training@H2KInfosys.com\u00a0\u00a0<\/a><\/td>\n<td style=\"text-align: center;\" width=\"106\"><a href=\"https:\/\/www.h2kinfosys.com\/blog\">www.H2KINFOSYS.com\u00a0<\/a><\/td>\n<td style=\"text-align: center;\" width=\"286\">\u00a0<a href=\"mailto:Training@H2KInfosys.com\">H2KInfosys@Gmail.com<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<table width=\"397\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"2\" width=\"397\">\n<h3>Source: SRC_CUSTOMER<\/h3>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">\n<h4>Source Field or Column Name<\/h4>\n<\/td>\n<td style=\"text-align: center;\" width=\"225\">\n<h4>Source Data Type<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">CUSTOMER_ID<\/td>\n<td style=\"text-align: center;\" width=\"225\">NUMBER(38)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">CUSTOMER NAME<\/td>\n<td style=\"text-align: center;\" width=\"225\">INTEGER<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">ADDRESS<\/td>\n<td style=\"text-align: center;\" width=\"225\">NUMBER(38)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">ZIPCODE<\/td>\n<td style=\"text-align: center;\" width=\"225\">VARCHAR2(16)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">GENDER<\/td>\n<td style=\"text-align: center;\" width=\"225\">VARCHAR2(16)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">DATE OF BIRTH<\/td>\n<td style=\"text-align: center;\" width=\"225\">TIMESTAMP(6)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">PHONE NUMBER<\/td>\n<td style=\"text-align: center;\" width=\"225\">NUMBER(38)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">LOYALTY ID NUMBER<\/td>\n<td style=\"text-align: center;\" width=\"225\">NUMBER(38)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">RECORD CREATED ON<\/td>\n<td style=\"text-align: center;\" width=\"225\">TIMESTAMP(0)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"172\">RECORD CREATED BY<\/td>\n<td style=\"text-align: center;\" width=\"225\">VARCHAR2(30)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<table width=\"286\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">\n<h4>Transformation<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">Transformation<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">Straight copy<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">Straight copy<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">Straight copy<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">If zip_code in range (AAAA-BBBB) THEN EAST ZONE ELSE WEST ZONE<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">Straight copy<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">calculate age for date of birth<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">Straight copy<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">If loyalty id ends with 5 9&#8217;s then VIP customer else Non VIP customer<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">Straight copy<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"286\">Straight copy<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<table width=\"399\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"4\" width=\"399\">\n<h4>Target:TGT_CUSTOMER<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">\n<h4>Target Column Name<\/h4>\n<\/td>\n<td>\n<h4>Datatype<\/h4>\n<\/td>\n<td width=\"61\">\n<h4>UNQ Code<\/h4>\n<\/td>\n<td>\n<h4>Nulls Allowed<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">CUSTOMER_ID<\/td>\n<td style=\"text-align: left;\" width=\"78\">INTEGER<\/td>\n<td width=\"61\">PK<\/td>\n<td width=\"80\">N<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">CUSTOMER NAME<\/td>\n<td width=\"78\">VARCHAR(40)<\/td>\n<td width=\"61\"><\/td>\n<td width=\"80\">Y<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">ADDRESS<\/td>\n<td width=\"78\">VARCHAR(46)<\/td>\n<td width=\"61\"><\/td>\n<td width=\"80\">Y<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">ZONE<\/td>\n<td width=\"78\">VARCHAR(20)<\/td>\n<td width=\"61\"><\/td>\n<td width=\"80\">Y<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">GENDER<\/td>\n<td width=\"78\">VARCHAR(20)<\/td>\n<td width=\"61\"><\/td>\n<td width=\"80\">Y<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">AGE<\/td>\n<td width=\"78\">INTEGER<\/td>\n<td width=\"61\"><\/td>\n<td width=\"80\">Y<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">PHONE NUMBER<\/td>\n<td width=\"78\">INTEGER<\/td>\n<td width=\"61\"><\/td>\n<td width=\"80\">Y<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">VIP_INDICATOR<\/td>\n<td width=\"78\">CHAR(1)<\/td>\n<td width=\"61\"><\/td>\n<td width=\"80\">Y<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">VERSION_START_DTTM<\/td>\n<td width=\"78\">TIMESTAMP(6)<\/td>\n<td width=\"61\"><\/td>\n<td width=\"80\">Y<\/td>\n<\/tr>\n<tr>\n<td width=\"180\">VERSION_CREATED_BY_USR<\/td>\n<td width=\"78\">VARCHAR(50)<\/td>\n<td width=\"61\"><\/td>\n<td width=\"80\">Y<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<table width=\"789\">\n<tbody>\n<tr>\n<td width=\"172\">\n<h4>\u00a0Test Cases :-Generic<\/h4>\n<\/td>\n<td width=\"225\"><\/td>\n<td width=\"106\"><\/td>\n<td width=\"286\"><\/td>\n<\/tr>\n<tr>\n<td>\n<h4>Test Case No.<\/h4>\n<\/td>\n<td>\n<h4>Test Case Description<\/h4>\n<\/td>\n<td>\n<h4>Test Case Passed<\/h4>\n<\/td>\n<td>\n<h4>Comments<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<table width=\"789\">\n<tbody>\n<tr>\n<td width=\"172\">\u00a0<strong>Test Cases :-Business related transformations<\/strong><\/td>\n<td width=\"225\"><\/td>\n<td width=\"106\"><\/td>\n<td width=\"286\"><\/td>\n<\/tr>\n<tr>\n<td>\n<h4>Test Case No.<\/h4>\n<\/td>\n<td>\n<h4>Test Case Description<\/h4>\n<\/td>\n<td>\n<h4>Test Case Passed<\/h4>\n<\/td>\n<td>\n<h4>Comments<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<table width=\"789\">\n<tbody>\n<tr>\n<td width=\"172\">\n<h4>\u00a0Test Cases :-Performance Testing<\/h4>\n<\/td>\n<td width=\"225\"><\/td>\n<td width=\"106\"><\/td>\n<td width=\"286\"><\/td>\n<\/tr>\n<tr>\n<td>\n<h4>Test Case No.<\/h4>\n<\/td>\n<td>\n<h4>Test Case Description<\/h4>\n<\/td>\n<td>\n<h4>Test Case Passed<\/h4>\n<\/td>\n<td>\n<h4>Comments<\/h4>\n<\/td>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td><\/td>\n<td>Y\/N<\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;Etl Testing Training Assignment&#8221; ETL Testing\u00a0 &#8211; Mapping document exercise \u00a0Training@H2KInfosys.com\u00a0\u00a0 www.H2KINFOSYS.com\u00a0 \u00a0H2KInfosys@Gmail.com &nbsp; Source: SRC_CUSTOMER Source Field or Column Name Source Data Type CUSTOMER_ID NUMBER(38) CUSTOMER NAME INTEGER ADDRESS NUMBER(38) ZIPCODE VARCHAR2(16) GENDER VARCHAR2(16) DATE OF BIRTH TIMESTAMP(6) PHONE NUMBER NUMBER(38) LOYALTY ID NUMBER NUMBER(38) RECORD CREATED ON TIMESTAMP(0) RECORD CREATED BY VARCHAR2(30) &nbsp; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1413,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[271,270,273,269,272],"class_list":["post-1399","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-etl-assignment","tag-etl-testing-assignment","tag-etl-testing-online-assignment","tag-etl-testing-training","tag-etl-testing-training-assignment"],"_links":{"self":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/1399","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/comments?post=1399"}],"version-history":[{"count":0,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/posts\/1399\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/media\/1413"}],"wp:attachment":[{"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/media?parent=1399"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/categories?post=1399"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.h2kinfosys.com\/blog\/wp-json\/wp\/v2\/tags?post=1399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}