Accenture Automation Testing Interview Experience | Real Time Interview Questions and Answers

Accenture Automation Testing Interview Experience | Real Time Interview Questions and Answers
This video contains Java interview questions, Selenium interview questions, TestNG interview questions and Database interview questions that were asked as part of Wipro Interview Process.
#AccentureInterview #AccentureAutomation #RDAutomationLearning
Accenture Automation Testing Interview Experience | Real Time Interview Questions and Answers
This video contains Java interview questions, Selenium interview questions, TestNG interview questions and Database interview questions, Rest API interview questions, Manual Testing interview questions that were asked as part of TCS Interview Process.
Introduce yourself"
explain framework
what is Maven?
diff btw assert and verify
types of locators
which is best CSS selector or XPATH?
selenium components
selenese and types of selenese?
What are diff types of test automation frameworks?
limitations of selenium?
can we test captch and barcode reader using selenium?
types of waits?
if I have to mention specific condition like element to be clickable or element to be visible. which wait will we use?
Do yoou have any idea on Jenkins?
Do you have any idea on appium?
What is project structure in eclipse?
Diff btw thread.sleep and setspeed()?
Agile methodolgy?
what is scrum?
3-5-3 structure? 3 roles, 5 events and 3 artifacts
diff btw close and quit
diff methds in navigate: to, forward, back, refresh
diff btw driver.navigate and driver.get
Can selenium handle windows based popups?
diff btw absolute and relative xpath?
syntax of relatvie xpath
diff types of exceptions in selenium?
diff btw getwndowhandle and getwindowhandles?
wat is object repo?
diff test case design techniques?
automation engineer interview questions and answers,software testing,automation testing mock interview,automation testing interview questions and answers,software testing interview for experienced,manual testing interview for experienced,manual testing interview questions and answers for experienced,testing interview questions for experienced,selenium interview questions and answers,tcs interview,tcs automation testing interview questions
what is exception handling in java?
what is data driven, keyword driven? diff?
Alternative way to send keys in selenium?
This Video is helpful for people who are looking for :
Accenture interview questions and answers
Accenture technical interview questions and answers
Accenture Telephonic Interview
Accenture online interview
Accenture java Interview Questions
Accenture interview questions
Accenture interview questions for freshers
Accenture interview india
Accenture interview experience
Accenture interview questions for experienced
Accenture interview questions for automation testing
Accenture automation testing interview questions
Accenture interview experience
Accenture interview questions and answers for freshers
Accenture interview questions geeksforgeeks
Accenture questions and answers
Accenture interview latest
Accenture testing interview questions
Accenture selenium automation testing interview questions
Accenture interview asked questions
Accenture interview call
Accenture qa automation interview questions
Accenture interview process quora
Accenture interview experience quora
Accenture mock interview
Accenture selenium interview questions
Accenture selenium interview questions for experienced

Пікірлер: 43

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

    I am searching for intro this was a boom introduction thank you so much..

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

    Mozila FireFox is alredy defined in Selenium , that's why we don't need to write path for firefox

  • @NivethaD-tg4fz
    @NivethaD-tg4fz Жыл бұрын

    More helpful and wonderful interview session. The way of the interviewer handling and guiding too good.

  • @uvwvicky

    @uvwvicky

    Жыл бұрын

    Yes.. it's very helpful

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

    I am first watching your video sir

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

    Excellent and great QA

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

    Perfect intro 👏👏👏

  • @uvwvicky

    @uvwvicky

    Жыл бұрын

    Yes.. she's have very good knowledge

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

    thank you for this video

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

    If we set environmental variable path of Firefox driver on our local system properties. Then we don't need to write path on System.setProperty.

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

    Sir please do Tosca automation testing interview video

  • @SravanKumar-lk6jw
    @SravanKumar-lk6jw Жыл бұрын

    Sir,please answer that question we are unable to find why firefox dont require .exe

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

    Selenium package automatically references towards the default location of the firefox.exe, thta's why user need not to set any other property.

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

    in new version we are using webdriver api ,because we have multiple options so every time we give~ System.setProperty ( " "," ")~the remotewebdriver or chromium will be overriden by chromedriver, gekgodriver, edgedriver are safari and we could use propertys of that driver

  • @As-nq7uk

    @As-nq7uk

    Жыл бұрын

    For fire fox.exe is pre installed with selenium that's why we don't need to give path of fire fox driver 👍👍

  • @kummethanareshkumarreddy4226

    @kummethanareshkumarreddy4226

    Жыл бұрын

    How to become a manual tester to automation tester can you give me roadmap bro please which things I need learn step by step

  • @sumanth8804

    @sumanth8804

    Жыл бұрын

    ​@@As-nq7uk for Firefox it's geckodriver.exe ??

  • @NareshReddyP
    @NareshReddyP2 ай бұрын

    Thank you

  • @GauravSharma-xl3nc
    @GauravSharma-xl3nc Жыл бұрын

    Sir i btech student but i don't like coding so much. So i think choose software testing. Which course I choose or which course I can buy pls give advice sir. Sir I also knowledge of java

  • @namakkuedhukuindhavettiban9909

    @namakkuedhukuindhavettiban9909

    4 ай бұрын

    U can learn rest Assured Api automation its needed core java and postman related knowledge..

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

    Hi sir while I am running data driven testing program in driver script I provide the excel path as input that is stored in the TestInput folder. But at the time of execution it can not access the excel data and the error coming is file not found at the specific path .so please provide the solution for this sir. And I struck here from 3 days, please help me out sir

  • @mrbanana6651

    @mrbanana6651

    Жыл бұрын

    Set path like this=> C:\\Users\\abc\\Documents\\Book1.xlsx

  • @manjushalanka1013

    @manjushalanka1013

    Жыл бұрын

    @@mrbanana6651 I provide the path like this only

  • @digvijaykulkarni9847

    @digvijaykulkarni9847

    Жыл бұрын

    You need to add file not found IOException in your script

  • @manjushalanka1013

    @manjushalanka1013

    Жыл бұрын

    @@digvijaykulkarni9847 I added file not found exception in the script

  • @manjushalanka1013

    @manjushalanka1013

    Жыл бұрын

    Any alternate solution for this issue

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

    Cucumber framework ??

  • @uvwvicky

    @uvwvicky

    Жыл бұрын

    Why question mark. U don't know about cucumber.. it's one of the most used framework now a days in selenium

  • @mradha1249

    @mradha1249

    Жыл бұрын

    @@uvwvicky cucumber is not framework dude it is name of the type

  • @uvwvicky

    @uvwvicky

    Жыл бұрын

    @@mradha1249 can you explain please

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

    I am also from jalgaon dist

  • @eastriver8680

    @eastriver8680

    Жыл бұрын

    so what,

  • @ShivShambhu_Bhakt05

    @ShivShambhu_Bhakt05

    Жыл бұрын

    @@eastriver8680 your not from jalgaon so you cannot understand, tule nai samjav me kay sangi raynu te tyanamule jaude

  • @ENNGINEER_G

    @ENNGINEER_G

    Жыл бұрын

    @@ShivShambhu_Bhakt05 sod re bho tele , chutiya disi rahina to male 🤣

  • @uvwvicky

    @uvwvicky

    Жыл бұрын

    Soo u have knowledge like her

  • @gokulk2188

    @gokulk2188

    Жыл бұрын

    @@eastriver8680 😂

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

    Fresher ke liye job hai kya

  • @digvijaynikan4859

    @digvijaynikan4859

    Жыл бұрын

    🤣🤣

Келесі