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 |
Example for a bug not reproducible ?
Difference between Static and dynamic Testing & Which type of testing include in Static and dynamic Testing ? explain in detail with example. Thanks
Hi, I want to apply jobs on manual testing with 6 months experience can any body sent a cv.
What is integration testing
This Question asked in Oracle Walk-in Write the content of high level design documents? Thanks in advance
Hi friends I am kranti completed my IT diploma in 2005 & after that complete my software testing course. Now I am working in small software form as software tester. I have 2 + year experience in manual testing. Now I wan to change company. Plz told me is there any effect that I can not have any degree although I have 2 + experience ?
Hi Friends ... why need testing team again, develop team is also doing testing... it is nessesary testing team for a project...
what is testing
What is Test Harness... is having any releation with Test driver...Anybody can explain in detail...Thanks in Advance
what is mean by exactly the difference between the testcase and usecase
Test cases for Recycle Bin
What is Independant Testing? When and where this type of testing will be performed?