Hi,
I am new to testing.where we will use SQL in manual testing.
To what extent i need to learn SQl.there are diff types of SQL
like TSql,Mysql etc.i little bit confused,help me.
Thank you .
Answer Posted / amol
Sometimes results of some user actions can not be verified
on UI, we can use SQL to check this.
E.g. Consider a user delete schenario. On UI someone can
select a user to delete and on UI it can be verified if the
same user is not displayed on UI anymore.
But if there is some business logic NOT to delete the user
completly from system, but just mark it as unactive so that
it is not displayed in UI. This logic can not be verified in
UI. For such schenarios we can do a SELECT quesry on
database and check if the user is there with some flag like
deleted=true or active=false.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
You may be overqualified for this position we have to offer
What is verification in software testing?
What are the qualities needed by a software tester?
Difference between smoke and sanity testing
how to creat 2 test plan in 2 different environment exp:tour and travel
can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing
What are the major components of Perf Test Report?
What do you think the role of test-group manager should be? Relative to senior management?
wat is meant by frontend and backend testing
What are the differences between stlc and sdlc?
What are the modules of quality center?
What is bug priority?
hi, I m looking for a career in manual web testing. so PLZ anybody who have the practical knowledge of dis field help me. GIVE ME UR MAIL ID so that i can ask regarding some doubts. my MAIL ID is ankurtester819@gmail.com
Can you explain exploratory testing?
Why is it impossible to test a program completely?