SQL Injection is also know as HTML Injection. Passing SQL queries in the Addreess bar with the intend to break out the system. This is to check the site vulnerability. You may think while we doing the SQL injection how we will find out the site is vulnerable or not.
While passing this SQL injection. if we found any of this below means its be a bug
* should not display the records(index.asp?–Select * from sales). it should not display the sales record in the front end page
*should not show any Database name
* should not show any table name
* should not show any column name
* should not show any constraints(Primary key/foregin key names)
In real world Hackers can enter in to the site by passing SQL injection and do according to their needs. if any above issue they got they can easily enter in to the site and hack it.
Database Migrating Testing verifies the following:
1) Visibility of all business data in respective fields in migrated system
2) History data links to other system
3) Status of various business entities in migrated system.
e.g. a. Task which have completed status should be displayed completed in migrated system
b. Review history of any documents
c. Previous transaction data for business entities
d. Meeting and conference records in migrated system
4) Future dates sets for some specific fields should be displayed in same way in migrated system
5) User Accounts and Groups data in migrated system
In Data migration testing is done to ensure that the current system is successfully migrated or displayed once the database is changed.
No comments:
Post a Comment