Automation Testing Interview For Experienced| MindTree Interview Questions

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
    @rdautomationlearning6092 жыл бұрын

    kzread.info/head/PLTGn8a4YcF3xwMlFvrg9YAE8jrubJI1MA Testing Interview Questions in Top MNC Companies

  • @vibhushajain6363
    @vibhushajain63632 жыл бұрын

    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.

  • @rdautomationlearning609

    @rdautomationlearning609

    2 жыл бұрын

    Thanks Vibhusha for watching!

  • @vaseemmohammed4034
    @vaseemmohammed40342 жыл бұрын

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

  • @charu1611
    @charu1611 Жыл бұрын

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

  • @pramodpawar4233
    @pramodpawar42332 жыл бұрын

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

  • @heenakouser7733
    @heenakouser77332 жыл бұрын

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

  • @rdautomationlearning609

    @rdautomationlearning609

    2 жыл бұрын

    So nice of you, Thank you Heena for watching!

  • @vishal2223
    @vishal2223 Жыл бұрын

    Thank you for the information Rakesh sir

  • @xyzhelper284
    @xyzhelper2842 жыл бұрын

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

  • @finickyniki
    @finickyniki2 жыл бұрын

    Thank you for sharing...very helpful coverage.

  • @rdautomationlearning609

    @rdautomationlearning609

    2 жыл бұрын

    Thanks for watching!

  • @marinerhiro6165
    @marinerhiro61652 жыл бұрын

    thanks for this absolutely informative interview.

  • @rdautomationlearning609

    @rdautomationlearning609

    2 жыл бұрын

    Glad you enjoyed it!

  • @ColorsByBala
    @ColorsByBala Жыл бұрын

    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}

  • @sameerrege8264
    @sameerrege82649 ай бұрын

    Best Interview, learned a lot , thx for cross questions

  • @radhe-radhe108
    @radhe-radhe1082 жыл бұрын

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

  • @ColorsByBala
    @ColorsByBala Жыл бұрын

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

  • @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

  • @sohailvirkPHPDeveloper
    @sohailvirkPHPDeveloper Жыл бұрын

    This program will not work for palindrome

  • @VenkateshVenkat-e5i
    @VenkateshVenkat-e5i3 күн бұрын

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

  • @alim241081
    @alim241081 Жыл бұрын

    why it is mjndtree interview questions

  • @saurabhgupta4082
    @saurabhgupta40822 жыл бұрын

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

  • @abhilashg1368

    @abhilashg1368

    2 жыл бұрын

    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 жыл бұрын

    @@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.

  • @anupriya4113
    @anupriya4113 Жыл бұрын

    He asked about the folder structure not about agile

  • @ashvinikachare5867
    @ashvinikachare58672 жыл бұрын

    Hello sir I want to give you mock interview

  • @rdautomationlearning609

    @rdautomationlearning609

    2 жыл бұрын

    Pls share your CV at rdautomationlearning@gmail.com

  • @abhikabharat
    @abhikabharat2 жыл бұрын

    I am available for the interview , please take it

  • @rdautomationlearning609

    @rdautomationlearning609

    2 жыл бұрын

    Please share your CV at rdautomationlearning@gmail.com

  • @AbhishekPradhan-mv1qj
    @AbhishekPradhan-mv1qj Жыл бұрын

    The ad is pretty misleading

Келесі