Test Talks
Test Talks
  • 11
  • 98 341
Estimation techniques in Software testing
This video speaks on the widely used 'Estimation techniques' in software industry. Estimation is required to successfully complete a project. Different techniques can be used for successfully estimating the schedule, effort required and budget. This session covers the estimation techniques used in software testing projects. The topics covered are;
1. Why estimation is required?
2. What is the Work breakdown structure?
3. What are the types of Estimation techniques?
4. Example
Please watch this video and subscribe to the channel 'Test Talks' for more updates on Software testing.
zhlédnutí: 10 591

Video

Software testing - Test case design techniques
zhlédnutí 16KPřed 5 lety
This is a session on the 'Test case design techniques' widely used in the Software industry. The main techniques used to derive test conditions are explained with examples in this session. Topics covered are:- 1. Software testing life cycle 2. What is a test design technique? 3. Different types of design techniques 4. Examples This would definitely help to enhance your software testing skills. ...
Metrics in Software testing
zhlédnutí 6KPřed 5 lety
This is a session on Software Test Metrics. Metrics are used in every software project and it helps to drive the project smoothly. The topics covered in this session are; 1. What is a test metric? 2. What are the different steps to identify the test metrics? 3. Types of test metrics? 4. Base and Calculate metrics The above topics are explained with examples. This would definitely help to enhanc...
Risk, Mitigation and Contingency plan in Software testing
zhlédnutí 12KPřed 6 lety
What are the risks of the software testing projects? What is the difference between mitigation and contingency plan? This session answers all your questions. Each of the concepts is explained with examples. Hope this video will help to enhance your knowledge. Please subscribe to the channel 'Test Talks' for more videos
Software defect template components and defect triage
zhlédnutí 591Před 6 lety
How should testers raise a defect? What details should be included? Have you heard of Defect Triage? What is it? All your questions are answered in this session. Please do watch and subscribe to the channel "Test Talks".
Software defect life cycle
zhlédnutí 419Před 6 lety
In this video, we discuss 'Defect Life Cycle'. Defect traverse through different stages. Each defect stages are expalined in detail. Severity and priority are described with examples. The topics covered are; 1. Causes of defect 2. Life cycle of defect 3. Severity and Priority with examples 4. Examples of combinations of different severity and priority types Please subscribe to my channel 'Test ...
Software test types
zhlédnutí 401Před 6 lety
Heard about software test types? What is it? This is a session on test types and it's different types. Blackbox, Whitebox, Regression, Confirmation, Maintenance and non-functional test types are discussed in this session. This is a tutorial to enhance your knowledge in Software testing. Please subscribe to my channel 'Test Talks' and get regular updates on new videos.
Software test levels
zhlédnutí 1,1KPřed 6 lety
This video speaks about the different test levels in software testing. This is narrated with an example, which makes it easy to understand the concepts. Watch this video and subscribe to my channel - Test Talks for more updates on software testing
Test strategy, approach and plan
zhlédnutí 33KPřed 6 lety
Always confused about test strategy, approach and plan? Haven't got a chance to prepare these? No worries, this video tells about these. It has a sample scenario which helps you to prepare the test plan by yourself. Next time, speak with confidence when someone asks you about these...
Software development models
zhlédnutí 9KPřed 6 lety
This video is about the 'Software development models'. Topics covered are; 1. Software development lifecycle 2. Importance of Software development models 3. Types of Software development models - Waterfall, V and incremental/iterative This is an easy way to understand the Software development model concepts. Ignore those long videos and lengthy documents, just pay attention for 6 minutes.
Software testing fundamentals
zhlédnutí 9KPřed 6 lety
This is a session on the 'Fundamentals of software testing'. This helps you to understand the testing basics. Topics covered are - the importance of software testing, why software fails to work?, what is software testing and when to stop it?, principles of software testing and who can perform software testing? This would definitely help to enhance your software testing skills.

Komentáře

  • @charleycoury4711
    @charleycoury4711 Před 16 dny

    I would disagree with the definitions used in this webinar. Risk is not positive or negative consequence. Those two conditions are better defined as uncertainty. Negative probabilities associated uncertainty are called risks and positive probabilities of uncertainty are called opportunities.

  • @SabrinaBruce-y6s
    @SabrinaBruce-y6s Před 23 dny

    Great information but the music is very distracting while trying to hear your presentation.

  • @HeartKiller-z5i
    @HeartKiller-z5i Před měsícem

    very useful in this video thankyou

  • @monbhromon8714
    @monbhromon8714 Před 2 měsíci

    please upload it without background music. content is good

  • @kaushikghosh100
    @kaushikghosh100 Před 2 měsíci

    nice explanation but background music is not allowing us to hear the actual voice of yours..

  • @fazgun2412
    @fazgun2412 Před 5 měsíci

    1. **Scope Definition:** - Define the scope of testing including functionalities, features, and components to be tested. - Identify key user journeys such as room booking, account registration/login, room filtering, and reservation management. 2. **Test Objectives:** - Ensure the website functions as intended across different devices and browsers. - Verify the correctness of room booking, payment processing, and reservation management. - Validate the security, performance, and usability aspects of the website. - Confirm compliance with legal requirements such as GDPR for data privacy and ADA for accessibility. 3. **Test Types:** - **Functional Testing:** Validate each functional aspect of the website including room booking, user registration/login, reservation management, and room availability. - **Usability Testing:** Evaluate the user interface, navigation, and overall user experience to ensure it is intuitive and user-friendly. - **Security Testing:** Identify and address vulnerabilities related to authentication, authorization, data encryption, and payment processing. - **Performance Testing:** Measure website response times, load times, and scalability under different traffic conditions to ensure optimal performance. - **Compatibility Testing:** Verify website compatibility across various browsers (e.g., Chrome, Firefox, Safari) and devices (e.g., desktops, tablets, smartphones). - **Accessibility Testing:** Assess website accessibility for users with disabilities by checking compliance with WCAG guidelines. - **Regression Testing:** Ensure that new updates or changes do not adversely affect existing functionalities and features. 4. **Test Environment:** - Set up test environments that mirror the production environment to accurately simulate real-world conditions. - Utilize tools and frameworks for automated testing, load testing, and security testing as needed. 5. **Test Data:** - Prepare test data sets representing different scenarios such as valid and invalid user inputs, various room types, and different payment methods. 6. **Test Execution:** - Execute test cases based on prioritization, focusing on critical functionalities and high-risk areas first. - Record test results, including any defects or issues encountered, and track their resolution status. 7. **Defect Management:** - Establish a process for reporting, tracking, and prioritizing defects identified during testing. - Ensure timely resolution of defects and effective communication between developers, testers, and stakeholders. 8. **Test Sign-off and Release:** - Obtain approval from stakeholders based on the test results and readiness of the website for release. - Provide documentation summarizing the testing activities, results, and any outstanding issues. 9. **Post-Release Monitoring:** - Monitor website performance, user feedback, and any reported issues after release to address any post-production issues promptly. 10. **Continuous Improvement:** - Conduct retrospective meetings to analyze testing processes and outcomes, identify areas for improvement, and implement corrective actions in subsequent iterations or releases. By following this test strategy, you can ensure thorough testing of the hotel website to deliver a high-quality, reliable, and user-friendly product to customers.

  • @user-yl3gs4qk9n
    @user-yl3gs4qk9n Před 6 měsíci

    Would help if the audio was done with a quality microphone.

  • @poulamiguhathakurta4456
    @poulamiguhathakurta4456 Před 11 měsíci

    Awesome content

  • @alberkulicka954
    @alberkulicka954 Před rokem

    I appreciate your effort but due to the background music, echo and bad pronunciation this video is useless... Unfortunately. So much effort waisted unnecessarily

  • @avoautomation8573
    @avoautomation8573 Před rokem

    Short and precise. A test automation strategy is the pre-process of collecting all essential data points and connecting them well to pre-plan what to automate when to automate, how to automate, and selecting the right automation solution that makes the most sense to your business.

  • @CantcerCause
    @CantcerCause Před 2 lety

    C206 1:50 Test Case Design Techniques: Equivalence Partitioning Boundary Value Analysis Decision Table State Transition

  • @angelwater8987
    @angelwater8987 Před 2 lety

    I love lolis

  • @DiboDragun
    @DiboDragun Před 2 lety

    c206

  • @SaiRashi
    @SaiRashi Před 2 lety

    Awesome

  • @LOOK_TO_THE_COOK..
    @LOOK_TO_THE_COOK.. Před 2 lety

    Nyc video

  • @mehandibyasma
    @mehandibyasma Před 2 lety

    Nice video bro

  • @LearnCodeWithVinay
    @LearnCodeWithVinay Před 2 lety

    thank you

  • @poojathoravade3049
    @poojathoravade3049 Před 2 lety

    Thanks sir

  • @hemantmodi8621
    @hemantmodi8621 Před 3 lety

    animation is good ghnde ki aawaj h

  • @nishoksa8132
    @nishoksa8132 Před 3 lety

    Bgm is good by the way.. Just reduce the volume a little.. Very informative session.. Thanks

  • @lovepreetkaur-pg1yk
    @lovepreetkaur-pg1yk Před 3 lety

    Really helpful 😍thanks

  • @DeepakRai
    @DeepakRai Před 3 lety

    good one

  • @AbsolutelyNOW
    @AbsolutelyNOW Před 3 lety

    awesome content genius!!!!!

  • @drakouz
    @drakouz Před 3 lety

    the accent so stronk i understand nth lmao

  • @abdulgaffardeniz2176
    @abdulgaffardeniz2176 Před 3 lety

    Thank you for your valuable post. Do you have an excel sheet for use these two techniques ? if yes can I have it please.

  • @rohitranad
    @rohitranad Před 3 lety

    Bad echo... couldn't focus on the content

  • @ashiqullahsahibzai3427

    a good video, but the background music is really annoying.

  • @PrinceKumar-kl2xq
    @PrinceKumar-kl2xq Před 3 lety

    Good video NYC explanation but decrease speed and use good mic

  • @key4k261
    @key4k261 Před 3 lety

    background sounds are disturbed me to make concentration.

  • @nlmnyc
    @nlmnyc Před 3 lety

    Why didn’t you test the audio on this video before you posted it?

  • @RS-gb5yv
    @RS-gb5yv Před 3 lety

    Nice

  • @neerajahlawat7393
    @neerajahlawat7393 Před 3 lety

    Voice is not clear but information is best

  • @dr.garimagarg3638
    @dr.garimagarg3638 Před 3 lety

    Nice video

  • @rodrigomorais1584
    @rodrigomorais1584 Před 3 lety

    Very good indead

  • @vijay6877
    @vijay6877 Před 3 lety

    background song acha tha. bas bich-bich me apki awaaz bhi aa rahi thi.

  • @vijitmalik2301
    @vijitmalik2301 Před 3 lety

    Very bad sound quality. Should Improve. Thanks

  • @tayyabzaman2661
    @tayyabzaman2661 Před 3 lety

    wow♥️

  • @sivakumarinnamuri9011

    How did you define complexity of Test case , whether it is simple or medium or complex? could you please explain me this. Thanks in advance

  • @hemav1369
    @hemav1369 Před 4 lety

    How Average of 1 FP is taken as 5 hours?

    • @sherinjacobmathews
      @sherinjacobmathews Před 4 lety

      This is a sample and 1 FP=5 hr. is taken as an example. This can be derived based on the Function/activity and approximate time to complete it

    • @hELLoTS88
      @hELLoTS88 Před 4 lety

      It is the time for a resource to complete one functionality, 5 hours in this case, assuming the resource is experienced and could finish the testing of a functionality in 5 hours, is ithat right? More info here: www.guru99.com/an-expert-view-on-test-estimation.html#1

    • @DeshaKannada
      @DeshaKannada Před rokem

      @@sherinjacobmathews still not clear...can u derive it? we need to answer in interviews so

  • @retrogamer2865
    @retrogamer2865 Před 4 lety

    Thank you sir

  • @MarkSteelePhotography

    Please rerecord the audio without music and the echo effect as it's really difficult to hear what you're saying.

  • @Liv_Life
    @Liv_Life Před 4 lety

    audio bro

  • @olaseniaboaba2742
    @olaseniaboaba2742 Před 4 lety

    The background sound is very annoying

  • @shavanthawee
    @shavanthawee Před 4 lety

    good video animation use of hand makes it interning to watch rather than plain slides

  • @jaideep5613
    @jaideep5613 Před 4 lety

    Excellently explained in a way a beginner can understand.. Good work...

  • @NavdeepKAUR-py4qm
    @NavdeepKAUR-py4qm Před 4 lety

    Try not to add music

  • @trakthor
    @trakthor Před 4 lety

    The background music AND the echo effect are really annoying. Can't watch this!

  • @surajgaikwad3312
    @surajgaikwad3312 Před 4 lety

    The fifth one is "Error Guessing"

  • @mayur14325
    @mayur14325 Před 4 lety

    nice content....but please avoid background music, its really irritating....

    • @sherinjacobmathews
      @sherinjacobmathews Před 4 lety

      Sure, I will avoid bgm in my next video

    • @mayur14325
      @mayur14325 Před 4 lety

      @@sherinjacobmathews thanks for the acknowledgement.... 😊😊

  • @srilatha8348
    @srilatha8348 Před 4 lety

    Great job. I had 2 yrs of experience as QaTester .your video helped me to refresh. Could you also make a video on Agile TestStrategy. Thank you