Tech Mahindra Testing Interview Questions | Tech Mahindra Testing Interview

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 34

  • @rdautomationlearning609
    @rdautomationlearning609  Рік тому +3

    #testinginterviewquestions

  • @ganeshlondhe4752
    @ganeshlondhe4752 Рік тому +4

    We have to use Always run attribute and we can also use softassert

  • @user-cy6cs2bk6p
    @user-cy6cs2bk6p Рік тому +1

    When we have 10 test cases if we want execute all test case if any test case got fail but execute remaining test cases that time we used there SoftAssertion mean SoftAssert and SoftAssert.all method execute all test cases and fail test case show at the end.

  • @nrb3341
    @nrb3341 Рік тому +3

    We can use Exception handling

  • @thelord1030
    @thelord1030 Рік тому +2

    Using soft Assert or give besides of @test(enable=false) in testNg

  • @praveensingh7222
    @praveensingh7222 Рік тому +2

    Soft assertion Use..

  • @ravindranagare5464
    @ravindranagare5464 Рік тому +2

    That time we use soft assert

  • @shashankjha6230
    @shashankjha6230 Рік тому +1

    Hello sir can you please provide the roadmap of learning automation testing, like what are the thing we need to learn ?

  • @vinayvarma8251
    @vinayvarma8251 Рік тому +1

    You ask disadvantage of fluent wait? But comparing against what? If you compare it against implicit wait, fluent wait should almost always be used. I have listened to a lot of automation conferences and seen frameworks. That’s the standard. Now if you want to compare WebDriverWait and FluentWait, the implementation is different, so you can’t call it as a disadvantage. You need to explicitly ignore exceptions with Fluent waits. That’s a design, not a disadvantage

  • @eshantiwari5942
    @eshantiwari5942 Рік тому +1

    We ues just only testng frame it tell how much test case fail and how much pass ...

  • @bharathpakkiri95
    @bharathpakkiri95 Рік тому +1

    Always run=true

  • @RADHEKRISHNA47047
    @RADHEKRISHNA47047 Рік тому

    By using testng assertion and and also used testng create .XML file use keyword include and exclude keyword

  • @GenshinGuyy
    @GenshinGuyy Рік тому

    We can use try catch to execute the test cases eventhough some test cases got failed...

  • @hemasai5875
    @hemasai5875 Рік тому +1

    Try catch method we use.....?

  • @dipikakukavalkar5133
    @dipikakukavalkar5133 Рік тому

    We need to implement listeners

  • @swapnilmahajan2766
    @swapnilmahajan2766 Рік тому +1

    We use soft assertions

  • @sagarambilke3239
    @sagarambilke3239 Рік тому +1

    So I'm used soft assert in this script .

  • @hariharana1240
    @hariharana1240 Рік тому +1

    We ignore the test case using testNG framework

  • @deekshithdeekshi6666
    @deekshithdeekshi6666 Рік тому +1

    We use soft assert

  • @billionaireattitude
    @billionaireattitude Рік тому +1

    First communion 😊

  • @sachinjadhao8108
    @sachinjadhao8108 Рік тому

    Sir we can use Hard Assert they it will run the remaining code of script

  • @kotis8036
    @kotis8036 Рік тому

    Use soft assert

  • @shubhammagrde9888
    @shubhammagrde9888 Рік тому +1

    What is the process of interview

  • @chandanrudrappa-dv3mz
    @chandanrudrappa-dv3mz Рік тому

    Non it people's shd know...u shd not use sir... instead you shd call interviewer by name. ..

  • @dexryu3059
    @dexryu3059 Рік тому

    Final Question Answer: Soft Assertion

  • @suhasiniguthi5997
    @suhasiniguthi5997 Рік тому

    We use testng listeners

  • @avinashshinde3174
    @avinashshinde3174 Рік тому

    enable=false or soft asser

  • @swapniljagdale9718
    @swapniljagdale9718 Рік тому +1

    Sir can you take my mock interview

    • @rdautomationlearning609
      @rdautomationlearning609  Рік тому

      Please share your CV at rdautomationlearning@gmail.com

    • @swapniljagdale9718
      @swapniljagdale9718 Рік тому

      @@rdautomationlearning609 i sent My CV on mentioned mail but still i doesn't get any update

  • @mahesh63163
    @mahesh63163 Рік тому

    not use depend on methods

  • @aditya_kittu22
    @aditya_kittu22 Рік тому +2

    We can use soft assertion, so that the failed will skip untill all the test cases execution completes
    Correct me if I'm wrong?