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

Mention 3 test component areas which gave lots of bugs & had lots of difficulties in testing it ?

1 Answers  


What is a Software process?

0 Answers  


What is Matrix in testing?

1 Answers   Tech Mahindra,


Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance

0 Answers  


what is v.s.s. ?when it is used?

31 Answers   ASO, Infosys, Verisoft,






What did your base your test cases?

3 Answers  


What are the benefits of requirement traceability?

0 Answers  


why you choosed testing as a carrer?

7 Answers   Verizon,


What is the difference between Use Case and test case?

4 Answers  


What is regression testing and what are the types in regression testing?

2 Answers  


How to make sure test cases that you have written are good enough?

4 Answers  


what is meaning of manual testing,,?

5 Answers  


Categories