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
Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella
What type of testing you perform in organization while you do system testing, give clearly?
How to do Pixel Size testing in a PDF document. Is there any Open tool that will be avaiable?
1) Difference between "Delete" and "Concatenate" with reference to databases? 2) Difference between SDLC and STLC. 3) Latest versions of the browsers used. 4) What is URL Tampering? 5) Full form of URL. I don't need the answers. These are just for reference.
How do you scope, organize, and execute a test project?
what is the difference between test case and result matrix
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
Could some one tell me test cases for multi line text boxes like Notes field?
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
any one please send me any test case examples with tabular columns in manual testing
what is meant by application server and its functions?
Explain the strategy for testing a Java application?
what are the 3 test tool categories and describe what each can do.
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
What is performance tuning? What are tools of performance testing?