Это видео недоступно.
Сожалеем об этом.

Software Testing Tutorial #48 - What is Database Testing

Поделиться
HTML-код
  • Опубликовано: 14 янв 2021
  • Get all my courses for USD 5.99/Month - bit.ly/all-cou...
    In this Software Testing Tutorial, we will learn what is database testing. Before we understand the database testing we will first understand what is database and then progress with all the key details about database testing and why it is important.
    FULL Playlist: bit.ly/Softwar...
    🛠️ Tools I use for making videos 🛠️ amzn.to/3poSRcO
    Mic 🎤 for computer recording: amzn.to/3poSRcO
    Mic 🎤 for whiteboard recording: amzn.to/3mMXk7f
    Camera 📷: amzn.to/3hmy9HM
    Disclosure: Some links are affiliate links to products. I may receive a small commission for purchases made through these links.
    🔸FREE Training's at training.rcvac... 🔔SUBSCRIBE to CHANNEL: bit.ly/2YGU6JM
    Help me in spreading the knowledge, please hit LIKE, SHARE, and SUBSCRIBE for the latest tutorials. More tutorial playlists below:
    ✅ ALL PLAYLISTS (Software Testing Mentor)🔸 / softwaretestingmentor
    ✅ ALL PLAYLISTS (RCV Academy)🔸 / @rcvacademy
    ✅ JIRA BEGINNER TUTORIAL🔸 bit.ly/jira-beg...
    ✅ JIRA WORKFLOW TUTORIAL🔸 bit.ly/2EzKOEB
    ✅ JIRA ADMINISTRATION TUTORIAL🔸 bit.ly/36MPPFR
    ✅ JIRA TUTORIAL INTERMEDIATE🔸 bit.ly/Atlassia...
    ✅ JIRA TUTORIALS🔸 bit.ly/jira-tut...
    ✅ ZEPHYR TUTORIAL🔸 bit.ly/zephyr-f...
    ✅ SOAPUI TUTORIAL🔸 bit.ly/Sopui-tu...
    ✅ JSONPath TUTORIAL🔸 bit.ly/2sIZIFG
    ✅ POSTMAN TUTORIAL🔸 bit.ly/2PBbhI7
    ✅ ISTQB AGILE TESTER CERTIFICATION TUTORIAL🔸 bit.ly/istqb-ag...
    ✅ ISTQB FOUNDATION LEVEL CERTIFICATION TUTORIAL🔸 bit.ly/istqb-fo...
    ✅ CUCUMBER SELENIUM TUTORIAL🔸 bit.ly/cucumber...
    ✅ TESTRAIL TUTORIAL🔸 bit.ly/testrail...
    ✅ AGILE TUTORIALS🔸 bit.ly/agile-tu...
    ✅ PYTHON TUTORIALS🔸 bit.ly/python-p...
    ✅ PYTHON BEHAVE TUTORIALS🔸 bit.ly/python-b...
    ✅ PRACTITEST TUTORIAL🔸 bit.ly/practite...
    ✅ JAVA TUTORIAL🔸 bit.ly/2F1iL1B
    ✅ ZEPHYR TUTORIAL🔸 bit.ly/zephyr-f...
    🔶 ENROL IN MANY FREE TRAININGS ON RCV ACADEMY PORTAL 🔶
    training.rcvaca...
    🔶 FOLLOW US ON TWITTER 🔶
    / rcvacademy
    / swtmentor
    / mrmverma
    🔶 LIKE US ON FACEBOOK 🔶
    / softwaretestingmentor
    / rcvacademy47
    🔶 OUR TUTORIAL WEBSITES 🔶
    www.softwarete...
    www.rcvacademy...
    🔶 GET MY TRAININGS ON UDEMY 🔶
    www.udemy.com/...
    #SoftwareTestingTraining #SoftwareTestingTutorial #SoftwareTestingBootcamp #SoftwareTesting #QA #QATraining #QATutorials #RcvAcademy #SoftwareTestingMentor

Комментарии • 47

  • @manoj_mafiosi
    @manoj_mafiosi 11 месяцев назад +10

    **Title: Database Testing - Software Testing Tutorial #48**
    **Understanding Databases:**
    - Databases store and manage data for software applications.
    - They act as digital filing cabinets, storing information in tables on a server.
    - Databases play a crucial role in web applications, managing user data and application information.
    **Front End vs. Back End:**
    - The front end is what users see and interact with in a web application.
    - The back end is where data processing and storage occur.
    - Data entered in the front end is sent to and stored in the database.
    **Database Testing Overview:**
    - Database testing ensures the correct functioning of databases, including their design, schema, and logic.
    - It verifies that data is accurately stored, retrieved, updated, and deleted.
    - Database testing also checks business rules and integrity to maintain data accuracy.
    **Key Aspects of Database Testing:**
    1. **Database Schema:** Examining how tables are structured, data is organized, and tables relate to each other.
    2. **Data Integrity:** Ensuring data remains accurate and consistent during insert, update, and delete operations.
    3. **Business Rules:** Testing rules implemented within the database to maintain data quality.
    **Activities in Database Testing:**
    1. **Data Mapping:** Verifying that data input on the front end is correctly mapped and stored in the database.
    2. **ACID Properties Verification:** Ensuring Atomicity, Consistency, Isolation, and Durability in database transactions.
    - **Atomicity:** Transactions treated as a single unit, succeeding or failing together.
    - **Consistency:** Database remains consistent before and after a transaction.
    - **Isolation:** Multiple transactions do not interfere with each other.
    - **Durability:** Data persists after a transaction is complete.
    3. **Data Integrity:** Validating CRUD operations (Create, Read, Update, Delete).
    4. **Business Rules:** Testing database-implemented business logic.
    **Conclusion:**
    - Database testing is essential for ensuring data accuracy and functionality in software applications.
    - It involves activities like data mapping, ACID properties verification, data integrity checks, and testing business rules.

  • @thawzinlin9562
    @thawzinlin9562 4 месяца назад +1

    I just completed the last day of this software testing tutorial, and I couldn't be more thankful for the incredible resource it has been! As someone diving into the world of software testing, I found the content comprehensive, well-structured, and incredibly valuable.

  • @harshpenshanwar5543
    @harshpenshanwar5543 Месяц назад +1

    Epic Sir🎉 I have finished all your videos, sir, you have taught me very well.👍🏻👍🏻👍🏻👍🏻👍🏻 Keep teaching like this Sir.
    Thank You!!!!😄 Understood all concepts clearly. Keep guiding like this 🎉

  • @sonuvishavkarma2513
    @sonuvishavkarma2513 Год назад +6

    Today completed entire Software Testing Tutorial series!😊 Now I feel more confident.😎 Thank you so much Manish sir for making such type of videos.👏 Keep up the good work. 🙏🙏🙏

  • @Dalia98142
    @Dalia98142 3 месяца назад

    I watched the whole course. Even now after 3 years this information was very helpful. Thank you !

  • @rosey182
    @rosey182 3 года назад +2

    Good video. May I recommend breaking the video up in to two sections? One for introduction to Databases. Second for testing Databases with actual demo. Reason is newbies to Databases wouldn't know what to do with Database testing until they've spent time in Databases

  • @mohitbhatt6206
    @mohitbhatt6206 2 месяца назад

    I watched the whole course. and its very helpful and now currently i am working in technical support with 1.9 year exprience in product base company and want switch to technical support to mannual tested
    Please guide me sir #now what next to study >>>>>>
    Thanks for this valuable series

  • @ganeshkamble9078
    @ganeshkamble9078 3 года назад +2

    Thank you! This is good start to be a part to know the basics of DB testing. All will be informative if we get to know the detailed things about the Backend testing.

  • @daviddvir7259
    @daviddvir7259 3 года назад +3

    wonderful video, I think you really a dear and one of great gift to fresh testers. always very professional and very kind of you, thank you sir!

  • @shanks9926
    @shanks9926 9 месяцев назад +1

    Thank you so much for these super great tutorials, sir. You've helped me a lot.

  • @Support2024-u4q
    @Support2024-u4q 2 года назад +2

    I will not hesitate to enroll into any of your classes.

  • @naveenkommineni6101
    @naveenkommineni6101 Год назад +2

    Hi Sir, With this Video I completed the course and prepared self notes . Now I will go through the Python with selenium videos.

    • @softwaretestingmentor
      @softwaretestingmentor  Год назад

      Awesome @Naveen! Keep learning!! Thanks, Manish

    • @tarkuslu161
      @tarkuslu161 Год назад

      How did you practice manual testing such as functional, system test types?

  • @ggevorgyan99
    @ggevorgyan99 3 месяца назад

    Thank you so much for this course. It has been extremely helpful!

  • @pardeprabhakar4270
    @pardeprabhakar4270 3 года назад +3

    Sir What a explanation excellence thank you sir..

  • @wrong6979
    @wrong6979 9 месяцев назад

    Hello, thanks for the information shared. I will use your course as guide for an interview, i hope will make it. Thanks for all videos from this course.

  • @mjbeats3064
    @mjbeats3064 Год назад

    Best Tutorial of Software Testing for Beginners

  • @max27lab56
    @max27lab56 3 года назад +3

    sir how to write database related test cases, test scenario. which standard template follow to write test cases, test scenario

  • @naveend7643
    @naveend7643 3 года назад +3

    Thank you for this video sir🥰

  • @ayanairodriguez3676
    @ayanairodriguez3676 2 года назад +1

    Great videos! Which videos do you suggest I see in order to learn about data testing?

  • @ishitanaha9732
    @ishitanaha9732 25 дней назад

    Sir i want to switch from database admin to database testing role ! , Please guide me with the same

  • @ishitanaha9732
    @ishitanaha9732 25 дней назад

    Sir can i switch from DBA to Database testing ??

  • @i_m_veer_singh
    @i_m_veer_singh 2 года назад

    Really appreciate your awesome work sir! Can you please advise when you will be uploading the next sessions? Thanks

  • @nikitaprajapati9893
    @nikitaprajapati9893 10 месяцев назад

    Is there any difference between you tube video and your given link video?

  • @hasanahmed7526
    @hasanahmed7526 2 года назад +2

    Thank you sir

  • @varshachauhan5185
    @varshachauhan5185 2 года назад +1

    where r more videos sir .please reply

  • @elnino61
    @elnino61 2 года назад

    Thanks a lot.

  • @nathaelgavilan
    @nathaelgavilan Год назад

    Sos un genio, loco

  • @swapnilpatil4994
    @swapnilpatil4994 2 года назад

    How many topic of SQL require for software testing

  • @shraddhadixit2221
    @shraddhadixit2221 3 года назад +1

    Hi..is this only one video on database testing or more ??

    • @softwaretestingmentor
      @softwaretestingmentor  3 года назад +1

      Hi Shraddha, Currently this is the only one but I will posting complete database testing tutorial series in couple of months. Regards,Manish

  • @senthilkumar_ask6240
    @senthilkumar_ask6240 3 года назад +3

    Sir this is the last topic of this course???

    • @softwaretestingmentor
      @softwaretestingmentor  3 года назад +2

      Hi Senthil, no, many more to come in this series. Stay tuned. Thanks, Manish