Sei sulla pagina 1di 30

SoftwareTestingHelp

SoftwareTestingCompleteGuide
10TipstoSurviveandProgressintheFieldofSoftware
Testing

Search

TestAutomationIsitaSpecializedCareer?CanNormalTestersDoAutomationAlso?

ETLTesting/DataWarehouseTestingTips,
Techniques,ProcessandChallenges
PostedIn|DatabaseTesting|LastUpdated:"March16,2016"
ThisisaguestpostbyVishalChhaperia.Ifyouwanttopublishyourarticlepleasereadourarticleguidelines.
Todayletmetakeamomentandexplainmytestingfraternityaboutoneofthemuchindemandandupcoming
skillsformytesterfriendsi.e.ETLtesting(Extract,Transform,andLoad).Thisarticlewillpresentyouwitha
completeideaaboutETLtestingandwhatwedototestETLprocess.
IthasbeenobservedthatIndependentVerificationandValidationisgaininghugemarketpotentialandmany
companiesarenowseeingthisasprospectivebusinessgain.Customershavebeenoffereddifferentrangeof
productsintermsofserviceofferings,distributedinmanyareasbasedontechnology,processandsolutions.ETL
ordatawarehouseisoneoftheofferingswhicharedevelopingrapidlyandsuccessfully.

WhydoorganizationsneedDataWarehouse?
OrganizationswithorganizedITpracticesarelookingforwardtocreateanextleveloftechnology
transformation.Theyarenowtryingtomakethemselvesmuchmoreoperationalwitheasytointeroperatedata.
Havingsaidthatdataismostimportantpartofanyorganization,itmaybeeverydaydataorhistoricaldata.Data
isbackboneofanyreportandreportsarethebaselineonwhichallthevitalmanagementdecisionsaretaken.
Mostofthecompaniesaretakingastepforwardforconstructingtheirdatawarehousetostoreandmonitorreal
timedataaswellashistoricaldata.Craftinganefficientdatawarehouseisnotaneasyjob.Manyorganizations
havedistributeddepartmentswithdifferentapplicationsrunningondistributedtechnology.ETLtoolisemployed
inordertomakeaflawlessintegrationbetweendifferentdatasourcesfromdifferentdepartments.ETLtoolwill
workasanintegrator,extractingdatafromdifferentsourcestransformingitinpreferredformatbasedonthe
businesstransformationrulesandloadingitincohesiveDBknownareDataWarehouse.
Wellplanned,welldefinedandeffectivetestingscopeguaranteessmoothconversionoftheprojecttothe
production.AbusinessgainstherealbuoyancyoncetheETLprocessesareverifiedandvalidatedby
independentgroupofexpertstomakesurethatdatawarehouseisconcreteandrobust.

ETLorDatawarehousetestingiscategorizedintofourdifferentengagementsirrespectiveoftechnologyor
ETLtoolsused:
NewDataWarehouseTestingNewDWisbuiltandverifiedfromscratch.Datainputistakenfrom
customerrequirementsanddifferentdatasourcesandnewdatawarehouseisbuildandverifiedwiththe
helpofETLtools.
MigrationTestingInthistypeofprojectcustomerwillhaveanexistingDWandETLperformingthe
jobbuttheyarelookingtobagnewtoolinordertoimproveefficiency.
ChangeRequestInthistypeofprojectnewdataisaddedfromdifferentsourcestoanexistingDW.
Also,theremightbeaconditionwherecustomerneedstochangetheirexistingbusinessruleortheymight
integratethenewrule.
ReportTestingReportaretheendresultofanyDataWarehouseandthebasicproposeforwhichDWis
build.Reportmustbetestedbyvalidatinglayout,datainthereportandcalculation.

ETLTestingTechniques:
1)Verifythatdataistransformedcorrectlyaccordingtovariousbusinessrequirementsandrules.
2)Makesurethatallprojecteddataisloadedintothedatawarehousewithoutanydatalossandtruncation.
3)MakesurethatETLapplicationappropriatelyrejects,replaceswithdefaultvaluesandreportsinvaliddata.
4)Makesurethatdataisloadedindatawarehousewithinprescribedandexpectedtimeframestoconfirm
improvedperformanceandscalability.
Apartfromthese4mainETLtestingmethodsothertestingmethodslikeintegrationtestinganduseracceptance
testingisalsocarriedouttomakesureeverythingissmoothandreliable.

ETLTestingProcess:
SimilartoanyothertestingthatliesunderIndependentVerificationandValidation,ETLalsogothroughthe
samephase.
Businessandrequirementunderstanding
Validating
TestEstimation
Testplanningbasedontheinputsfromtestestimationandbusinessrequirement
Designingtestcasesandtestscenariosfromalltheavailableinputs
Onceallthetestcasesarereadyandareapproved,testingteamproceedtoperformpreexecutioncheck
andtestdatapreparationfortesting
Lastlyexecutionisperformedtillexitcriteriaaremet
Uponsuccessfulcompletionsummaryreportispreparedandclosureprocessisdone.
Itisnecessarytodefineteststrategywhichshouldbemutuallyacceptedbystakeholdersbeforestartingactual
testing.Awelldefinedteststrategywillmakesurethatcorrectapproachhasbeenfollowedmeetingthetesting
aspiration.ETLtestingmightrequirewritingSQLstatementsextensivelybytestingteamormaybetailoringthe
SQLprovidedbydevelopmentteam.Inanycasetestingteammustbeawareoftheresultstheyaretryingtoget
usingthoseSQLstatements.

DifferencebetweenDatabaseandDataWarehouseTesting
Thereisapopularmisunderstandingthatdatabasetestinganddatawarehouseissimilarwhilethefactisthatboth
holddifferentdirectionintesting.
DatabasetestingisdoneusingsmallerscaleofdatanormallywithOLTP(Onlinetransactionprocessing)
typeofdatabaseswhiledatawarehousetestingisdonewithlargevolumewithdatainvolvingOLAP
(onlineanalyticalprocessing)databases.
Indatabasetestingnormallydataisconsistentlyinjectedfromuniformsourceswhileindatawarehouse
testingmostofthedatacomesfromdifferentkindofdatasourceswhicharesequentiallyinconsistent.
WegenerallyperformonlyCRUD(Create,read,updateanddelete)operationindatabasetestingwhilein

datawarehousetestingweusereadonly(Select)operation.
NormalizeddatabasesareusedinDBtestingwhiledemoralizedDBisusedindatawarehousetesting.
Therearenumberofuniversalverificationsthathavetobecarriedoutforanykindofdatawarehousetesting.
BelowisthelistofobjectsthataretreatedasessentialforvalidationinETLtesting:
Verifythatdatatransformationfromsourcetodestinationworksasexpected
Verifythatexpecteddataisaddedintargetsystem
VerifythatallDBfieldsandfielddataisloadedwithoutanytruncation
Verifydatachecksumforrecordcountmatch
Verifythatforrejecteddatapropererrorlogsaregeneratedwithalldetails
VerifyNULLvaluefields
Verifythatduplicatedataisnotloaded
Verifydataintegrity

ETLTestingChallenges:
ETLtestingisquitedifferentfromconventionaltesting.Therearemanychallengeswefacedwhileperforming
datawarehousetesting.HereisthelistoffewETLtestingchallengesIexperiencedonmyproject:
Incompatibleandduplicatedata.
LossofdataduringETLprocess.
Unavailabilityofinclusivetestbed.
TestershavenoprivilegestoexecuteETLjobsbytheirown.
Volumeandcomplexityofdataisveryhuge.
Faultinbusinessprocessandprocedures.
Troubleacquiringandbuildingtestdata.
Missingbusinessflowinformation.
Dataisimportantforbusinessestomakethecriticalbusinessdecisions.ETLtestingplaysasignificantrole
validatingandensuringthatthebusinessinformationisexact,consistentandreliable.Also,itminimizeshazard
ofdatalossinproduction.
HopethesetipswillhelpensureyourETLprocessisaccurateandthedatawarehousebuildbythisisa
competitiveadvantageforyourbusiness.
ThisisaguestpostbyVishalChhaperiawhoisworkinginaMNConatestmanagementrole.Heishaving
extensiveexperienceinmanagingmultitechnologyQAprojects,Processesandteams.
HaveyouworkedonETLtesting?PleaseshareyourETL/DWtestingtipsandchallengesbelow.
170
Like

33

32
Share
Tweet

184

TheBestSoftwareTestingTrainingYou'llEverGet!

184comments
#1NitinTike
furthersimplified
Insimplewordsitiscollectionofdatafromdifferentdepartmentsofacompanyorfromdifferent
technologiestoonewarehouse.
Extractfromsource,transforminasuitableformatandthenloadintodestinationdatawarehouse.
thanksforsharingthisresource..
#2kishore
Informativepost.
Howtogetintothisprofile?AsnomatterwhatexporknowledgeonehasitrequiresexpofETLtesting.
#3Aarthi
Haifrnds,Iamnewtotesting.DidanyoneknowbestcoachingcenterforlearningETLtestingin
chennai.PLZreplymeasap.
#4Pravin
VeryinformativepostonETLtesting.SpeciallythesectionwhichtalksaboutthedifferenceinDBTesting
andDWTesting.Thanks.
#5Sanjay
HiBishalitsveryusefulinfosharedbyyou,IwaslookingforsomedocsrelatedtoETLtestinggotthem
here.IjustcheckedbyAninditadiinLotusnotesthelinkthatusharedandgointhrusame,wouldliketo
learnmoreaboutETLtesting.
Thanks
Sanjay
#6Alok
Itsaverygoodinformationsharedbyyou.
Thanksforsharingthis.
#7rajani
Superarticle.
veryhelpful
#8bhavya
Pleaseletmeknowanycoachingcenterinbangalore.
Ihavearound6monthsofexpinETLtesting.Iwanttolearnmoreinthisarea.
#9chaitu

IthinktoStartwithETLTestingOneNeedaVeryHandsOnSQLconceptsspeciallyConversion
FuncionsaslikewhenyouwanttochangedateindifferentformatorNumerictostringetc
#10Vishal
@Kishore:Thereisnoprerequisiteassuch,maynotbeoneneedtohaveknowledgeofanyETLtoolstill
fairunderstandingofSQLconceptsaremuchdesirable.
@Aarthi&Bhavya:IbelievethereisnoinstitutewhichprovidestrainingonETLtesting,stillyoucan
checkwithinstitutesthoseareprovingtraininginETLtools.
@Chaitu:Yesabsolutely,oneneedtobeveryconversantinSQLastomaptheSQLvsactualbusiness
transformationrulethatapplies.ClearUnderstandingofConversionFunctionsarealsomuchrequired.
#11Pavankumar
Hi
Thanksforsharingsuchausefulinformation..
iamveryconfusedaboutthedifferencebetweenthedatabasetestinganddatawarehousetesting..nowitis
clear..Thanks..
Comingtochallengesthemajorthingistocreateatestdataforthescenarioswhichwefoundinplanning
phase.
#12Purna
ThanksforsharingthemoreinfoofDWHTESTING
andcouldpleasesharetheoraclequeriesingeneralasked,
anywaythanksforsharingtheinfo..
Thanks,
Purna,
#13JD
hellofriends,
cansomeoneexplainanyexample,BackendTestingusingSQLqueries??
Thanks
JD
#14KaushikSrinivas
Hi,
Sthisisagoodstudyonawarehousetesting.Ifeelitparallelomyapproachontestingawarehouse
#15lakshmi
HI,
Ihaveagoodunderstoodwiththisinformation.
#16lakshmi
HI,
Thisislakshmi,PleasetellmeaboutexecutionofETLTesting.
#17Prakash

HelloFrns,
ThereisaninstituteinHYDforETLtesting:
NareshTechnologies
#18Kiran
thisisreallyinformativeandappreciateVijayscrispexplanationaboutETLtestingandreallylikedthe
wayhegavethedifferencebetweenDatabasetesting&DataWarehousetesting.
#19Kiran
sorrytoprovidewrongnameofauthorasVijaywhereasitshouldbeVISHALinmyearlierpost
#20megha
TheproblemsgenerallyfoundinETLtestingcomprisingthegraphicstransformationsistheunavailability
oftoolsorlanguage(symbol)gap.ThearticlehowevergivesadetailofETLtesting.
#21Vishal
@PavanKumar:TestDataManagementhasalwaysbeenachallengeandwhenitscomestoDW
applicationitisreasonablymorechallenging.Itsverytoughtogetcorrect,cleanandsecuredata
consideringthefactthatdataiscomingfrommultiplesources.
OncontrarytherearemanygoodTestDataManagementtoolswhicharepotentiallycapabletoovercome
theseproblems.
@Purna:TalkingaboutSQLthatareaskedinanyQAinterviewaremostlyfromJoins,Referential
Integrityconcepts,somebasicSQLlikesorting,groupingandqueryrelatedtowhereclause.
@JD:Couldyoupleasemakeyourquestionmoreprecise?BackendtestingisdoneusingSQLtestingand
wetestmanythingssuchasSQLinjection,DataCorrectnessetc
#22MallikarjunGadagin
Datawarehouseinformationdeliverysystemofanorganization.
Testingofdatawarehousetheprocessofmakingsuredataacceptanceofendbusinessusers(Report
generators)
#23Jagadish
PleasereachmeonmyemailifyouwanttolearnETLtesting.
#24Jagadish
myemailisJagadish_happy18@yahoo.com
#25SreenivasReddy
Hi,IamworkinginETLprojectsince4yearsandhavingoverall9yearsexperience.Currentlyworking
inoneofTopMNCinIndiaandpresentlyworkingfromclientplace(London)since2.5yearsinbanking
project.IfyouhaveanyquestionsonETLoranybankingdomainthenyoucanreachmeat
sreenivasulu.borra@gmail.com
BestRegards
SreenivasReddy
#26Ravikiran
Hi,

CanYouPleaseexplainlandingarea,stagingareaandworkflows
#27jjj
waste
#28Durga
HiAll,
Iprovideonlinetrainings.IcoverDatabaseTestingandETLTesting.
TogetgoodamountofknowledgeinbothDatabaseTestingandETLTesting,oneshouldhavesufficient
knowledgeinSQLQueries.
Pleasedocontactmeformoreinformation.
Thanks,
Durga.
9848805111
#29Jagadish
Hi..veryinformativeandclear.
IamworkingonETLtestingandidoprovidetrainingonETLtesting..pleasereachmeon
jagadish_happy18@yahoo.comifanyoneinterested.Thanks.
#30Sanjay
Iamcurrentlyinmanualtesting.Iwanttolearninformaticaandmovetodatawarehousetesting.how
feasibleisit.WillIhaveanyopportunitytomove.
#31Jagadish
AsyouarecurrentlyworkinginManualtesting,itsveryeasyforutolearnETLtestinganditwouldbe
easyforutoworkonETLtestingprojects.butgoingtoinformaticadevelopmentmaynotbeagoodidea.
thisisjustmyopinion.
#32Kumar
Hi.Ihave12monthsofexperinceinmanualtesting.IknowthebasicsofJAVAandSQL.
Nowigotopprtunityin1.ETLTestingand2.Automationtesting(SELENIUM).
Pleaseadvicewhichonetochooseforbettercareergrowth.
#33vasu
whatisthedifferencebetweenfactlessfacttableandnonadditivefact?
#34Sivakumar
VerygoodinformationanddetaileddiffbetweenDBandDWtesting.Appriciateyoureffortsindoingthis
oneandThanksalotforsharingsuchanicepost.
#35Sirisha
CananyonepleasetellmewhichisbestinstituteforETLtesting.Imnewtothistool.
#36Neer
Veryinformativearticle

#37Bala
iwannatoknowthelistofdatawarehouseproducts(likedb2,ibmdatastage2)ifuknowthelatest
productsforthismeansplsrply.
#38priya
ihavebeenofferedaparttimetrainerpositioninacompanyforDWHtesting..whatisthepaythey
generallyofferpersession?
#39virag
CananyoneplshelpmewiththelistofETLAutomationtestingtoolsusedinyourprojects.opensourceor
commercialbothwillbefine.Thanks.
#40sangit9480321532
Hi,
Iamlookingforaparttimesoftwaretestingjobinbangaoreorfulltimetestinginchennaiwith2yearsof
experence.
Doletmeknow,ifyouhavethesame
Email:sangit.kumar93@gmail.com
Mobileno:+919480321532.
#41Ankit
Ihave3yearofExperienceinJavaandOracleandiwanttoworkinETLtools.Cananyonehelpmeto
knowitsfutureprospectsandsalary.andwhereigetthegoodknowledgeofETLtools.
+919250110356
#42Rahul
Verynicearticle,andveryinformativetoo..Thanks
#43Steven
PlentyofETLtestingjobsareavailableinalmostallFortune100companies.
#44Ravi
Hi,
IamworkinginETLTesting.PleasedonotalwaysgofortoolslikeInformatica,WebIntelligence11etc.
FirstandforemostthingthatcomesintoactionisWritingthequeries.Incasetoknowmorepleasedo
contact:
meet16ravi@gmail.com
#45Kiran
ITsverygoodonethanksfoprurpost
#46nandy
Thanksforinformation
keeponsharing
#47NesmaH

Thankyouforsharingyourknowledge.YouhavehelpedmeunderstandingETLtesting.
#48Bill
Averygoodarticle.AlsocheckoutonYoutubethevideoWhatisadatawarehouseandhowdoItestit?
#49Souvik
Thisarticleisniceone.Ijustwanttoknowisitinscopeoftestingifdifferentshortofdataloading
methodtesting.
asmyprojectexperiencedeltadataloadingandbulkdataloadingthesetwohavegeneratetwoseparate
scenariosandcorrespondingissuesmainlydatalossandduplicatedataandnullvalue.
DoesETLtestinghasanyproperpathtosolvethiscase?
#50DILIP
Thankyouforsharingyourknowledge.YouhavehelpedmeunderstandingETLtesting.
#51WayneYaddow
IhavewrittenabookonthesubjectofdatawarehousetestingavailableatAmazonandothersaswellas
anebook.Letmemeknowofanyquestions.
#52AmanWadhwa(Muktsar)
ImWorkinginasoftwarecompanyinChandigarhasaDotNetDeveloper.Someonesuggestedmeto
changetheprofessionandgoforETLorWareHousing.AsidontknowanythingaboutETLandWH
also.
Andifoundlotsofpeopleherewhohavingknowledgeaboutbothterms.Soanyonecanpleaseguideme.
aman_wadhwa88@yahoo.com
#53suneel
ThankyouVishal,reallyitsveryusefulinformation.
#54Rudragouda
HiAll,
AtpresentIamasamanualtestengineerinoneoftheMNC,Bangalore.Iwanttochangemydomain
frommanualtoETLtesting,socananyonesuggestmethatwhatarethebasicskillsrequiredtoswitch
frommanualtoETL.
AlsoarethereanycentresorinstitutesthatprovidetrainingonETL.Incasetherearenosuchcentreshow
topreparemyself.
Pleasesuggestme.
Thanksinadvance.
+919008078349
#55RudragoudaDesai
MyMailID:
rsdesaiglb@gmail.com
#56RudragoudaDesai
Anyonepleasesuggestonmyabovepost.

#57etltestingtrainer
Iamprovidingthistrainingwhichwillhelpthestudentswhodoesnthaveanysoftwareexperience.We
willtakescenariosandexecutethemandguidethemwhentheygetintojob.
Ihaveexperienceof12+yearsintheindustry.IworkedasaTestmanager,BusinessAnalyst,project
manager.
IWorkedwiththecompanieslikeITCInfotech,Honeywell,Accenture,TCS.
Iprovidecorporatetrainingalso.
Afterthistrainingthestudentwillscaleupto3+yearsexperiencelevel.
Contact:9886991978
Syllabus:
DWH/DatawarehouseConcepts.
ManualTesting.(WebApplicationsArchitecture)
WhyETLTesting.(DatawarehouseArchitecture)
Differencebetweenmanual/automationandETLTesting/BItesting.
SQLrequiredforETLTestingEasyandonlyrequiredSQLsforinterviews.
ETLTransformations.
ETLtestcasedocumentation
TOAD.
QualityCenter.
ETLTestLifeCycle.
RealtimeScenariosofInteractionbetweenBusinessAnalyst,DevelopersandTesters.
TestPlanning(UsefulforpeopletryingforleadLevel)
DiscussionofInterviewQuestions.
ResumePreparation.
HowtoAcceptandhandletheworkafterjoiningthecompany.
#58Preeti
HelloFriends,
IBMopeningsforETLTesting&QTP
Ifanyonewillingtojoinkindlysendmeurresumeon
preetideshmukh08@gmail.com
DesiredSkills&Experience
Total&Relevant3to4YearsofExperienceforETLTesting&QTP(NOContractualEmployee)
16YearsEducationMandatory(BE,B.Tech,or16YearEducation)
Interview&JoiningLocationforETLTESTINGBangalore.
Interview&JoiningLocationforQTPChennai.
InterviewDate:8Dec2012
#59Hemanth
HiifanywanttolearnETLtestinginpunepleasecontactonmymobile+918888095648,+91
9036238979
#60Hemanth
HiifanyonewanttolearnETLtestinginpunepleasecontactonmymobile+918888095648,+91
9036238979
#61Vijay
Hi,
IfanybodyinterestedinlearningDatawarehouseTestingwithRealtimedatapleasecontactme@

9886137833Bangalore
#62Teja
Hiallpleasetheaboveallcommentsseemslikeblamingunemployedpeople.iamnotunderstandingwhy
peoplecomingtoetltestingside.youshouldgodevelopmentside
#63Siraj
Hi,
IhadseenthatmanypersonswantedtolearnETLTesting.Iamnotawareabouttheinstitutebutican
teacheachandeverythingaboutETLtestingoryoucanmailmeyourquestionsifyoustucksomewhere,i
willreplytoalltheanswers.Thiswillhelpmealsotogainknowledge.Iamhaving6yearsexpinthis
technologiesandworkingforNo.1productbased(database)organization.
Thanks
Siraj
#64Ramgopal
@Siraj:ThanksforgivingsomeassuranceformetomasterETLTestingconcepts.IfyoudontmindcanI
knowyouremailidinordertocontactyou?Myemailidisramgopalcse2009@gmail.com
Thanks
Ramgopal
#65Yogesh
thisisreallyusefulmaterial..tolearnETLtesting
#66Venu
Veryhelpfulandaccurateinformation.Thanksforsharing.
#67Krishna
HiifanybodywantedtolearnPracticalETLtestingonlinepleasecontactonmymobile+60107767499
(Malaysia).
Ihaveexperienceof8+yearsintheindustryandworkedinvariousdomainsasETLtestlead.
Regards
Krishna
#68mani
HiiwouldliketosaymyselfmanitejaworkingasaEtlandBitestinginwipropune.ifanybodywantto
learnEtlandBitestingcontactme.classesavailableonlyweekends(pune)andOnline.
#69sherif
CouldyouplzsupportmetofindETLtestingtoolto:
Verifythatexpecteddataisaddedintargetsystem
VerifythatallDBfieldsandfielddataisloadedwithoutanytruncation
Verifydatachecksumforrecordcountmatch
Verifythatforrejecteddatapropererrorlogsaregeneratedwithalldetails
VerifyNULLvaluefields
Verifythatduplicatedataisnotloaded
Verifydataintegrity

#70RKD
Quiteinformative
#71SANDEEP
Hi,onlybyknowingetltestingdoesntmakesensebecauseyouneedtoknowatleastoneetltoolto
understandandtoworkonetltesting.Somakesuretolearnetltoolaswell.Ifanybodywantstolearnetl
testingwithetltoolthroughONLINEwearegivingETLtestingtrainingandwegivesupportuntillyou
gotthejob.
Baseonbatchschduleswearegivingetltestingandetltooltraingondailybasisaswellasweekend
batches.
Wehavesuccessfulltrackrecord.call@+918237320101
#72Rakesh
Hi,cananyoneplstellmewhichisthebesttochoseasacareerinonofthese,ETL,Performance,Data
BaseorMobiletesting.Ifeelperformancetestingisthebestbecauseithaslotonsiteopportunity,well
paidandlessresourcesinmarket.Iwouldliketoherefromsomeexperiencedteters.Plshelpmetochoose
therightcareerformylife,urcommentsnrepliesareveryimpttome,plsguidemeproperly.thanks..
#73Indu
@etltestingtrainer:Iaminterestedtolearn.Canyouletmeknowinwhichlocationrubasedin?
#74Vinay
IamtakingtrainingonETLtool..DWTesting..Illpostthedoughtsandclarifications..
#75Bunny
Hi,
IProvideOnlineTrainingonETLTesting.
IamworkinginaMNCinHyderabad.
ETLTESTING
============================================
whatisTesting?
whatistheneedforTesting?
TestingMethodologies
Softwaredevelopmentlifecycle
softwareTestinglifecycle
TypesofTesting
DataWareHousingConcepts:
WhatisDataWareHouse?
DifferencebetweenOLTPandDataWareHousing
DataExtraction
DataTransformation
DataLoading
DataMarts
DependentDataMart
IndependentDataMart
DatawarehousingApproaches
TopDownApproach
bottomupApproach

DataBaseDesign
StarSchema
SnowFlakeSchema
SCD(slowlychangingdimension)
Type1SCD
Type2SCD
Type3SCD
BasicConceptsinSQL
SQLConcepts(AZ)executethepl/sqlprocedures,functions.
OverviewofETLToolArchitecture
TestingFunctionalityonDifferentTransformationRules
DataWareHouseLifeCycle
DifferentTypesofTestingTechniquesinETL
ETLTestingIntroduction
Whatisuseoftesting
Whatisquality&standards
ResponsibilitiesofaETLTester
UnderstandingvariousdocumentssuchasBusinessRequirementDocument,
DesignDocuments,Mappingsheets
ETLTestingWorkFlowProcess
HowtoPreparetheETLTestPlan
HowtodesigntheTestcasesinETLTesting.
HowtoreportingtheBugsinETLTesting?
ETLTestingResponsibilitiesinDataStage,Informatica,Abinitioetc
Howtodetectthebugsthroughdatabasequeries
ETLPerformingTesting&PerformingTuning
ETLTestCases
etltestinglifecycle
daytodayprocess
UNIX
Thanks,
Bunny(bunny.friendly@gmail.com,(HYD+919550580658)
#76Nisha
eKnowledgeInfotech,aLeadingprovidersofETLTestingTraininginPune,QlikviewTrainingInstitute
inBangalore.Peoplecanhavebenefitofthis.
Thanks,
Nimisha
#77Nancy
Goodtoreadasabeginer.
#78Meher
GoodArtcilefortesterswhowanttoadvancetheirlevelsinETL.
#79MehdiPoorsorkh
Myquestionsis:

Thedifferencesbetweenmanualandautomatedtesting,inkl.someexamples.Istherepracticalexampleof
teststrategies?.
Thanks
#80Chris
IfyouareusingsourceandtargetSQLtodoyourmanualtestingthenyouaremorethenlikelyusingthe
minusfunctiontoaggregatetheresults.Ifthisisthecasethenthereisanewtoolonthemarketto
automatethetestingprocessforyou.GoogleQuerySurge
Thanks
#81randy
okthisisagreatinfothanksorsharingbutineedaguideonhowtogetajobbylearningthisandthestep
bystepprocedurethanku
#82Hari
Hiall,aminproductionsupportfrom3yearsandIamdesparateforamove..Knowtheconceptsofmanual
testingandsqlquerieswillIbeabletogetintoETLtesting,cananyoneguideme.
#83Divyesh
Hi
Anyoneknow,whocanteachETLclassinVadodara(Gujarat).
#84saikrishna
Hi,
whichisthebestinstitutefortrainigetltesting.
#85Sugadev
Friends,
LetmeknowanyETL/DWtestingopeninginSingapore/Malaysia.Pleasereachme@+919840219089
(indiamobile).
#86Prasad
Goodarticle.
#87DiwakarNukala
IgotverygoodinformationaboutETLTesting,DifferencebetweenDB&DWTestingandChallenges
itsgreat.
#88khr
AnygoodtraininginstitutesforlearningetltestinginBangalore.
Ifanybodyislookingforgrouppreparationorsearchthencontactme.
#89khr
WhichETLtoolisgoodfortestersInformaticaTestingorCognostooltesting..
Plssuggest

#90chandu
Hiall,
IamworkingasamanualtesterinaMNC.
WhichoneisbetteramongQTPandETLtesting.
Careerwiseandjobsecuritywis.
Thanksinadvance
#91Swetha
Hi,
CananyoneadvisemeETLisbestorSeleniumisbest.
WhichtoolhavemoreopeningsinMarket.PlzadvisemeASAP.
#92Maaz
Replyfor#91Chandu
IsuggestyoutolearnQTPasautomation
KnowSQLtoworkinETLTool
#93Maaz
Thanksalotfortheinformation
Icametoknowalot.
IhavebeenworkinginETLToolwithoutknowingthedifferencesbetweenDatabasetestingand
DataWarehousetesting
#94Venkat
ThanksalotfortheinfothatyouhadgivenveryusefulinfofortheETLtesters.
#95khr
AnygoodtraininginstitutestolearnETLTestinginhyderabad.plshelp.
#96Srinivas
Hiiamworkingasmanualtesterinchennai,nowiaminterstedinlearningtheETLtesting.pleasehelp
mehowtogoaheadwithETLtesting.Nowiaminchennai,trainerinchennaipleasecontacttomy
mobilenumber.
Ph:9962850556
#97Sourabh
Hi,ThisisaveryniceandInformativepost.CurrentlyIamworkingasamanualtesterandtestingaBI
application.IamprettymuchinterestedtolearnDWHtesting.Pleaselemmeknowifanyoneiswillingto
teachthisinPune(NearWakad).
MymailIDischourasiasourabh@gmail.com
#98shiva
Hi,THisisShiva
howtoautoamtedatawarehousetestingandetltesting?
pleassesuggestnotesASAP

#99Sandeep
HiAll,
Ifanybodywantsonlinetraining/offlinetraining/corporatetrainingonETLtesting,Informatica,Sqlwith
realtimeprojectandjobassistanceinbangalore,puneandhyderabadplscontact@8237320101
Plsnote:dailybatchesinpuneweekendbatchesinhyderabad/bangaloreoronetooneonlineclassdaily.
#100Sandeep
Ihave6+ExperienceinBItechnologieslikeinformatica,ETLtestingalsotrained40+studentsand
completed10+batchesofflinesuccessfully.90%studentsalreadyplacedintopmncs.
Contact:8237320101
Plsnote:Dailybatchesinpuneweekendbatcesinhyderabadandbangaloreoronetooneonlineclass
daily.
#101venkat
Hi,
Thisisvenkat.cananyonehelpmeforetltestingqestionsandanswersorelsesendmeat
VENKATADDAGATLA.SP@GMAIL.COM
#102Reddy
IfanybodylearnETLtesting,DatabaseTesting,BITestinginPune
plscontact+919885320101
#103Shonali
NiceArticle.Thanks,NowigotbasicideaabtDWH.Butiwanttoknwsomeratcialtipsalso,asin
interview,theyareaskingforhandsonexperience.AlsoinSQLwhatallineedtolearn.Pleaseguide
#104rajesh
hifriendsthisisrajeshihaveknowledgeonjavaand3frameworkspast8monthsiamsearchingjobin
banglore
.SomeonesuggestedmetochangetheprofessionandgoforETLorWareHousing.Asidontknow
anythingaboutETLandWHalso.
comparetojavaandetltestingwhichisthebestinfuturesalaryandsecure.pleasesuggestedme
thanku
#105Anmol
Hi,
IdohaveanexcellentopeningforDatabaseTestLead.
DatabaseTestingTestAnalystwithminimum4year(s)experienceatGurgaonlocation.Location
Gurgaon,TelephonicInterviewsonthissaturdayi.e8thJune2013
JobDescription:
Experiencerequired2to5yearsDomain:InvestmentBaking(Preferred)EssentialExperience:(Musthave
skills)2to5yearsofexperienceinaSoftwareorganizationontesting(Webtechnologies,Client/Server,
Database).Someexperienceindevelopmentmayalsobeconsidered.Expertiseindatabasetestingand
shouldbewellversedwithcomplexSQLqueries.Goodexperienceofmanual/databasetesting

throughoutthetestinglifecycle.Understandtheapplicationandwritetestscripts/conditionsusingatool
(e.g.TestDirector)anditsreview.ExperiencetocarryoutTestexecution,loggingofdefects,preparation
ofdailytestlogs,updatingRequirementsTraceabilityMatrix.ShouldbewellversedwithUNIX
commandsandknowledgeinshellscriptingispreferred.ExperienceofusingtoolssuchasTestDirector
fortestplanninganddefectmanagement.Experienceinadaptingtotestingprocessesandprovideinputs
fortestprocessimprovements.Experienceinthefinancialservicesindustrywouldbeanadded
advantage.Desirable:Experienceinthefinancialservicesindustrywouldbeanaddedadvantage.
DomainKnowledgeininvestmentbankingpreferred.(Bonds&Equities,Credit,Collaterals,Exotics)etc
CertificationslikeISTQBwillbeanaddedadvantage.
#106khr
Anygoodtrainingcentersforetltestinginhyderabadorbangalore.plsletmeknow
#107bunny
Hi,
IProvideOnlineTrainingonETLTesting.
IamworkinginaMNCinHyderabad.
ETLTESTING
============================================
whatisTesting?
whatistheneedforTesting?
TestingMethodologies
Softwaredevelopmentlifecycle
softwareTestinglifecycle
TypesofTesting
DataWareHousingConcepts:
WhatisDataWareHouse?
DifferencebetweenOLTPandDataWareHousing
DataExtraction
DataTransformation
DataLoading
DataMarts
DependentDataMart
IndependentDataMart
DatawarehousingApproaches
TopDownApproach
bottomupApproach
DataBaseDesign
StarSchema
SnowFlakeSchema
SCD(slowlychangingdimension)
Type1SCD
Type2SCD
Type3SCD
BasicConceptsinSQL
SQLConcepts(AZ)executethepl/sqlprocedures,functions.
OverviewofETLToolArchitecture
TestingFunctionalityonDifferentTransformationRules
DataWareHouseLifeCycle

DifferentTypesofTestingTechniquesinETL
ETLTestingIntroduction
Whatisuseoftesting
Whatisquality&standards
ResponsibilitiesofaETLTester
UnderstandingvariousdocumentssuchasBusinessRequirementDocument,
DesignDocuments,Mappingsheets
ETLTestingWorkFlowProcess
HowtoPreparetheETLTestPlan
HowtodesigntheTestcasesinETLTesting.
HowtoreportingtheBugsinETLTesting?
ETLTestingResponsibilitiesinDataStage,Informatica,Abinitioetc
Howtodetectthebugsthroughdatabasequeries
ETLPerformingTesting&PerformingTuning
ETLTestCases
etltestinglifecycle
daytodayprocess
UNIX
Thanks,
Bunny(bunny.friendly@gmail.com,(HYD+919550580658)
#108Simhadri
Wanttojoininthisnetwork..
#109ksdjakdjks
no
#110kishore
Swetha,
ETLisnotatoolitsaprocesstotestDWHdomain.AsitexplainsasExtract,TransformandLoad.Extract
datafrommultiplesourceslikesystematvariousOS,flatfilesetc..applybusinesslogictosuchextracted
datatotransformandthanloadthosetransformeddataintothesystemforgeneratingreportsand
analyzing.
Whereas,Seleniumisafunctionalautomationtool.ThatrequirestohaveknowledgeofJAVAspecially
javascriptandnotandeasytooltomasterascomparedtoQTP.
#111ITEyeOpener
DevelopmentisbetterthantestinginIT.So,foralongtimecareerprospect,growthandforstable
job,developmentisfarbetter.DevelopmentinJavaisonehavingmanyopportunities.
#112kranthi
LookingforanETLTestingopportunityanywhereinIndia..IalreadyhaveworkedonETLRelated
ProjectsandIhavearound7yearsofExperience.
Kindlyletmeknowforanyopenings
Thanks
Kranthi
9676016000

#113SANDEEP
HiAll,
ImworkingforaTopMNCinPUNEandifanyoneisinterestedinlearningETLTesting,BItesting,DB
TestingthroughClassRoomTrainingorOnline.Pleasefeelfreetocontactonthebelownumbers.
IhaveagoodtrackrecordonETLtestingtraining.Iwillbeteachingtherealtimescenariosandhowto
playwiththetools.Willprovidethedemosessiononweekends.Interestedpeoplecancallmeon+91
8237320101foronlineorclassroomtrainings.
Note:ClassRoomtrainingwillbeconductedondaily&weekendbasis
Dropmeamailifyouhaveanyqueries:SANDEEPREDDY.MANEM@GMAIL.COM
callmeon+918237320101
IfanyoneisinterestedtoETLtestinginPUNEpleasecontactmeontheabovementionednumber
#114Raghu
Hi,
IamlookingforETLTestingTraininginHyderabad.
mailid:gangiraghu4u@gmail.com
#115Sarayu
Hi,
IamlookingforETLTestingTraininginHyderabad.
Pleaseletmeknowthegoodinstitutesinhyd..
#116Ravali
HelloGuys,
IheardmostofthepeoplelookingintoETLThesedays..Peopledontknowwheretheyneedtograsp
knowlege.ItistheplatformtothosewhoreallywanttolearnWhatgoingoninETL..
#117Ravali
IheardmostofthepeoplelookingintoETLThesedays..Peopledontknowwheretheyneedtograsp
knowlege.ItistheplatformtothosewhoreallywanttolearnWhatgoingoninETL..furthur
details:dwbi.qa@gmail.com
#118pandu
haygivemetheetlprojectsinterviewqueationswithanswers
#119Nilofar
Hello,iwanttolearnETLtesting.IFanyoneknowsbestinstituteinBangalore,pleaseletmeknow.
#120Sia
ContactthroughmailifwanttoknowbesttrainingprovidersinChennaiforETLTesting
#121gsr
haiplsgivemetheetlprojectsinterviewquestionswithanswers
#122rekha
canyouplzsendmetheinterviewquestionsandanswersforetltestinganddatabase(Teradata)
#123Akshatha

Anysuggestionsonfreedatavalidationtools?Datainmycaseisbeingdumpedfromsourcedbtoaflat
filefromwhichitisloadedtotheinterimdb.Fromheredataistransformedtoaxmlfilereadablebythe
destinationsystemwhichloadsitbackintothedb.
#124Adithi
Iwantmoredetailedaboutetltestingi.ehowtheprocesswithbegoingonbankingdomainusingcognos
tool
#125amarnath
iwantbestinstituteforetltestinginbangalore
#126SoumyaBN
Cananyonegivesolutiontotheproblemassoonaspossible
2)AnalyzethebelowbusinessscenarioanddesignanETLprocessfromsourcesystemsallthewayto
STARschema.
a.Businessusersmaintain/insertcustomermasterrecordsinsource_system1,customerdatawillthemget
propogatedontosource_system2,source_system3andsource_system4.
b.Vendor/supplierdataismaintained/insertedinsource_system2andthisinformationisthenpropogated
ontosource_system1,source_system3andsource_system4.
c.Promotiondetailsismaintainedonsource_system2.
d.Materialdetailsismaintainedonsource_system3anditisthenpropogatedontosystem_system1,
source_system2andsource_system4.
e.SalesinformationiscapturedonSourcesystem4.
#127prashanttiwari
IamlookingforatraininginstitutetolearnETLtestingwithsomeETLtoolinChennai.Couldyouany
onesuggestmeanygoodinstitutehere.Ihave2yearsexp.intestingandalsohavegoodknowledgeof
SQL
#128prashanttiwari
myemailidis:prashanttiwari2102@gmail.comandcontactnois:8015495931
pleasereplyASAP
#129chandra
IamlookingforaETLtestingfreshersjobanyoneplzinformtomymail:chandrareddy.marri@gmail.com
#130chandra
anyonecansendtheETLtestingmaterialandrealtimeetlprocesswearedoindandhowtocheckthedata
byusingqueris
#131chandra
plzsendtheetlmaterialhowtovalidatedatausingqueris.
chandrareddy.marri@gmail.complzsendasap
#132Jeeva
Hi,
Iamcurrentlyworkingasamanualtesterhaving3+yearsofexperience.IwanttolearnETLtestingwith
ETLtool.SoIamlookingforatraininginstitutetolearnETLtestingwithETLtool.Couldanyoneplease

suggestmeanygoodtraininginstituteinchennai?
PleasereplymetothisMailIdmailwithjeeva@gmail.com
ContactNumber9994179578
#133Keerthi
HiAll,
IhaveanexperienceofELTtetsingforpast2.5yrears.WellskilledinInformatica,OracleandOBIEE
testing.Pleasecontactmeincaseofanyhelpneeded@yourwork.
EmailId:learnetltesting@gmail.com
#134Prabhu
IneedtoLearnETL/DWHTestingandInformaticaTool,kindlysuggestmeanyBestTrainingCentrein
Chennai..?amexpectingFullTimeClassRoomTrainingnassistancetillthePlacement.
#135MukulSingh
Hi,
IaminterestedtolearnETLandmakemycarrierinthesame.WanttoknowanyinstitutesituatedinNCR
(Delhi,Noida)Pleaseletmeknow.
MukulSingh
+919717933844
#136AmitSharma
Hi,
IaminterestedtolearnETLandmakemycarrierinthesame.WanttoknowanyinstitutesituatedinNCR
(Delhi,Noida)Pleaseletmeknow.
AmitSharma
+919997891385/9891210017
#137lata
Itsreallyusefull.IamworkingasmanualtesterinHealthcaredomain.Iwantoknowwhereicanget
handsofinformationinSQLcomands.
#138Teja
HiThisisTejaworkingasaTestingTeamLeadintopmostmnccompanyinpune,
Ihave5+ExperienceinETLandBI(Reports)Testingifanyoneinterestedtolearncoursepleasecontact
me.
dailyandweekendsbatchesavailableinpuneTechnologies:Oracle,Unix,Informatica,TestingConcepts
anddwhConcepts
Courseduration:45days
Fee:6000(Phone:8149173089)
(EmailId:tejaetltester9@gmail.com)
dailymockinterviewswithrealtimescenariosonlylimitedstudentsineachbatch..
#139Premkumar
Hifriends,plshelpmeiam2013passoutstudentsnowiamlookingjobinsoftwaretestinginETL
side.plshelpme.idontknowanythinginETLtesting,anybodyhavingstudymaterialplssendthe
materialtointhismailidprem.reh@gmail.com.

#140Premkumar
IamfromchennaiifyouknowanygoodcoursecenterinneartoDLFITparkpleaseletmeknowtothis
mailidprem.reh@gmail.com.
#141LavneeshGoel
HiAll
IhavebeenworkinginDWHprojectsincelastoneyear.
IamworkingasaQAintheproject.
ETLtestingisquitechallengingbutgoodjobtodo.
werunvariousjobsandmakesurethatdataisgettingloadedtoourDWHproperlyandifnotwe
investigatethecause.insimplewordsilovebeinganETLtester
#142prashanth
Canyousendinformationabout
RoleofETLinBankingdomain
Or
HowdoesETLworks?
Urgent
Mailid:prashanth.rock9@gmail.com
#143Uttam
HiAll,
IfanybodywantstogothroughETLtesting,unixandsqlinterviewquestionsthenfollowthebelowlink:
http://techloverforum.blogspot.com/?view=magazine
Thanks!
#144Uttam
HiAll,
IhavebeenworkinginDWHprojectfor6years.Ihavegonethroughsomanyinterviewsandtakenalso..
IfanybodywantstogothroughETLtesting,unixandsqlinterviewquestionsthenfollowthebelowlink:
http://techloverforum.blogspot.com/?view=magazine
Hopeyouwillliketheposts.
Thanks!
#145sandeepkumar
Hi
Iamworkinginamncasaetltester.
Havingagoodknowledgeofetltesting,SQLwriting,reporttestingandtestdatacreation(mostcritical
task)indatawarehouseproject.
Foranyhelpyoucanreachmeoutatksandeep.srm@gmail.com
#146susmitapanigrahi
Hiifrnds..Imsusmita..Iamamechanicalengineer..Imdoingjobinmyfield..butnowIminterestto
switchmyfield..Iwanttolearnthisetltestingcourse..plzhelpme..ismydecisioniscurrent.Canitbe

possible.
#147BOB
Couldanyonepleasereplywithbestanswer?
Givenasourcetableof500Krows,InformaticaETLinthemiddle(treatasablackbox)andaresulting
rowcountatthetargetofonly495K,pleasesharehowyouwouldidentifytherowswhichwerenot
migratedatall.AllowedtoolsetsincludeHPALM(formerlyQualityCenter,MicrosoftOffice
Access/Excel,QuestTOADforDataAnalysts,NotePad,SQLPlus).
#148Partap
HiAll
IwanttolearnaboutETLandDataMigrationTesting.
Cananybodypleasehelpme?
IamlookingforonlineclassesorRegularBatchesinChandigarh.
MyEmailIDisPartapGosain@gmail.com
#149aarthy
IamlookingtofindajobinETLtesting.PleaseanyonesendmeETLTestingInterviewquestions.My
emailidisaarthy1984@gmail.com
#150kalanithi
Hiall,
IfanyonepleasesendmeaETLtestinginterviewquestions.
Myemailid:kalanithi.p@gmail.com
Thanksinadvance
#151Vaishnavi
Hiall,
CananyonepleasesendmeaETLtestinginterviewquestions.
Myemailid:vk09ahirrao@gmail.com
#152Shar
@BOBwecanuseSQlMinussetoperatortofindoutthemissingrows
#153jaikrishna
hi,iamMBAGraduateandiwanttolearnETLtestingcaniknowwhichisthebesttrainingcenterin
ameerpetand100%placementinstitution.
mobileno9849497976
jaikrishna
#154ShekharLamba
Verynicearticle.Thanksforposting.
#155bhanu

Hiall,IWanttolearnETLtesting,Canyoupleasesuggestmethebestinstitutesinhyderabad
#156bhanu
Hiall,IWanttolearnETLtesting,Canyoupleasesuggestmethebestinstitutesinhyderabad.Please
mailmebanukula@gmail.com
#157PrasannaMishra
TheabovepostregardingETLtestingisreallygoodthathelpsmetoenhancemytheoryknowledge.Can
anyonesharesomeusefuldocumentsthatIcanusetoimprovemypracticalknowledge.
#158PrasannaMishra
Shareonprasanna.uce@gmail.com
#159Vani
HiAll,
Ihave9yearsofexperienceinManualtesting.Iwouldliketoknowwhichtoolisbettertolearnnow
ETL/DataWarehousetestingtoolorSeleniumWebdriver.Whichfield(Automation/DataWarehouse
Testing)hasdemandinmarketandjobsecurity
#160subha
VeryinformativeinsimpleworkingthanksVishalChhaperiaforthepost.
#161subha
VeryinformativeinsimplewordingsthanksVishalChhaperiaforthepost.
#162Bhanu
Hicananyonesendmematerialsofetltestingbasics
#163Bhanu
Hicananyonesendmematerialsofetltestingbasicsmymailidisbhanualluri.alluri@gmail.com
#164Ravi
HiVishal,
Verygoodcolumn.
YouhavewrittenastatementinDifferencebetweenDatabasetestingandDWHtestinglikethis:
NormalizeddatabasesareusedinDBtestingwhiledemoralizedDBisusedindatawarehousetesting.
Hereisthatdemoralizedordenormalized?
Regards,
Ravi
#165Kishorejk
Hi,
GoodPost.

CurrentlyiaminManualtestingandinterestedinETLtestingihavesomegoodknowledgeonSQL
concept.WithSQLconcepticansurviveETLtesting?
#166Santosh
HiAll,
Ihave8yearsofexperienceinManualtesting.Iwouldliketoknowwhichtoolisbettertolearnnow
ETL/DataWarehousetestingtoolorSeleniumWebdriver.Whichfield(Automation/DataWarehouse
Testing)hasdemandinmarketandjobsecurity
#167durai
Ihaveoneyearexpinautomationtestingand7monthsofexpasasadataanalyst(backendwork)inms
SQLwiththisknowledgecanIswitchmycareerinetltestingnletmeknowthescopeforetltesting
#168Kishore
ItsreallyprovidesgoodideatotheETLTesters.Thanks
#169Vijay
whataredifferentETLTestingtoolsavailableintheindustry?
whetheretltoolsandetltestingtoolsaresameornot.
#170Sandeep
Hi,
IamsandeepworkinginanMNCasETLTestProfessional.
YoucanReachouttomeforOnlineclassesonETLTesting.
IusetocoverETL,DatawarehosueandBITesting.
contactmeatksandeep.srm@gmail.comforDemoClasses
Thanks
#171kalpana
HipleaseletmeknowifanyonecarriedoutETLTestingtranings(notonline)inpune
#172Murugesh
Hi
wecanhavedifferentkindsofdatawarehousingtestingbasedmyconsern.
like..
1.ETLtesting
2.Reporttesting
3.DataReconciliationtesting.
ETLtestingistableleveltesting.wewillhavedifferentsortsofsourcefromBU.imeantheywillcomeup
withDBtable,exceletcandprovideBUlogic.weneedtocheckbasedonbusineesruleitsgettingloaded
ornotandthenallthesourcedataisgettingloadedintotargetdatawarehouseornot.wehavetocheckthe
sourcetablematchedwithtargetdatabasetable.theetlloadmaybehappenbasedschedulethatmightbe
considerincrementalload(transationdatahavebeenloadedinincrementalload).
Reporttestingwouldbeformatlevelanddatalevel.
datawarehousedatapublishedordisplayedinreporting.wehavetochecktheBUexpectingformat.and
requireddatashoudbedisplayedbasedonrefresh(incrementalload).
Reconciliationtestingisnothingbutbacktracking.

thanks,
Murugesh
pmkkav5@gmail.com
#173Shankernath
Hi,
ImbeginnertolearnETL,IgottheinfoabotETL,itsverynice..sharemoreinfo
shankerboby@gmail.com
#174sandeep
GreatArticle!
#175Anil
Hi,
VeryInformativeshare.
CananyonesharemetheETLTestingTutorialsandrelatedDocs.
MyMailID:melimianil@gmail.com
#176zaffar
HiAll,anyonesuggestmehowwasthemarketforETLtesting.Iamzaffarihaveexperienceinsiebel
admin.Iwanttolearnplssuggestmeanyonlinetraininginstitue.
#177amankumar
IwanttolearnETLtestinginNoidalocation.Anyone?
#178Megha
IsSQLrequieredforDWH/ETLtesting?SInceiwishtopursuecareerinsameiwouldliketoknowthe
criteriarequiredforDWH/ETLtraining..
#179Lavanya
Hiall
IsanyoneworkingasaEtltesterorinformaticaQatester
InUSApleaserespondmebackwithuremailid
Ineedsometipsnconfidencefromyouguys
AsIstartedsearchingajob.
Myemailidmail2lavi@yahoo.com
Thanks
Lavanya
#180Sivanashpandy
helloJagadesh,verygooddaytoyou.
IamworkinginaMNCcompanyasaManualtester,Chennailocation.
with2yearsofexperience.
IamplanningtojumptoanewcompanyasaETLTESTING.
pleasegivemeyourinputs.
#181Sivanashpandy

hello,verygooddaytoyou.
IamworkinginaMNCcompanyasaManualtester,Chennailocation.
with2yearsofexperience.
IamplanningtojumptoanewcompanyasaETLTESTING.
pleasegivemeyourinputs.
myMailidpandy05@Gmail.com
#182Prakash
Nicearticle.
#183SivaKrishna
IsitpossibleifIworkasETLtesterforandthenwantchangemydomaintodeveloper
#184NikhilUndale
whataredifferentETLTestingtoolsavailableintheindustry?
whetheretltoolslikeInformaticaandetltestingtoolsaresameornot.

LeaveaComment
Name
Mail
Website(Optional)

Submit

LatestArticles!
4ImportantThingsILearnedinMyJourneyasaQATestManager
58BestMobileTestingToolsYouCantLiveWithout
WhatisTechnicalDebtandWhyQATestersShouldbeConcernedAboutIt?
TheBeginnersGuidetoWebApplicationPerformanceTestingusingWAPTPro
ThisScenarioExplainsHowImportantItistoDocumenttheFrequentlyEncounteredErrors
3StrategiesforDealingwithaBlockerDefect
HowtoImproveSoftwareQualityUsingContinuousIntegrationProcess

FollowUs!

BestOnlineTraining

Adv

Categories
AgileTesting

AutomationTesting
BasicsofSoftwaretesting
BugDefecttracking
CareerinSoftwareTesting
CookieTesting
DatabaseTesting
GameTesting
General
GUITesting
Howtobeagoodtester
HPQualityCenter
InstallationTesting
ISOstandards
ISTQBCertification
LoadRunnerTutorials
ManualTesting
MobileTesting
QAcertifications
QAforum
QAleadership
QAteamskills
QATestengineersPayscale
QTPTutorials
Qualityassurance
Questions&answers
Reviews
Securitytesting
SeleniumTutorials
Softskillsfortesters
SoftwareJobOpenings
SoftwareTestingBooks
SoftwareTestingEvents
softwaretestinglinks
SoftwareTestingResume
SoftwareTestingTemplates
SoftwareTestingTools
SoftwareTestingTraining
TestManagementTools
TestPlanTemplate
Teststrategy
TestervsDeveloper
Testingbestpractices
TestingConcepts
TestingInterviewquestions
TestingLifecycle
TestingMethodologies
TestingNews
TestingSkillImprovement
TestingTipsandresources
TestingWebServices
Typesoftesting
WebTesting
Winrunner
WriteForUs
Search

STARTHERE!
Aboutus|Sitemap|Contactus|FindJobs|Directory|Affiliates|Advertise
Home
GetFREEUpdates
Allarticlesarecopyrightedandcannotbereproducedwithoutpermission.
TestingRESOURCES
QATestingTRAINING
PremiumeBook20062015SoftwareTestingHelpReadourCopyrightPolicy|PrivacyPolicy
|LinktoUs FREEeBooks
ALLArticles
ContactUs
WhatReadersSayAboutUs
YourFeedback!

DownloadFreeeBook+GetBlog
Updates
YourEmail:

Help&Tutorials
ISTQBStudyGuide
ISTQBPremiumStudyGuide
FreeQATraining
FreeSeleniumTraining
FreeQTPTraining
FreeQCTraining
HPLoadRunnerTutorials
JIRATutorials
101+InterviewQuestions

Potrebbero piacerti anche