Selenium Automation Testing
Selenium Automation Testing
  • Видео 20
  • Просмотров 35 206
Open Text Interview question for Selenium || Java Program to remove space and length of a String
Input : Kevin Peterson
Output : 13
In this video, I have explained, to remove white space in a string and to find the length of the String
Don't miss out - stay informed, and get the right version for your needs. Subscribe for more tech tutorials and stay ahead of the curve!
If you want to hire me follow this link
‪@seleniumautomationtesting7617‬
Просмотров: 303

Видео

Selenium Interview || Java Program to find the longest string in the array of strings
Просмотров 306Месяц назад
Don't miss out - stay informed, and get the right version for your needs. Subscribe for more tech tutorials and stay ahead of the curve! If you want to hire me follow this link ‪@seleniumautomationtesting7617‬ #seleniumautomationtesting7617 #chrome #automationselenium
Capgemini Interview question for Selenium || Java Program to convert upper Case to lower Case
Просмотров 5 тыс.2 месяца назад
Input : IndIA IS my Country Output : india is my country Don't miss out - stay informed, and get the right version for your needs. Subscribe for more tech tutorials and stay ahead of the curve! If you want to hire me follow this link ‪@seleniumautomationtesting7617‬
Selenium Interview || Java Program to Count Number of Duplicate Character using HashMap
Просмотров 4833 месяца назад
This video will help you to write the program to find the occurrence of each character in the given string using the concept of hashmap in java Don't miss out - stay informed, and get the right version for your needs. Subscribe for more tech tutorials and stay ahead of the curve! If you want to hire me follow this link ‪@seleniumautomationtesting7617‬ #seleniumautomationtesting7617 #chrome #aut...
How to Handle Drop Down using Select class in Selenium || Part-2
Просмотров 823 месяца назад
How to store dropdown in a list How to store dropdown options in a list Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:@seleniumautomationtesting7617 Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you You can support my mission for education by sharing this knowledge and helping as many people as you can If my wo...
How to Handle Drop Down using Select class in Selenium || Part-1
Просмотров 1603 месяца назад
1. How to use Select Class 2. Different methods in Select Class 3. Difference between Select by Index and Select by Visible Text Methods 4 Generic method to handle dropdown Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:@seleniumautomationtesting7617 Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you You can supp...
Actions Class In Selenium : MouseMovement || Right Click || Drag & Drop
Просмотров 1974 месяца назад
n this video, we will learn about Actions class in Selenium. It is used to perform all user actions like: 1. Click and Hold 2. Right Click 3. Drag and Drop 4. Release Check the below link for Selenium API www.selenium.dev/documentation/webdriver/actions_api/ Don't miss out - stay informed, and get the right version for your needs. Subscribe for more tech tutorials and stay ahead of the curve! I...
How to download Chrome 125 for Selenium || New Dedicated Chrome Browser for Automated Testing
Просмотров 1,3 тыс.4 месяца назад
In this video, I have explained New Dedicated Chrome Browser for Automated Testing || Major Change in Selenium Please check the below link to download the chrome developer.chrome.com/docs/chromedriver/ Topics covered: 1. Introduction to Chrome Driver 125 2. Step-by-step download guide 3. Ensuring compatibility with automation scripts Don't miss out - stay informed, and get the right version for...
Selenium Real Time Interview Questions : How to Remove White Spaces in a String
Просмотров 206Год назад
In this video, I have explained To Remove White Space in a String in Java Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation: www.youtube.com/@seleniumautomationtesting7617/videos
Selenium Real Time Interview Question || How to Capture Screenshot in Selenium WebDriver
Просмотров 2882 года назад
This video will guide you to how to capture screenshot in Selenium Webdriver. In order to capture a screenshot in Selenium, one has to utilize the method Takes Screenshot. This notifies the WebDriver that it should take a screenshot in Selenium and store it. his video clarifies the below questions and allows you to work with screenshot capturing in selenium: ✔ How to capture screenshot in selen...
Selenium Real time Interview Questions || Swap two Strings without using temp/third variable
Просмотров 4382 года назад
Swap two Strings without using temp/third variable: Algorithm: 1) Append second string to first string and store in first string: a = a b 2) call the method substring(int beginindex, int endindex) by passing beginindex as 0 and endindex as, a.length() - b.length(): b = substring(0,a.length()-b.length()); 3) call the method substring(int beginindex) by passing b.length() as argument to store the...
Selenium Real time Interview Question || How to reverse a number in Java Java Interview?
Просмотров 3112 года назад
Largest & Smallest Numbers In Array in Java: logic: A ‘for loop’ is used which goes from 1 to the array length. Within this loop the largest and the smallest value is detected and initialized to the smallest and largest value How to Reverse a String: Logic : 1. using for loop Please watch : Selenium Framework with Page Object Model | E -Commerce Project www.youtube.com/watch?v=RF0m_... Subscrib...
Selenium Real time Interview Question||How to find unique elementwith insertionorder Java Interview?
Просмотров 2502 года назад
"Solution 1 : with Time Complexity = O(nxn) Our first solution is very simple. All we are doing here is to loop over an array and comparing each element to every other element. Since we are comparing every element to every other element Solution 2 : with Time Complexity = O(n) Set doesn't allow duplicates in Java. if you have added an element into Set and trying to insert duplicate element agai...
Selenium Real time Interview Questions || To Sort products from high price to low on Amazon
Просмотров 11 тыс.2 года назад
To Sort products from high price to low on Amazon using sort method ►Please SUBSCRIBE for Selenium E-Commerce Project : ruclips.net/video/RF0m_SHpHGk/видео.html&ab_channel=SeleniumAutomationTesting ►Please SUBSCRIBE for More videos: ruclips.net/channel/UCCoVYDCfDe5z9J3gU5q-Obw ►If you like this video, Please click on Like and Comment!
Selenium Framework with Page Object Model | E -Commerce Project
Просмотров 13 тыс.2 года назад
Page Object Model Design with Selenium WebDriver Selenium Framework - E-Commerce Application Complete Page Object Model Design Page Factory of API Page Chaining Model Page Object Model with Selenium Framework Se Technology Used : Selenium WebDriver -v 3.0.4 . JDK(Java Development Kit) . TestNG (Test Unit Framework) . Maven (Build Automation Tool ) . Browser -Google Chrome
How to generate Extent Reports with TestNG in Selenium
Просмотров 4912 года назад
How to generate Extent Reports with TestNG in Selenium
Data Driven Testing in Selenium using Apache-PO1
Просмотров 2883 года назад
Data Driven Testing in Selenium using Apache-PO1
To Read the data from excel-part1
Просмотров 1423 года назад
To Read the data from excel-part1
ProperyReader-part2
Просмотров 823 года назад
ProperyReader-part2
To Read Values from Property Files
Просмотров 3263 года назад
To Read Values from Property Files

Комментарии

  • @jha2592
    @jha2592 2 дня назад

    For how many years of experience they asked u?

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

    Helpful….

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

    nice

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

    Do more videos

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

    Use below code. Try to avoid in-built string function package string.questions; import java.util.Scanner; public class CapAlphToSmallAlphInASentence { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String s = sc.nextLine(); char c = ' '; String newString=""; for(int i=0; i<s.length(); i++) { if (s.charAt(i)>='A'&& s.charAt(i)<='Z') { c =(char)(s.charAt(i)+32); }else { c =s.charAt(i); } newString +=c; } System.out.println(newString); //System.out.println(s.toLowerCase()); } }

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

    Good efforts and i understand much...

  • @deepprakashkarsh7502
    @deepprakashkarsh7502 7 месяцев назад

    Can you share this project?? Guthub link?

  • @vaishalijhine3999
    @vaishalijhine3999 10 месяцев назад

    I want code

  • @DanishMalik-my6li
    @DanishMalik-my6li Год назад

    Can you please share the project

  • @DanishMalik-my6li
    @DanishMalik-my6li Год назад

    can you share your git hub details so that i can access the code

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

    how to contact you?

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

    I was asked a question in an interview that if you show how many mobiles are available on the mobile search page of the Filfkart application in Selenium, what logic will you use?

    • @amitjaiswal7017
      @amitjaiswal7017 20 дней назад

      Are you experienced or freshers that time?

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

    maybe the knowledge its good but how you present the video is like you are bored or just waking up, please be more active when talking as a recomendation for your videos to get more viewers. I feel bored already for the first 10 seconds of the video

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

    Can you share the git hub link ..

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

    You can store that in arraylist and sort that using collections.sort()

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

    This is good good approach bro instead of array you will use arraylist and collection for sorting...

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

    really use full

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

    Hi , can i get this code?? Any git details

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

    Please provide that code

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

    Where that became high to low 🤬🤬🤬🤬🤬🤬🤬🤬🤬

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

    Any github details??

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

    Share your mail id bro

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

    Thank you sir

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

    give the code zip file or put it in the github bro

  • @Raj-op7zf
    @Raj-op7zf 2 года назад

    Thanks for the tips sir...

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

    promosm

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

    Nicely you renamed this project from Mystore to Amazon . However nice .

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

    Do you have this project in github?

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

    Movie keka

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

    Good attempt..

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

    why did not you used XSSF/HSSF option?

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

      I had taken workbook class used following class methods that's why didn't used XSSF option bijender prasad

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

    Congratulations 👏, all the very best..

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

    Great sir do more videos