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 is Defect Acceptance ?
Can you explain tailoring?
Any one can send the Test Plan Tempelate to this id raj_kan1979@yahoo.co.in
Suppose a tester reports the bug to the developer and developer rejects it saying that the bug which is reported by tester is not a bug.In such a case what should a tester do?...Kindly answer this question ..
9 Answers Infinite Computer Solutions, PayPal,
He has given table attributes- empid,empfirstname,emplastname,MangerID.And he asked write query to display empfirstname and mangername?
I Want to know for the different fields For e.g there are 6 different fields and menus, How much possible test Cases can be written there is any calculation?
what is usability defect?Give one exapmle.
what will you do when you were given two diffrent projects and asked to complete them at same time?
what are the disadvantages og v-model over waterfall model?
Can you please explain me how to do testing of an E-insurance project end to end process..
Tell me some of the Possible test cases on ATM Machine?
10 Answers IBM, MBT,
Is this good to start a career as a manual tester?