Part4 : Database Testing | Stored Procedure Testing | How To Develop and Test Stored Procedures

preview_player
Показать описание
Topics:
-----------
1) What is stored procedure & advantages of stored procedure?
2) How to create stored procedure?
3) How to call stored procedure?
4) How to write test cases for stored procedures?
5) How to test stored procedures?

#databasetesting #StoredProcedureTesting #advantagesofstoredprocedure #createstored procedure #callstoredprocedure #writetestcasesforstoredprocedures #teststoredprocedures

#########################
Udemy Courses:
#########################

Manual Testing+Agile with Jira Tool
************************************

Selenium with Java+Cucumber
********************************

Selenium with Python & PyTest
********************************

Selenium with python using Robot framework
****************************************

API Testing(Postman, RestAssured & SoapUI)
*****************************************

Web & API Automation using Cypress with Javascript
********************************************

Playwright with Javascript
**************************

Jmeter-Performance Testing
************************

SDET Essencials(Full Stack QA)
*************************

Appium-Mobile Automation Testing
************************************

Java Collections
*****************

Python Programming
*********************

Cucumber BDD Framework
***************************

Protractor with Javascript
***************************

####################################
Youtube Playlists:
####################################

Manual Testing & Agile
***********************

SQL
*************************

linux & Shell Scripting
**********************

Java
**********************

Selenium With Java+Cucumber
********************************

Python
********************************

Selenium With Python,Pytest&Behave
***************************************

Selenium With Python Using Robert Framework
(Web&API Testing)
*************************************************

API Testing (Postman,SoapUi,&Rest Assured)
**********************************************

Mobile App Testing Appium
****************************

Performance Testing Jmeter
*******************************

Maven,Jenkins,Git,Github,CI/CD
*******************************

SQL,DB Testing&ETL,Bigdata
*******************************

JavaScript Based Automation Tools
********************************

Selector Hub Tools
********************

GraphQL
******************

Cypress API Testing
********************

Cypress Web Testing
**********************

Playwright with Javascipt
**************************
Рекомендации по теме
Комментарии
Автор

Thank you for this excellent tutorial! It's easy to understand and exactly what I needed. I was searching for SQL resources specifically for testers to avoid lengthy videos, and this content perfectly addresses my needs. Great job!

StefaniaGil-mp
Автор

Very well explained. Lot of patience. Thank you!

angaraki
Автор

Very helpful it is. I am very impressed the way you are teaching. Excellent and Thank you

ashavm
Автор

Thank you, I like a lot your explanations

manusi
Автор

Delightful explanation. Thank you, Sir!

RPenahli
Автор

Thank you sir explanation is very well ..

SAKEASWANI-gs
Автор

Thanks a lot for this series...Can we get the Soft Copy of Materials used by u in this series..if it's possible.??

AbhinavKumar-fvqx
Автор

Plz do video on trigger testing...that will be complete database testing!!

sachingond
Автор

Thank you so much Sir, you are really great!!

safrozeafroze
Автор

Sir, 'supplierproducts' table is not present in the latest version of this database

vedanthello
Автор

i'm creating stored procedures to show any table data by passing the single table_name parameter but i'm getting error, can anyone tell me why please check script below

delimiter //

create procedure showtabledata(IN name varchar(50))
begin
SELECT * FROM name ;
end

delimiter ;

call showtabledata('customers');


Getting this error

18:07:40 call Code: 1146. Table 'classicmodels.name' doesn't exist 0.016 sec

ayushmantiwari
Автор

Hey there, Great efforts in this channel.
I have learned recently about assemblies.
In what way, Assemblies are different from stored procedures?
I appreciate your help at your sole convenience.
Thanks a lot.

hasanmougharbel
Автор

Is it important for manual tester to know database testing? ( as a fresher) please reply, what i should read in data base ple suggeste 🙏🙏🙏🙏🙏🙏🙏🙏🙏

avineshsrivastava
Автор

where is the supplier product table how to create that didn't shown sir directly inserted in sp that table u used

Introvert_Explorer
Автор

Where can I get the SQL Query documents which you have used in video?

dc_patel
Автор

I don't see supplierproducts table in classicmodels schema.

srinivaskadiyala
Автор

in how many classes database testing will over.

ravirajutv
Автор

Sir Please do video on Database Testing using Hive and Hbase

ashavm
Автор

Plz upload next video of stored procedure testing early..im eagerly waiting for it!!

sachingond
Автор

Hello Sir,

Thanks for sharing such a great knowledge.

I coundn't see SupplierProducts table, should i import the table somewhere or?

Hope I will get any response :D

Mustafa