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 .

Answers were Sorted based on User's Feedback



Hi, I am new to testing.where we will use SQL in manual testing. To what extent i need to learn SQ..

Answer / shanti

testers will use SQL to test the database.
give some input customer id,customer name,address and phone
number. useing sql queries we can check the data is stored
in the database or not.
testers no need more knowledge on sql learn some select
statment,
testers never get access to edit or insert in the database.
that is different team (database team)
knowing select statement is good

Is This Answer Correct ?    38 Yes 2 No

Hi, I am new to testing.where we will use SQL in manual testing. To what extent i need to learn SQ..

Answer / 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

Hi, I am new to testing.where we will use SQL in manual testing. To what extent i need to learn SQ..

Answer / amol

Database : is a concept to organized collection of data
(today typically in digital form).
Database system (DBMS): is software which are created to
implement the above. Today most of DBMS store data using
some relation between the data hence it is called Relational
DBMS (RDBMS)
There are lot of companies who has created this DBMS like
Oracle, IBM DB2, Microsoft SQL Server, Microsoft Access,
PostgreSQL, MySQL, and SQLite

SQL Structured Query Language) : Is programming language for
querying, altering and defining relational databases(RDBMS);
using declarative statements.
Though it is ANSI standard (meaning every DBMS should
support it and support in same way)
some of the syntax or features in SQL are not supported OR
supported in different way by each vendor/company.
Also some companies provide more features on top of SQL.
E.g. Transact-SQL (T-SQL) is Microsoft's and Sybase's
proprietary extension to SQL.

Is This Answer Correct ?    2 Yes 3 No

Hi, I am new to testing.where we will use SQL in manual testing. To what extent i need to learn SQ..

Answer / guest

thank you,shanti

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

What is "V-n-V" Model ? Why is it called as "V"& why not "U" ? Also tell at what Stage Testing should be best to stared?

6 Answers  


What is acid testing? In which scenario we can use acid testing

0 Answers  


What is Functional Testing and Regression Testing?

8 Answers   Xavient,


Write 5 Test Cases for ATM From Security Point of View ?

2 Answers  


a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh

0 Answers   TCS,






HI friends Can any body help me by sending me a SRS document in my email id:- subhasis.study@gmail.com.I want to write testcases by seeing that SRS, before attening any interview.So that i will gain more confidence.Without urs help its not possible.Plz send me.......

0 Answers  


how can test the entire web site?

6 Answers   Accenture,


If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.

0 Answers  


What do u mean by SDC. Give me a brief description on this?

3 Answers   IntraLogic,


In an Text Box Expected Value is 'icici' where as actual value came up is 'icci'. Now in the Bug Report How will u rate the severity and Priority?

15 Answers   Vyons Labs,


What is the relationship between quality and testing

2 Answers  


What will be your approach if a particular script in Load Test fails?

0 Answers   ADP,


Categories