Automation Testing Interview For Experienced| MindTree Interview Questions

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • How will you type into the text box without sendkeys
    We can input text in the text box without the method sendKeys with thehelp of the JavaScript Executor. Selenium executes JavaScript commands with the help of the executeScript method
    I want to release a product in 5 days and you have only 5 days to test the product.
    What are the challenges you faced in Testing (Answer should be realistic like editing test cases if the customer changes the requirement in the middle of testing)?
    when is null pointer exception thrown in selenium
    NullPointerException is thrown when a reference variable is accessed (or de-referenced) and is not pointing to any object. This error can be resolved by using a try-catch block or an if-else condition to check if a reference variable is null before dereferencing it.
    What is Groovy in Jenkins?
    Answer: Groovy is the default scripting language that is being used in the development of JMeter Version 3.1.
    Currently Apache Groovy is the dynamic object-oriented programming language that is used as a scripting language for the Java platform. Apache Groovy comes with some useful features such as Java Compatibility and Development Support.
    What are the two components (pre-requisites) that Jenkins is mainly integrated with?
    Answer: Jenkins integrates with:
    Build tools/ Build working script like Maven script.
    Version control system/Accessible source code repository like Git repository.
    Q #26) How can You Clone a Git Repository via Jenkins?
    Answer: To create a clone repository via Jenkins you need to use your login credentials in the Jenkins System.
    To achieve the same you need to enter the Jenkins job directory and execute the git config command.
    How to Use Log4j in Selenium
    Follow the steps below to successfully run Log4j with Selenium Webdriver:
    Write an automation script, such as the one in the example below. It is a simple script that opens a URL, send keys to username and password, and ends the script when it clicks the login button.
    After creating the script, create a log4j.properties file and specify the root logger, appended, and layout information in the file.
    Import log4j dependencies like Logger, PropertyConfigurator, and add them to the script along with the logger class.
    Add the messages that will be displayed in the log file.

ความคิดเห็น • 32

  • @rdautomationlearning609
    @rdautomationlearning609  2 ปีที่แล้ว +2

    th-cam.com/play/PLTGn8a4YcF3xwMlFvrg9YAE8jrubJI1MA.html
    Testing Interview Questions in Top MNC Companies

  • @vibhushajain6363
    @vibhushajain6363 2 ปีที่แล้ว +16

    i like your interview videos mainly because you keep giving answers on the go. Its very helpful both for the interviewee and for the viewers since its almost a 2-way discussion. Thanks for sharing these.

  • @ColorsByBala
    @ColorsByBala ปีที่แล้ว +1

    I faced MT interview recently and program has been asked to find the repeat count of each character in my name
    "Balasubramaniyan"
    I derived the output as below using List and HashMap
    {a=5, B=1, b=1, r=1, s=1, u=1, i=1, y=1, l=1, m=1, n=2}

  • @charu1611
    @charu1611 ปีที่แล้ว

    One of the best video.... each and every question was asked in real Interview.. thank you very much for this video..!!!

  • @mehmanrustamov6857
    @mehmanrustamov6857 ปีที่แล้ว

    There are some issues in palindrome programm.
    1. In for loop first value of int i is 5, ABCDE does not have index 5
    2. Loop should stop when achieves 0, there should be i>=0 (instead of i > 0)
    3. In for loop body no need to create new String rev

  • @ColorsByBala
    @ColorsByBala ปีที่แล้ว

    For String reverse loop has to be
    for(int i = strr.length-1; i>=0; i--){
    rev = rev + strr.charAt(i);
    }

  • @radhe-radhe108
    @radhe-radhe108 2 ปีที่แล้ว +3

    Sir , Can you please create a video and explain difference between Data driven and Keyword drive framework ? It wil be the great help .

  • @heenakouser7733
    @heenakouser7733 2 ปีที่แล้ว +2

    Thank you so much, I suggest everyone to watch your vedios, it's really helpful to crack interviews and also gain knowledge

  • @vaseemmohammed4034
    @vaseemmohammed4034 2 ปีที่แล้ว

    Each and every minute is well received information. Thanks a plot!

  • @pramodpawar4233
    @pramodpawar4233 2 ปีที่แล้ว

    Thank you sir this interview in our future very help full.

  • @sameerrege8264
    @sameerrege8264 11 หลายเดือนก่อน

    Best Interview, learned a lot , thx for cross questions

  • @VenkateshVenkat-e5i
    @VenkateshVenkat-e5i หลายเดือนก่อน

    Little smiling and giving the answers is better instead of sitting little serious

  • @marinerhiro6165
    @marinerhiro6165 2 ปีที่แล้ว +2

    thanks for this absolutely informative interview.

  • @sohailvirkPHPDeveloper
    @sohailvirkPHPDeveloper 2 ปีที่แล้ว +2

    This program will not work for palindrome

  • @vishal2223
    @vishal2223 ปีที่แล้ว

    Thank you for the information Rakesh sir

  • @finickyniki
    @finickyniki 2 ปีที่แล้ว +1

    Thank you for sharing...very helpful coverage.

  • @xyzhelper284
    @xyzhelper284 2 ปีที่แล้ว

    12:15 IE have only one driver i think it doesn't have different versions, could you please confirm?

  • @anupriya4113
    @anupriya4113 ปีที่แล้ว

    He asked about the folder structure not about agile

  • @alim241081
    @alim241081 2 ปีที่แล้ว

    why it is mjndtree interview questions

  • @saurabhgupta4082
    @saurabhgupta4082 2 ปีที่แล้ว +2

    Is data structures & algorithms reqd for automation testing or sdet roles?

    • @abhilashg1368
      @abhilashg1368 2 ปีที่แล้ว +3

      Depends on the company. I recently cleared interview for product based company because I said which data structure can be used for solving the problem and how to approach a solution using that data structure. As for service based companies, no one cares on data structures, all they need is you can automate. Product based companies eligibilty criteria is higher , so if you are aiming for top product based companies then prepare for DS&Algo. I received CTC more than what developer can get at service based companies.

    • @saurabhgupta4082
      @saurabhgupta4082 2 ปีที่แล้ว

      @@abhilashg1368 thank you for the information 🙂

    • @abhilashg1368
      @abhilashg1368 2 ปีที่แล้ว +1

      @@saurabhgupta4082 also remember Data Structures will help only in initial rounds of interview process. Having said that learning DS will always have an added advantage and will improve your logical thinking skills.

  • @ashvinikachare5867
    @ashvinikachare5867 2 ปีที่แล้ว +1

    Hello sir I want to give you mock interview

  • @abhikabharat
    @abhikabharat 2 ปีที่แล้ว

    I am available for the interview , please take it

  • @AbhishekPradhan-mv1qj
    @AbhishekPradhan-mv1qj ปีที่แล้ว

    The ad is pretty misleading