QnA Friday 25 - When to do Automation Testing ? 🔥

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • Hello Raghav
    How to Decide Which Type of Testing is Required for a Project?
    When to do Manual Testing and when to do Automated Testing?
    Best Regards,
    Zafar Tagiyev
    ​Chicago, IL ​
    _______________________________________________________________
    I will meet you every Friday and answer your questions
    Send your queries at:
    ask.qnafriday@gmail.com
    mention your name and place
    _____________________________________________________________
    Playlists:
    / @raghavpal
    Like on Facebook :
    / automationstepbystep
    Follow on Twitter:
    / automationsbs
    Subscribe on RUclips :
    / automationstepbystep
    .
    _______ ONLINE COURSES TO LEARN _______
    Visit - automationstepb...

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

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

    The Video was really helpful, you were on point rather than talking about rest of the things which are not related to topic.
    Keep making Such Good Content Video .😊

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

      Glad it was helpful Arti

  • @ZafarDidit
    @ZafarDidit 6 лет назад +3

    Thank you very much for such clear explanation!
    You are doing great videos!!

  • @Johnsahu-m7k
    @Johnsahu-m7k Год назад +1

    Very very important question in interview

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

    Thanks a lot Raghav, it was very useful. As a new QA automation engineer I have been asked what is your day to day activities or what did you automate in last sprit or you are doing in current sprint. What is the best answer for that.

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

      Hi,
      In general, you can explain what you actually did in your project,
      It may include
      The domains you are testing
      the test planning phase, requirement analysis
      Test designing, tools, frameworks used etc
      Bug logging, tracking, post fix processes
      Build Certification, release etc

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

    Hi sir , wt types of functionalities and futures can we choose and pick for automation testing .can we achieve 100% testing by automation testing ?
    Can we divide some testcases for automation testing and some for manual ?

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

      Yes we can, Ideally all repeated, redundant work must get deleted to automation and humans must focus on creative, logical and more cognitive work

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

      @@RaghavPal tqs for your reply sir , please do a video on how to become an Automation architect

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

      Sure, I will plan

  • @SoloSyndicate
    @SoloSyndicate 6 лет назад +2

    Do Vagrant please

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

    I have been doing automation testing for last 1 month on ERP system in my company through selenium with java testng and maven, in our ERP system there is a lots of dependency means for e.g To run accy module I have to fill all the pre requisite test data first...location, set system user add farm profile , create ledgers, accou mapping...so it takes lot of time ...so I have been questioned that then why to go for automation we can achieve it manually ...please help me how to handle this scenario

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

      I will need to check on this Prajakta, for now can try some online help

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

    which testing is better Automation testing or Performance Testing ?

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

      Hi Vijay,
      Both Automation testing and Performance Testing are important aspects of software testing, but they serve different purposes and are not directly comparable as "better".
      Automation testing refers to the use of software tools to automate the manual testing process, making it more efficient and less prone to human error. Automated tests can be run quickly and repeatedly, providing consistent results and making it easier to catch and fix bugs early in the development process.
      Performance testing, on the other hand, is the process of evaluating a system or its component(s) with regards to speed, stability, scalability and resource utilization under different workload conditions. Performance testing helps identify bottlenecks and potential issues in a system before it is deployed to production, ensuring that the system can handle expected and unexpected loads and operate within desired performance criteria.
      Both automation testing and performance testing are important for ensuring the quality and reliability of software, and the choice of which one to use depends on the specific needs and goals of a project.

  • @genesislalas
    @genesislalas 5 лет назад

    "Automation Gating Criteria" do you have a separate QnA series for this?

  • @abhisekmishra343
    @abhisekmishra343 4 года назад +1

    Can you explain about keyword driven framework...

    • @RaghavPal
      @RaghavPal  4 года назад +1

      I will do a session on this Abhisek

  • @amitbhawsar5065
    @amitbhawsar5065 6 лет назад +1

    Raghav I am waiting for ur next video on robot framework . when ur going to upload next video. Wait for your response

    • @RaghavPal
      @RaghavPal  6 лет назад

      Hi Amit, will do that very soon. Keep watching.

  • @karthickumar117
    @karthickumar117 4 года назад

    You are like Sachin .clear and crystal explanation.

    • @RaghavPal
      @RaghavPal  4 года назад +1

      Humbled to see you message

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

    I was expecting something diff discription i already know but expalnation with example....... Can u create one more vdo ........

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

      Sure I will Vaishnavi

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

    If developer gives a acess to the tester for scripting purpose can tester pass the test data for test cases in dev environment

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

      Hi Shraddha, you can discuss with dev team on what all you can do in that env. Also document your process or actions

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

    do you recommend insprint stories to automate?

    • @RaghavPal
      @RaghavPal  Месяц назад

      I can recommend automating InSprint Stories if:
      * You have a well-defined, relatively stable story management process that can be automated without significant customization.
      * You want to reduce manual effort, improve consistency, and enhance collaboration among team members.
      * You have the necessary resources and expertise to set up and maintain automation workflows.
      * This will not impact other work, schedules, modules etc
      However, if your team's story management process is highly customized, complex, or frequently changing, it may be more challenging to automate effectively. In such cases, it's essential to weigh the benefits against the potential challenges and limitations before deciding to automate
      -

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

    We used ERP system in our organization for that I am doing automation testing but test data keeps on changing all the time and I have to add that changed test data in each individual .xlsx file and It takes lot of time to update that test data ....how should I handle it as I am using hybrid framework selenium with java testing

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

      HI Prajakta, there must be some criteria of changing the data. Can you get the data directly form a Database

  • @vaibhavdhurve585585
    @vaibhavdhurve585585 8 месяцев назад

    Please suggest how can i invite you as guest speaker at my company in beligum

    • @RaghavPal
      @RaghavPal  8 месяцев назад

      Vaibhav
      Thanks for your gesture. I mostly do practical teachings.
      I am not sure if I will be of any value as guest speaker.

  • @KIRANYADAV-kx7wu
    @KIRANYADAV-kx7wu Год назад

    In how many environment testers are involved? Ex: SIT, DEV etc.

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

      Hi, it can be all env or only qa env, there is no specific rule for this with roles like SDET & DevOps we can do testing in any or all env

  • @ashok20599
    @ashok20599 3 года назад

    Where opperchunits are high manual or auto machine

    • @RaghavPal
      @RaghavPal  3 года назад

      Automation will be better for now

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

    I need to learn Automation, Any one can provide online classes for Automation?

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

      Hi Asma, you can start with online tutorials

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

    Sir can you share automation getting criteria

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

      Hi Jeet,
      In the context of manual testing, automation gating criteria refer to the set of conditions that must be met before a manual test case can be automated. These gating criteria act as quality checks or validation points to ensure that the test case is suitable for automation and that the automation process will produce reliable and accurate results.
      The gating criteria for manual test automation typically include factors such as:
      Test Case Stability: The manual test case should be stable and well-documented, with clear steps and expected outcomes.
      Test Case Complexity: The test case should be of sufficient complexity to justify automation. Simple test cases may not be worth the effort of automation.
      Test Case Repetitiveness: The test case should be repetitive in nature, i.e., it should be executed multiple times with the same set of inputs and expected outcomes.
      Test Case Data: The test case should have a defined set of input data and expected results, which can be used to create automated test scripts.
      Test Case Environment: The test case should be executed in a consistent environment, with no variations in configuration or setup.
      Availability of Tools: The necessary automation tools, such as test automation frameworks, should be available and compatible with the manual test case.
      By ensuring that these gating criteria are met, organizations can maximize the benefits of manual test automation, including improved testing efficiency, faster feedback on code changes, and reduced testing costs.

  • @bollinamanoj7796
    @bollinamanoj7796 6 лет назад +1

    Can u explain about jboss

    • @RaghavPal
      @RaghavPal  6 лет назад

      Hi Manoj, JBoss is open source java application server. It is developed by JBoss (from RedHat inc) and we call it JBoss AS (jboss application server)
      These links will help you - www.quora.com/What-is-JBoss
      stackoverflow.com/questions/3821640/what-is-the-difference-between-tomcat-jboss-and-glassfish

  • @TheBharathibalaji
    @TheBharathibalaji 3 года назад

    Hi sir, can you conduct mock interview?

    • @RaghavPal
      @RaghavPal  3 года назад

      Yes sure

    • @TheBharathibalaji
      @TheBharathibalaji 3 года назад

      @@RaghavPal please provide email id
      Let me you send resume and schedule appointment. Is it free right?

    • @TheBharathibalaji
      @TheBharathibalaji 3 года назад

      Hi sir,wi no reply?

    • @RaghavPal
      @RaghavPal  3 года назад

      Sorry for late reply, can send to raghav.qna@gmail.com

  • @TheBharathibalaji
    @TheBharathibalaji 3 года назад

    What is 5th point?

    • @RaghavPal
      @RaghavPal  3 года назад

      Did I miss something, will check again

    • @TheBharathibalaji
      @TheBharathibalaji 3 года назад

      @@RaghavPal what did you add in 5th point?. I m not able to see that

    • @RaghavPal
      @RaghavPal  3 года назад

      Okay that is ROI - return on investment
      So its like when you plan to do automation, we analyze the cost in terms of time, effort, money etc and then see what will be the return we will get. Example if we spend 100 hours in creating and setting up Automation, how much time will it save when we use Automation etc

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

    SiR could you pls provide your email -id so that we can post our concerns and doubts regarding to TESTING

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

      Hi John, this is the best place to do that, on email the replies will be very much delayed and it will not help others.

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

      @@RaghavPal ok sir can you do a video on datascience vs software testing I have asked this question to 3 weeks ago .u told that u will do .iam waiting for your video sir

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

      I will plan