Most voted questions in Edureka Community

+1 vote
1 answer

Console window Output Does not exist after update Chrome Version Update

Hello, @Boopathy, Regarding your query, There can be ...READ MORE

Nov 26, 2020 in Software Testing by Gitika
• 65,910 points
791 views
+1 vote
1 answer

How to handle domestic/national number OTP other than TWILLIO?

Hey, @Sanjay, Regarding your query, I would suggest ...READ MORE

Nov 25, 2020 in Software Testing by Gitika
• 65,910 points
555 views
+1 vote
1 answer

How to resolve merge conflicts in Git repository?

Hi@akhtar, You can try with git mergetool. It ...READ MORE

Nov 22, 2020 in Git & GitHub by MD
• 95,440 points
581 views
+1 vote
1 answer

How to check out a remote Git branch?

Hi@akhtar, You can use the git checkout command ...READ MORE

Nov 21, 2020 in Git & GitHub by MD
• 95,440 points
368 views
+1 vote
1 answer

When to use Hadoop, HBase, Hive and Pig?

MapReduce is just a computing framework. HBase has ...READ MORE

Nov 20, 2020 in Big Data Hadoop by Gitika
• 65,910 points
760 views
+1 vote
2 answers

How to find all the classes of a package in Java?

Looking on internet I found this page with ...READ MORE

Nov 16, 2020 in Java by Juan
• 330 points
347,615 views
+1 vote
1 answer

TestNG from command line - chrome starts successfully but nothing happens after that

Hi. @Zaraaq, I was facing the same issue ...READ MORE

Nov 12, 2020 in Software Testing by Rajesh Popli

edited Jun 23, 2023 by Khan Sarfaraz 2,415 views
+1 vote
1 answer

Multithreading in Java with priorities

HI, @Juan, By default, a thread inherits the priority of its parent thread. ...READ MORE

Nov 6, 2020 in Java by Gitika
• 65,910 points
2,111 views
+1 vote
1 answer

Can anyone help me with this error: TypeError: list indices must be integers or slices, not str

Hi, @Varshap  It’s a TypeError, which tells us ...READ MORE

Nov 5, 2020 in Python by anonymous
• 65,910 points
2,046 views
+1 vote
1 answer

Not able to create kms key using ambari.

Hi@Shilpa, There may be a problem with your ...READ MORE

Nov 4, 2020 in Big Data Hadoop by MD
• 95,440 points
658 views
+1 vote
1 answer

How to write Spark DataFrame to Avro Data File?

Hi@akhtar, Since Avro library is external to Spark, ...READ MORE

Nov 4, 2020 in Apache Spark by MD
• 95,440 points
2,795 views
+1 vote
3 answers

Windows 10 Photos app not working

Same happened with me few days ago. ...READ MORE

Nov 6, 2020 in Software Testing by Logan
• 180 points

edited Sep 6, 2023 by Khan Sarfaraz 903 views
+1 vote
2 answers

Splitting a Tmap output into several tables based on the value of a column

you can use "filter " in map ...READ MORE

Dec 2, 2020 in Talend by aminegac
• 570 points
1,676 views
+1 vote
1 answer

How to add an user to an IAM group?

Hi@akhtar, You can add the specified user to the ...READ MORE

Nov 3, 2020 in AWS by MD
• 95,440 points
357 views
+1 vote
1 answer

Can any one tell me what's wrong in this test case for login thru TestNG

Hi, @Faha, You update your eclipse by clicking ...READ MORE

Oct 28, 2020 in Software Testing by anonymous
• 65,910 points
631 views
+1 vote
1 answer

Data driven test through Ms Excel is not entering the values properly in to the app only 1 is entering

Hi, @Faha, Chromedriver version should be shown in ...READ MORE

Oct 28, 2020 in Software Testing by Gitika
• 65,910 points
1,508 views
+1 vote
1 answer

How to restart Jenkins manually?

Hi@akhtar, To restart Jenkins manually, you can use ...READ MORE

Oct 22, 2020 in Jenkins by MD
• 95,440 points
11,687 views
+1 vote
1 answer

How to write ansible play book to install docker and start docker container with docker image on multiple host machines

Hi@Shashi, You can do this task easily with ...READ MORE

Oct 22, 2020 in Docker by MD
• 95,440 points
6,197 views
+1 vote
1 answer

How to change the order of DataFrame columns in pandas?

Hi@akhtar, You can rearrange a DataFrame object by ...READ MORE

Oct 20, 2020 in Python by MD
• 95,440 points
632 views
+1 vote
1 answer

How to copy file from Local file system to HDFS?

Hi@akhtar, You can copy files from your local ...READ MORE

Oct 20, 2020 in Big Data Hadoop by MD
• 95,440 points
2,441 views
+1 vote
1 answer

Selenium webdriver in java how to automate email verification ?

Hey @Manali, check this out https://blog.mailtrap.io/selenium-email-verification/ Hope this ...READ MORE

Oct 19, 2020 in Software Testing by Karan
• 19,610 points

edited Jun 23, 2023 by Khan Sarfaraz 2,734 views
+1 vote
1 answer

Need Help NPM Error

Try to remove /usr/local/lib/node_modules/npm and reinstall node ...READ MORE

Oct 19, 2020 in Software Testing by Karan
• 19,610 points
1,150 views
+1 vote
2 answers

How do I make selenium check gmails quota storage and then execute another task in a new tab depending on the value?

Hi, Xpath.gettext try this if this doesn't work ...READ MORE

Oct 20, 2020 in Selenium by Roshni
• 10,520 points
584 views
+1 vote
1 answer

I have heard that there is different categories in AWS so what should I prefer to learn as a developer?

If you are preferring a career in ...READ MORE

Oct 14, 2020 in Career Counselling by Sirajul
• 59,230 points
624 views
+1 vote
1 answer

Please help me sir

Hello, You can go through this for complete ...READ MORE

Oct 14, 2020 in Software Testing by Niroj
• 82,880 points
373 views
+1 vote
1 answer

How to make external HTTP requests with Node.js ?

Hello @kartik, Use this: var http = require('http'); var options ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,880 points
1,470 views
+1 vote
1 answer

How to restore/reset npm configuration to default values?

Hello @kartik, To reset user defaults Run this in ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,880 points
18,582 views
+1 vote
1 answer

Slow Docker Pull

Hi@Allahshukar, As you said your docker clients are ...READ MORE

Oct 7, 2020 in Docker by MD
• 95,440 points
3,693 views
+1 vote
1 answer

To create user credential in EC2 instance from remote using Boto3 or Python?

Hi@Lakshminarayanan, You can create a user from your ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
1,972 views
+1 vote
1 answer

In Excel handling how is it that we call getRow() without creating object of XSSFSheet class.

In Excel file handling using Apache POI, ...READ MORE

Oct 7, 2020 in Selenium by Karan
• 19,610 points
509 views
+1 vote
1 answer

How to check a HDFS directory size?

Hi@akhtar, You can check the size of the ...READ MORE

Oct 5, 2020 in Big Data Hadoop by MD
• 95,440 points
555 views
+1 vote
0 answers

How to run boto3 in Lambda Function

Hi, I have two boto3(python) script for creating ...READ MORE

Sep 30, 2020 in AWS by Lakshminarayanan
• 1,370 points
1,684 views
+1 vote
2 answers
+1 vote
0 answers

Get filename from Outlook attachment

Hi everyone! I want to automate a process ...READ MORE

Sep 25, 2020 in RPA by RandomDude
• 260 points
2,144 views
+1 vote
1 answer

How to merge multiple DataTable with same columns but in different order

You can use Merge Data Table activity. ...READ MORE

Sep 25, 2020 in RPA by Sirajul
• 59,230 points
5,922 views
+1 vote
0 answers

Hello i have written below code to verify title using POM method but i am not able to print please help me

public static void verifytitle() { String Createanewaccounttttt=driver.getTitle(); System.out.println("Title is"+Createanewaccounttttt); String excepted_title="Create ...READ MORE

Sep 24, 2020 in Selenium by Jordan
• 410 points
584 views
+1 vote
0 answers

i want to automate below secaniro using testng and pom but using below code i am only able to open facebook directlt but what i want to do is i wantto open chrome and then navigate to facebook

Open a Chrome browser. Navigate to “http://www.facebook.com," Verify that ...READ MORE

Sep 23, 2020 in Selenium by anonymous
• 410 points
810 views
+1 vote
1 answer

How to download a file from NodeJS Server using Express?

Hello @kartik, Express has a helper for this as: app.get('/download', function(req, ...READ MORE

Sep 23, 2020 in Java-Script by Niroj
• 82,880 points
2,899 views
+1 vote
1 answer

Python arpspoofing stops the victims internet connection

Here's a similar query. Check this out! https://www.edureka.co/community/53049/arp-spoofing-stops-victim-internet-connection Hope ...READ MORE

Sep 21, 2020 in Cyber Security & Ethical Hacking by Karan
• 19,610 points
1,102 views
+1 vote
0 answers

How to automate script for otp which is received in email address

I am learing automation soi have started ...READ MORE

Sep 19, 2020 in Selenium by Jordan
• 410 points
3,462 views
+1 vote
2 answers

how to automate date picker

Try the following: 1) Assumption is that you ...READ MORE

Sep 18, 2020 in Selenium by Karan
• 19,610 points
1,434 views
+1 vote
2 answers

How to make asynchronous HTTP requests in PHP?

Hello @kartik, Use this code: function post_without_wait($url, $params) { ...READ MORE

Sep 17, 2020 in PHP by Niroj
• 82,880 points
2,331 views
+1 vote
2 answers

How to click on sing up button using java in selenium i am able to open page but not able to click

For a software testing services company while ...READ MORE

Sep 17, 2020 in Selenium by Vishal
2,271 views
+1 vote
0 answers

Getting a stale element Exception

              ...READ MORE

Sep 16, 2020 in Selenium by sandhya
• 180 points

edited Sep 16, 2020 by Gitika 970 views
+1 vote
1 answer

How to automate instagram login page using java in selenium?

Try the following: package com.company; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import ...READ MORE

Sep 15, 2020 in Selenium by Karan
• 19,610 points
6,522 views
+1 vote
0 answers

Not able to select multiple value from drop down the code has Div tag and need to read the values from Excel using Data Provider

Element Utils which has the method: Can some ...READ MORE

Sep 15, 2020 in Selenium by sandhya
• 130 points
1,129 views
+1 vote
0 answers
+1 vote
1 answer

download all pdf file with selenium python

Try this code, it worked for me. options ...READ MORE

Sep 14, 2020 in Selenium by Karan
• 19,610 points
4,477 views