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

What is Green Tesing, Red Tesing & Yellow Box Tesing?

4 Answers  


If there is a button called Edit button. 1) Editing can be done by double clicking the object 2) Editing can be done by pressing Edit button 3) Editing can be done by pressing Alt+E key Then Should I have to write 3 different test cases for editing object? What should I do so that I 'll not miss the any functionality while testing.

1 Answers  


Can u specify one Deadlock or Processlock issue in a client server application?

1 Answers   Kanbay,


What is Industrical Automation?

1 Answers  


Is an "A fast database retrieval rate" a testable requirement?

1 Answers  






How will you prepare traceability matrix if there is no Business Doc and Functional Doc?

2 Answers   Virtusa,


What is the first query u encounter to test a database..?

2 Answers   HCL,


1) In your own words please explain the probable test cases and scenarios for the authentication or login process flow for web based applications like a. www.gmail.com b. www.facebook.com c. Secure internet banking (ICICIBANK.com etc)

2 Answers  


What is white-box Integration Testing and its differences between Black box-Integration testing?

6 Answers   Tech Mahindra,


Have anyone got the Cognizant manual testing call letter for interview? Pl reply

2 Answers   Cognizant, HGS,


What are the Risks involved while testing?

4 Answers   BT, GL Noble Denton,


what are the different types of black box techniques?

3 Answers  


Categories