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 |
what types of testing you perform ?
how to write test case for triangle and sqaure?
Negative test cases for phone camera
What are the properties of a good requirement?
What is Windows Test Technologies? Where i will get all information of it.
Plz any one explain with example for a high priority with low severity and low priority with high severity bug
if a very low defect (user interface )is detected by u and the developer not compramising with that defect what will u do?
What is software development Life Cycle (SDLC)? where exactly the Testing activity begin in SDLC?
What were your achievements in last 2 years as a software tester(manual)
Tell the test cases to test Login Password screen?
why nds?
What r block box technique