Performed back end testing using SQL scripts to verify the data integrity?

Showing Answers 1 - 3 of 3 Answers

Srinivasulu.Chitoor

  • Feb 24th, 2006
 

Backendtesting:- What we are given in the inputs at the same inputs will be updated in the database or not .this is the backtesting.

If doing the backend testing we are using database checkpints or database scripts(Oracle,SQL)

  Was this answer useful?  Yes

swapna

  • Nov 6th, 2006
 

Hi rani,

For the testing people just have the access to check the database only for select command.In some cases developers provide the access to update n other actions.

Just we will check what ever the data given in frontend grids will be placed correctly in database for respected fields.

For this winrunner is having 3 types of databsecheckpoints

for total selction of content"default"

For content and count of rows n columns("Custom)

to check particular record("runtime record")

.

.

Thanq

  Was this answer useful?  Yes

kalim

  • May 5th, 2007
 

Backend testing means, we are validating what ever the operations we perform on front end screens are impacting on backend object tables or not. the impact should be valid impact.

SQL stetment: select * from [table name]

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions