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

Example for a bug not reproducible ?

1 Answers  


Difference between Static and dynamic Testing & Which type of testing include in Static and dynamic Testing ? explain in detail with example. Thanks

6 Answers   TCS,


Hi, I want to apply jobs on manual testing with 6 months experience can any body sent a cv.

1 Answers  


What is integration testing

2 Answers   Nucleus Software,


This Question asked in Oracle Walk-in Write the content of high level design documents? Thanks in advance

4 Answers   Oracle,


Hi friends I am kranti completed my IT diploma in 2005 & after that complete my software testing course. Now I am working in small software form as software tester. I have 2 + year experience in manual testing. Now I wan to change company. Plz told me is there any effect that I can not have any degree although I have 2 + experience ?

0 Answers  


Hi Friends ... why need testing team again, develop team is also doing testing... it is nessesary testing team for a project...

13 Answers  


what is testing

8 Answers  


What is Test Harness... is having any releation with Test driver...Anybody can explain in detail...Thanks in Advance

5 Answers   Siemens,


what is mean by exactly the difference between the testcase and usecase

6 Answers   HCL,


Test cases for Recycle Bin

4 Answers   Quexst, Shriram,


What is Independant Testing? When and where this type of testing will be performed?

0 Answers   Satyam,


Categories