No video

Software Testing Tutorial #28 - End to End Testing in Software Testing

  Рет қаралды 43,677

Software Testing Mentor

Software Testing Mentor

Күн бұрын

Пікірлер: 47
@manoj_mafiosi
@manoj_mafiosi 11 ай бұрын
**Notes: End-to-End Testing in Software Testing - Software Testing Tutorial #28** **What is End-to-End Testing?** - End-to-End Testing validates that software functions as expected from start to finish, following the entire business process from an end-user perspective. - It encompasses various user scenarios or flows, such as registration, login, adding items to the cart, checkout, payment, and confirmation. **Example: E-Commerce Website:** - Illustrates End-to-End Testing with an e-commerce website scenario. - Emphasizes that End-to-End Testing accounts for all possible user interactions and variations. **Challenges of End-to-End Testing:** - Discusses challenges such as comprehensive scenario coverage and creating a stable test environment. - Highlights the importance of effective communication and understanding of software and users. **Why End-to-End Testing is Necessary:** - Explains that End-to-End Testing is vital because it covers the complete business logic of an application. - Ensures that the entire system works cohesively and mirrors real-world user interactions and processes. **Best Practices for End-to-End Testing:** 1. **Prototype End-User Scenarios**: Understand end-user interactions and prototype scenarios based on them. 2. **Avoid Negative Scenarios**: Focus on positive scenarios rather than trying to break the software. 3. **Execute Steps in Sequence**: Follow the same sequence as real end-users for testing.
@vkmca09
@vkmca09 3 жыл бұрын
अच्छी सूरत को संवरने की ज़रूरत नहीं होती .. सादगी में भी क़यामत की अदा होती है very good explanation 👍👍👍👍👍👍👍👍👍👍👍👍👍👍
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Glad to hear, thanks. Keep watching!!
@CromaCampusOfficial
@CromaCampusOfficial 3 жыл бұрын
Thanks for explaining in such a nice way students of software testing can easily understand it.
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Thank you very much! I am glad they are helpful! Regards,Manish
@FullNila
@FullNila Жыл бұрын
Thank you sir. Excellent explanation
@ibtissambekkaoui4282
@ibtissambekkaoui4282 8 ай бұрын
Very clear. Can you talk about end to end testing on 3 layers UI/API/DB .
@allenplastic169
@allenplastic169 3 жыл бұрын
very good and clear presentation
@vikavink7531
@vikavink7531 2 жыл бұрын
Thank you very much for the video! Do you have experience with Tricentis Tosca for automation? Are you planning to create a playlist for it on this channel in the future?
@gyanbaimishra9466
@gyanbaimishra9466 Жыл бұрын
Thank you sir
@7467KELVIN
@7467KELVIN 2 жыл бұрын
Thank you very much. It is very helpful
@softwaretestingmentor
@softwaretestingmentor 2 жыл бұрын
Most Welcome. Keep watching for more videos!
@mrspykerwolf
@mrspykerwolf 2 жыл бұрын
Great videos thank you. What is the difference between this playlist and the ISTQB foundation one? Which one should I prioritise as a beginner to software testing?
@krishnaswaminiscorner2132
@krishnaswaminiscorner2132 3 жыл бұрын
You've nicely explained. I really found it userful.
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Glad it was helpful!
@annaint.1414
@annaint.1414 3 жыл бұрын
Gosh! Thank you! I wish I've found you sooner.
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
You are so welcome! Thank you!
@max_rove
@max_rove 2 жыл бұрын
Great video sir!
@softwaretestingmentor
@softwaretestingmentor 2 жыл бұрын
Thanks for watching. Keep watching for more videos!
@sparkle060997
@sparkle060997 3 жыл бұрын
This was one of the better explanations and examples I have found. Great job!
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Glad it was helpful! Keep watching!
2 жыл бұрын
¡Gracias!
@jiaofeng6639
@jiaofeng6639 Жыл бұрын
Hi I remember you mentioned some online freelance testing websites before in the other video but I cant find it. Would you mind sharing the link here, thank you so much.
@veenaayachit681
@veenaayachit681 Жыл бұрын
Found it helpful
@softwaretestingmentor
@softwaretestingmentor Жыл бұрын
Thanks. 😊 Keep watching for more videos and tutorials.
@deepujose232
@deepujose232 Жыл бұрын
Superb Explanation
@softwaretestingmentor
@softwaretestingmentor Жыл бұрын
Thanks! Keep watching for more videos and tutorials.
@elnino61
@elnino61 2 жыл бұрын
thank you so much
@basapproach5640
@basapproach5640 2 жыл бұрын
I have a question 1. Can Exploratory testing cover end to end scenarios if was tested with structural approaching taking and beginning from main areas to the end ? 2. Can End to end testing include app database connection checks. ? Example registered account appears in database checking.? 3. Does End to end testing include performance testing ? Thanks again
@nabilatabassumtooba2405
@nabilatabassumtooba2405 Жыл бұрын
Nice one👌
@softwaretestingmentor
@softwaretestingmentor Жыл бұрын
Thank you. 😊 Keep watching for more videos and tutorials.
@kazirashid4839
@kazirashid4839 11 ай бұрын
Excellent
@softwaretestingmentor
@softwaretestingmentor 11 ай бұрын
Thank you so much 😀 Keep watching and subscribe for more videos and tutorials.
@alejandrocastrilllon9703
@alejandrocastrilllon9703 2 жыл бұрын
And what happens when all thr process needs to be done by different users? For example; I need to place some data on the app, then another user review that data, then another user has to approve that data, then other user has to use that data for something and then another user deletes the data.... How can I manage all those scenarios. Should they be on a single test case? Or can I make dependant test cases?
@automationra
@automationra 3 жыл бұрын
Very informative Sir! I have one question, how can we write a good description or scenario name of your end to end testing?
@amarj845
@amarj845 2 жыл бұрын
USE FLOW!
@iAlexGamer11
@iAlexGamer11 3 жыл бұрын
I have a Question: If i have to implement the E2E tests with BDD Test Cases, will i have to write all the test cases with all the steps that is need for it??? I mean, i´ll have a common step definitions very large
@vijnavijayan6209
@vijnavijayan6209 Жыл бұрын
Thanks sir 🙏🙏
@softwaretestingmentor
@softwaretestingmentor Жыл бұрын
Most welcome! Thank you very much l. Keep watching and sharing.
@snehlataverma962
@snehlataverma962 Жыл бұрын
end to end testing good for career growth or not?
@esraashokry8866
@esraashokry8866 3 жыл бұрын
So what is the differnce between system testing and end to end testing?...iam confused
@AndreaSilva-vb3rj
@AndreaSilva-vb3rj 3 жыл бұрын
Is this kind of testing executed through state transition technique?
@amarj845
@amarj845 2 жыл бұрын
State diagrams are just precursors to USE FLOW diagrams. USE flow diagrams are great visual tools for mapping all end to end scenarios
@Itisme5
@Itisme5 3 жыл бұрын
Then what's the difference between system testing and end to end testing
@basapproach5640
@basapproach5640 2 жыл бұрын
End to end is a type of system testing. System have over 50 testing type. System like mother, end to end child
@explorer1209
@explorer1209 3 жыл бұрын
Is it also called system testing?
@basapproach5640
@basapproach5640 2 жыл бұрын
It is type of system testing. System testing have over 50 testing type. End to end is one of these.
Software Testing Tutorial #29 - What is Exploratory Testing
11:03
Software Testing Mentor
Рет қаралды 22 М.
Don’t Do E2E Testing!
17:59
Continuous Delivery
Рет қаралды 153 М.
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 66 МЛН
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 14 МЛН
Pool Bed Prank By My Grandpa 😂 #funny
00:47
SKITS
Рет қаралды 19 МЛН
Logo Matching Challenge with Alfredo Larin Family! 👍
00:36
BigSchool
Рет қаралды 21 МЛН
Software Testing Tutorial #31 - Test Scenario Vs Test Case
13:38
Software Testing Mentor
Рет қаралды 66 М.
End to End Testing - Explained
6:44
Mehul - Codedamn
Рет қаралды 23 М.
What is Agile?
15:22
Telusko
Рет қаралды 985 М.
Software Testing Tutorial #38 - What is Test Plan in Software Testing
19:19
Software Testing Mentor
Рет қаралды 44 М.
Software Testing Tutorial #27 - Verification and Validation in Software Testing
14:18
Software Testing Tutorial #30 - What is a Test Case
13:47
Software Testing Mentor
Рет қаралды 39 М.
What is Adhoc Testing?
11:19
SoftwaretestingbyMKT
Рет қаралды 125 М.
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 66 МЛН