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 |
is it possible to do performance testing in stand alone application..how wil u do that ???????
About database testing,plz proide me the link for database testing doucments. Koteswar Rao
What is the difference between sanity testing and smoke testing
After fix the bug if requirement change the tester what will do?
Can we file a bug after UAT?
can anyone suggest the website which gives detailed informtion on configuration mnagement tools VSS?
What is mean by Test Plan? What details will be mention in it?
Hi If anyone from banglore want to know the real time senario like writting Test cases and how things actually happens in a company. I am taking a 2 hours class which will cover all the real time experiance and guidence for job. classes are counducted only at weekends. for further queries mail me at vinodhanandhan@gmail.com Vinodh Anandhan Software Test Engineer vinodhanandhan@gmail.com
what is database testing?
if a very low defect (user interface )is detected by u and the developer not compramising with that defect what will u do?
What are the different strategies of rollout to the end users?
When and by How you will come to a conclusion “Prepared testcases covers the given requirements?