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
What are the main key components in web applications and client and server applications? And explain the differences between them?
How do you test a web application for dump and deaf??
Write 2 scenarios for System testing?
hello there, can anyone tell me what type of question does lg soft company ask in written test especially for a quant part? Thanku
What is a bug triage?
What impact ratings have you used in your projects?
How do you scope out the size of the testing effort?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
What are the types of maintenance?
There are some features to improve the performance of a Product. What are those factors?
What is the difference between system testing and integration testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
Can you explain exploratory testing?
Being an Manual tester, what will be the role or activity in test plan ?
What r all the security problems u r facing & the measures taken to solve.