Saturday, November 23, 2013
ETL Testing
This guide
provides the following sections:-
1. Data warehouse concepts
2. Etl development life cycle
3. Etl test plan
4. Etl testing life cycle (or) Etl test process
5. Types of etl testing
6. Types of etl bugs
7. Bug reporting
8. Testing templates(test case, bug reporting & etc..)
9. Etl performance testing
10. Etl interview questions
Subscribe to:
Post Comments (Atom)
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...
-
package programs; public class CalculateSumOfNumbersOfArray { public int calculateSumOfNumbers(){ int[] a = {10,20,30,40}; int ...
-
public Object [][] dp1 () { return new Object [][] { new Object [] { "a" , "b" }, new Obje...
-
package programs; import java.util.Scanner; public class ReverseNumber { public void reverseNumber(){ Scanner scn = new ...
No comments:
Post a Comment