Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 non-compliance testing?

1 Answers  


why it is know as alpha and beta testing(alpha & beta)?

2 Answers   Satyam,


Tell me the situation where sanity test cases should pass and smoke test cases fail...?

6 Answers  


What are the Testers Responsbile?

3 Answers   Mind Q Systems,


What is negative test case ?

5 Answers   Zenith,


what is testing methodology

3 Answers   Wipro,


Hi freinds..im priyan 4rm banglore. i recently got an job on 2+(manual testing) by faq experience.in 2 days im going 2 join in company. now, can u any tel me pls how s there n company & environment. and what work did they give for me in starting & vat work shal i do there..? pls give me reply & help me soon. pls dont mind.

7 Answers  


What type of metrics we prepare in testing?What is the use of those? can any body plz let me know. udya uday_testing@yahoo.co.in

10 Answers   HCL,


When should testing start in a project?

11 Answers   CSC,


What is testing Approach, Methodology, Terminology, Technic and Types? what is domain? Please clear me.

1 Answers  


What is virtual creation tool?

0 Answers  


There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?

2 Answers   Crea,


Categories