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 did your base your test cases?
What are two types of Metrics ?
What are the advantages of black box testing?
What did you include in a test plan?
1.what types of testing do testers perform ?
waht is the quality in your company?
2. How would u test and automate Windows Screen saver ?
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
Types of Acceptance testing?
How many types of testcases can be prepare.
You have raised a priority 1 bug that needs to be fixed for release tonight, the developer concerned is refusing to fix this, what do you do and why?
I want the correct answer for this question, because i read so many answers from this site which have wrong answers for this question and so during interviews i only gave wrong answers. If anyone really knows the right answers only then answer, Pls give the examples for: High Priority High severity, HP LS, HS LP, LS LP.