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 |
How can you test an application after production and deployed in to the clients system by connecting to the (Client's)server which is located somewhere in the US. I mean how can you connect and test when it is at maintenance
What is mean by Functional Testing? How will you do functional testing for Yahoo Login page?
What are the three aspects of GUI software to test for with WinRunner?
What is big bang approach?
How will you track defects? Or Bug life cycle?
What's the role of documentation in QA?
What is the outcome of integration testing
how to determine if a test environment is approritate?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
Which r diff. models for SDLC and STLC ? Thanks in advanse to replier. Suyog Watershed Infotech
if a project is long term project , requirements are also changes then test plan will change or not?why
How to write a mail to PM and Client regarding Bug status report.And how u r introducing your self to the client through mail.I want a format of both.