Sunday, November 24, 2013

ETL Test Plan

  

Test Plan for banking project

 

 

Introduction
Banking
Back Ground
Informatica, oracle 10g
Test Items
Fixed Deposit, Withdrawls.
Features to be tested
Like password.non secure field to tested
Approach
Types of Etl testing
Testing levels
Sanity, smoke
Features Pass & Fail criteria
How many tc pass, tc fail
Suspension  criteria
Company will make some rules
 
Test Environment
 
Staging server, client server(Alpha), production server(Beta), live server
 
Test deliverables
 
Test cases, bug logging, test procedure
Scheduled tasks
It’s a time table of the project or module.
 
Staff & training
 
Required persons
 
Risk and mitigation
 
General Holidays, seek leaves
Sign off
Higher authority
Features not to be tested
Secure fiels,tables

 

No comments:

Post a Comment

TestNG - Can i use the 2 different data providers to same @test methods in TestNG?

public Object [][] dp1 () { return new Object [][] { new Object [] { "a" , "b" }, new Obje...