why sql injection is injected in manual testing?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

how to create automation frame work ?

1675


what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?

1632


hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com

1884


What is a bug triage?

767


How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..

1633






how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?

1948


What is an entry criteria?

735


What is test driver and test stub?

776


what is localization and globalization.and what are the ways way are going to test the particular application?how can we identify factual, visual, corrupted characters, link errors, formatting errors, etc in locallization?iam going to attend the interview on localization concepts and languages like : German, Japanese, French, Russian, Italian, Chinese, Korean, Portuguese and Spanish .tell me the process how to do testing above concepts let me know its urgent:anilaluvala@gmail.com 9908814046

1705


what is prototyping model,RAD model V model, spiral model?????

5256


Hi....Friends....If anybody having Sample CSTP question papers, pls send it to the following Id... Thanks n advance... theramkumar@gmail.com

2739


what is the difference between Risk based and Requirement based testing???

1829


Can you explain boundary value analysis?

765


Unit Testing can be done by using Nunit?

819


What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.

2113