why sql injection is injected in manual testing?



why sql injection is injected in manual testing?..

Answer / rajyalakshmi

For database testing we use SQL. All manual testers may not use SQL. The people who are working on database testing they use SQL.
For example :

Take ICICI bank as our example. They have their own database which contain customer details, amount details, transaction details and all. If the bank owner came to you and asked to test the ICICI application.
First we need to check how many customers are there in the database. As we all Know, SQL is the language which can retrieve the data from database.
So we need to write query and test.

Select cname from ICICIBANK ---> we get all the customer details here.


Go to application and update any customer mailing address , Again we need to check whether the record is updated or not , for that we again use SQL to check backend data.

Select MAdds from ICICIBANK where cname = ‘ABCD’---> if we find record test case pass or else raise defect :)

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,

0 Answers  


how do you ensure by testing that the transactional refuilement or an application are met

1 Answers  


What is Buddy testing?

14 Answers   Kanbay,


is gorilla testing & monkey testing is same r not?

5 Answers  


How and what to functionally test in a web based application manually?

3 Answers  






Interviewer asked me to write down the critical bugs in my career.i am working for the past 18 months in the banking domain. my answer didn't satisfied the interviewer,can any one help me to find out the critical bugs that may occur while working in banking domain?

9 Answers   Accenture, Cerner, CybAge, RadixWeb,


what is mean by defect resolution and its use??

1 Answers   SoftTech,


Define system integrated testing with a live example.

2 Answers   Cap Gemini,


My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?

0 Answers  


What is the difference between User Acceptance Testinga and System Testing?

3 Answers  


what r the topics coverd in maual testing? OR syllabus for manual testing

2 Answers  


what is functionality testing?? what is system testing?? does system testing involves functionality testiting??

5 Answers   FIC,


Categories