Guys can u plz tell me that whether for testing websites,is it important to have a knowledge of SQL . if yes then tell me where is it needed.thanks so much

Questions by alcka   answers by alcka

Showing Answers 1 - 3 of 3 Answers

srinivasulu

  • Aug 11th, 2006
 

Hi

 we must need the SQL for testing .. now a days it's very important especially in Automation testing..

Ex: For example if we are test the registration screen.. here need to test a new user will added to database after a successful registration.. then we must go to database and verify it..

Next suppose we are edit an employee information, here suppose a age field is shown as '123' years, but actually a man/she never have this much of age..so now we want cross check it's came from database directly or else from it's hard coded..

Here another perciption will arise for you.. why do we test that like that, it's enough to log the bug on developer..

  Was this answer useful?  Yes

hi srinivasulu,

i really appreciate, it was great help. Well i have interview very soon. So i was bit confused about that SQL n where exactly it is used. .....

If you don't mind then can you plz answer one more Question?

Is database testing and web testing go hand in hand(means both are related).

thanks alcka

  Was this answer useful?  Yes

Hi

NO there is a big difference between them. Database testing is we've to verify the a new record is added or is it modified if modify by us.

and webtesting is test the more than or equal to two tier architecture applications.(web base applications)

srinivas (srinivasulub1981@gmail.com)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions