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
how to create automation frame work ?
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?
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
What is a bug triage?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
What is an entry criteria?
What is test driver and test stub?
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
what is prototyping model,RAD model V model, spiral model?????
Hi....Friends....If anybody having Sample CSTP question papers, pls send it to the following Id... Thanks n advance... theramkumar@gmail.com
what is the difference between Risk based and Requirement based testing???
Can you explain boundary value analysis?
Unit Testing can be done by using Nunit?
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.