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 |
Mention 3 test component areas which gave lots of bugs & had lots of difficulties in testing it ?
What is a Software process?
What is Matrix in testing?
Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance
what is v.s.s. ?when it is used?
31 Answers ASO, Infosys, Verisoft,
What did your base your test cases?
What are the benefits of requirement traceability?
why you choosed testing as a carrer?
What is the difference between Use Case and test case?
What is regression testing and what are the types in regression testing?
How to make sure test cases that you have written are good enough?
what is meaning of manual testing,,?