Udayreddy_90
13 years agoContributor
DB Table
My scenario is like this...
1. 'XYZ' table is having 10 records.
2. I inserted one more record to that table through the TC script.
3. I want to test, the inserted record data is properly inserted into 'XYZ' table.
------------ I did like this -----------------------
1. Call DBTables.Table1.Check ( Created DB Table check point )
2. Inserted record into the 'XYZ' table.
3. Call DBTables.Table1.Check
( Actually inserted record is properly inset in to 'XYZ' table )
in step1 : Check point is pass.
in step2 : Check point is fail. ( because DBTable check point is not updated with inserted record )
1. 'XYZ' table is having 10 records.
2. I inserted one more record to that table through the TC script.
3. I want to test, the inserted record data is properly inserted into 'XYZ' table.
------------ I did like this -----------------------
1. Call DBTables.Table1.Check ( Created DB Table check point )
2. Inserted record into the 'XYZ' table.
3. Call DBTables.Table1.Check
( Actually inserted record is properly inset in to 'XYZ' table )
in step1 : Check point is pass.
in step2 : Check point is fail. ( because DBTable check point is not updated with inserted record )