Data transformed successfully from Source table to target table. Now how you will ensure that the data in Target table is proper. I answered will verify one or two records and check Then question was that the Development is doing (1-2 record verification)but as a tester you have to verify the complete data, how you will do?? Please answer
Answers were Sorted based on User's Feedback
Answer / abhinaw prakash
You can write the query using both the source and target tables.
You can use the NOT IN and MINUS keyword.
Also you can make a mapping using both the tables and
generate a report on the missing records.
| Is This Answer Correct ? | 5 Yes | 0 No |
How can u insert o ne row in the target if that row does not exists in the target and update if it exists
how many types transformations supported by sortedinput?
In ur current projectu have done any performance tuning of mappings?
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.
pmscmd startworkflow -sv <host name> -d <domain name> -u <user name> -p <password> -f <folder name> <workflow name> while running this command I got the error as "no gateway connectivity is provided for your domain name". So anyone please help me how to rectify this error?
Why we use lookup transformations?
can we use mapplet as starting n ending object in mapping
suppose if we have dublicate records in a table temp n now i want to pass unique values to t1 n dublicat values to t2 in single mapping?how
How will you display "Mr" for male & "Mrs" for female in target table?
If my source is having 30 million records, so obviously the cache could not be allocated with sufficient memory. What needs to be done in this case?
How to differentiate between the active and passive transformations?
Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.