Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

WHAT IS ETL TESTING.......

Answer Posted / mfsi_krushnas

A tester generally does the following task in ETL environment:

1. Review the requirements
2. Review the source data - data profiling.
3. Modify the source data to meet any requirements that
weren't already met with the original source data.
4. Execute the ETL job(s)/transformation(s).
5. Validate the results.
6. Validate that the data is usable. If the data isn't
usable, then you really haven't gained anything.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in a web page hoe to check the dynamic links that rechabging with out using regular expressions

2317


What is data driver in qtp?

1080


What is the use of sendkeys and what are send keys

2513


What test cases can you automate using QTP?

1160


How to handle Java tree in QTP?

1398


i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji

2162


How you can make an action as re-usable action?

1182


How is a Step generator used in UFT?

1276


How to find the length of the string in qtp?

1106


What is use of object spy?

1149


what are the challenges you have faced while testing web based application using the automation tools ?

1196


What are the Disadvantages of shared object repository?

1186


How to find Operating system information using QTP script?

1055


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1830


What are the types of object repository in qtp?

1073