Prashant Mahajan
Prashant Mahajan
  • Видео 163
  • Просмотров 1 998

Видео

Count Number Of Words In A String
Просмотров 5914 часов назад
Count Number Of Words In A String
Remove White Spaces In A String
Просмотров 814 часов назад
Remove White Spaces In A String
array In ascending:descending order
Просмотров 1614 часов назад
array In ascending:descending order
second highest number in array
Просмотров 22День назад
second highest number in array
Find the closest:smallest difference between 2 array elements
Просмотров 9День назад
Find the closest:smallest difference between 2 array elements
Find the common elements between 2 arrays
Просмотров 26День назад
Find the common elements between 2 arrays
Find the duplicates in an integer array
Просмотров 1314 дней назад
Find the duplicates in an integer array
Find the sum of digits of a given number
Просмотров 614 дней назад
Find the sum of digits of a given number
Find if a given number is prime or not
Просмотров 914 дней назад
Find if a given number is prime or not
Java Program to reverse an array or string
Просмотров 1614 дней назад
Java Program to reverse an array or string
count the number of characters in a given String
Просмотров 114 дней назад
count the number of characters in a given String
HashMap count the number of characters in a given String
Просмотров 1114 дней назад
HashMap count the number of characters in a given String
count the number of characters in a given String
Просмотров 15914 дней назад
count the number of characters in a given String
sum of digits of number in java
14 дней назад
sum of digits of number in java
6 refactor post request
Просмотров 1414 дней назад
6 refactor post request
5 post request in rest assured
Просмотров 814 дней назад
5 post request in rest assured
3 Method chaining
Просмотров 4721 день назад
3 Method chaining
2 static import in java
Просмотров 721 день назад
2 static import in java
string concept == vs equals
Просмотров 2021 день назад
string concept vs equals
31 adding enum in category element of annotation
Просмотров 42Месяц назад
31 adding enum in category element of annotation
30 custom annotation
Просмотров 26Месяц назад
30 custom annotation
2 Largest of three numbers
Просмотров 2Месяц назад
2 Largest of three numbers
1 Java program to print Even length words in a String
Просмотров 13Месяц назад
1 Java program to print Even length words in a String
29 Dynamic locator and page factory
Просмотров 12Месяц назад
29 Dynamic locator and page factory
28 crossBrowserTesting
Просмотров 7Месяц назад
28 crossBrowserTesting
27 Retry failed tests
Просмотров 5Месяц назад
27 Retry failed tests
26 data provider with excel
Просмотров 5Месяц назад
26 data provider with excel
25 ImethodInterceptor using excel utils and screenshot utils
Просмотров 132 месяца назад
25 ImethodInterceptor using excel utils and screenshot utils
24 addingscreenshots, override reports
Просмотров 82 месяца назад
24 addingscreenshots, override reports

Комментарии

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

    Rainah…. sends her love ❤❤❤

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

    Aur kya chalra...

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

    Omg wow. Kya awaaz hai eligible bachelor ki... ladies are waiting 💦💦💦💦💦

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

    Bhai you are pro and this video is very helpful

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

    One issue that you can face is NullPointer exception that comes when you have more rows. Sometimes even the empty rows are counted hence, it would throw that exception. So solution is to delete those rows and then save it and paste in your framework location from where you are fetching excel data. One more issue can be faced is that you can get error on the get cell value function and that could be because you did not add an apostrophe before the numerals, so check that!

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

    The issue was that I had intialised the extent two times. So in the ExtentReport class just replace the code at line 19 and write private static ExtentReports extent; intstead of private static ExtentReports extent = new ExtentReports();

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

    Also, HashSet Class is not synchronised like hashMap, which means it is not thread-safe, hence faster and it does not maintain the insertion order. Best approach for search operations.

  • @user-mo6yo4kz1m
    @user-mo6yo4kz1m Год назад

    Thank you for this tutorial! Dark theme will look better though. 🥲

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

      Glad you liked it! I will apply dark theme in upcoming videos. Happy learning!