Most answered questions in Edureka Community

0 votes
1 answer

Can a testNG suite run with different group names which doesn't exist?

Hey @Sradha, this works fine. Yes the ...READ MORE

Dec 27, 2018 in Selenium by Richa
2,381 views
0 votes
1 answer

How to execute groups of similar name for multiple classes?

Hello @Sradha,  You can create a TestNG suite ...READ MORE

Dec 27, 2018 in Selenium by Trisha
693 views
0 votes
1 answer

.Net Core 1.1 : Power BI Embedded

Hope this might be of some help ...READ MORE

Dec 27, 2018 in Power BI by Upasana
• 8,620 points
641 views
0 votes
1 answer

Power Query: Adding a Special Case

Try adding a Group By with Minimum ...READ MORE

Dec 27, 2018 in Power BI by Upasana
• 8,620 points
459 views
0 votes
1 answer

Why is my Spring @Autowired field null?

If you are not coding a web ...READ MORE

Dec 27, 2018 in Java by Daisy
• 8,120 points

edited Mar 4, 2022 by Sarfaraz 18,242 views
0 votes
1 answer

What is sequencing in TestNG?

Sequencing helps you to run your test ...READ MORE

Dec 27, 2018 in Selenium by Trisha
665 views
0 votes
1 answer

What is the use of grouping in testNG?

Grouping is the method used to separate ...READ MORE

Dec 27, 2018 in Selenium by Trisha
870 views
0 votes
1 answer

How can I get cssSelector of an element?

There are two ways as much as ...READ MORE

Dec 27, 2018 in Selenium by Trisha
494 views
0 votes
1 answer

exceptionNoSuchElementException when i try to find an element using Class locator

The error you are getting is because ...READ MORE

Dec 26, 2018 in Selenium by Tanvi
573 views
–1 vote
1 answer

Job History Server edit logs

When the application master fails, each file ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,230 points
879 views
0 votes
1 answer

System.setProperty (String,String) is showing System is not applicable for the arguments

You are correct that it requires (String,String) ...READ MORE

Dec 26, 2018 in Selenium by Rashmi
1,859 views
–1 vote
1 answer

Namenode start error

Seems like the content in core-site.xml file is ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,230 points
364 views
–1 vote
1 answer

How we can run spark SQL over hive tables in our cluster?

Open spark-shell. scala> import org.apache.spark.sql.hive._ scala> val hc = ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,230 points
1,191 views
0 votes
1 answer

How to execute multiple classes at once using TestNG?

Hey @Sradha, Yes it is possible in ...READ MORE

Dec 26, 2018 in Selenium by Rashmi
9,099 views
–1 vote
1 answer

Hadoop cluster is not running in vm

First check if all daemons are running: sudo ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,230 points
606 views
0 votes
1 answer

Getting error while running a XML file in TestNG

Hello @Sradha, The synatx of using test is ...READ MORE

Dec 26, 2018 in Selenium by Rashmi
15,658 views
0 votes
1 answer

Raspberry Pi : BacNet/IP Broadcast from said OS not working

Issues like this (partial visibility) are often ...READ MORE

Dec 26, 2018 by Shubham
• 13,490 points
480 views
0 votes
1 answer

Not able to start MySql service

Hello. "The system never lies :-P".  The service ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,230 points
1,057 views
0 votes
1 answer

Test case not running on TestNG

Hello @Sradha, You are not getting any ...READ MORE

Dec 26, 2018 in Selenium by Trisha
2,799 views
0 votes
1 answer

Getting error 404 not found when trying to download JDK

Try this command, it should work: wget --no-check-certificate ...READ MORE

Dec 26, 2018 in Java by Omkar
• 69,230 points
2,935 views
0 votes
1 answer

MySql connection localhost vs 127.0.0.1

The difference is that when you use localhost, ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,230 points
4,114 views
0 votes
1 answer

"Cant connect to local mysql server through socket "var/lib/mysql/mysql.sock" .

Seems like mysql.sock does not exist in the ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,230 points
1,398 views
0 votes
1 answer

MySql connection problem "Cant connect to local mysql server through socket "var/lib/mysql/mysql.sock" .

First start the mysql server: service mysqld start To ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,230 points
895 views
0 votes
1 answer

Unable to use kubernetes executer for Gitlabs

You are trying to use https, so ...READ MORE

Dec 26, 2018 in Kubernetes by DareDev
• 6,890 points
1,344 views
0 votes
1 answer

Hbase installation Issue. Cant start HRegionServer and HQuorumPeer

It seems hbase did not start properly ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,230 points
1,772 views
0 votes
1 answer

Modifying Google Cluster Engine(GKE) API permissions?

Try and create a new Node Pool with the ...READ MORE

Dec 26, 2018 in Kubernetes by ajs3033
• 7,300 points
777 views
0 votes
1 answer

What are the important Phases of RPA Life Cycle?

Phases of RPA Life Cycle: Analysis: The first phase ...READ MORE

Dec 26, 2018 in RPA by DataKing99
• 8,240 points
8,722 views
0 votes
1 answer

AWS IoT: Just-in-Time Registration of Certificate in Android

So, the SSL/TLS Handshake can fail due ...READ MORE

Dec 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,109 views
0 votes
1 answer

What is the work experience required to become a Cryptologist?

Hi. There is no 1 answer to ...READ MORE

Dec 26, 2018 in Career Counselling by Shate
400 views
0 votes
1 answer

Best Practices on AWS IoT

I would recommend you use Case 2 ...READ MORE

Dec 26, 2018 in IoT (Internet of Things) by Shubham
• 13,490 points
1,305 views
0 votes
1 answer

MemoryError binary data storage

The problem occurs when you are using ...READ MORE

Dec 26, 2018 in Python by SDeb
• 13,300 points
667 views
0 votes
1 answer

Is there any difference between ConcurrentHashMap and Collections.synchronizedMap?

ConcurrentHashMap: It allows concurrent modification of the ...READ MORE

Dec 26, 2018 in Java by Sushmita
• 6,910 points
931 views
0 votes
1 answer

GSON throwing “Expected BEGIN_OBJECT but was BEGIN_ARRAY”?

This will work: ChannelSearchEnum[] enums = gson.fromJson(yourJson, ChannelSearchEnum[].class); But ...READ MORE

Dec 26, 2018 in Java by Sushmita
• 6,910 points
28,007 views
0 votes
1 answer

Need help installing easy_install in Python 2.7.1 on Windows 7

That tool is part of the setuptools ...READ MORE

Dec 26, 2018 in Python by Nymeria
• 3,560 points
986 views
0 votes
1 answer

How to fit a histogram using Python?

Here is an example working on py2.6 ...READ MORE

Dec 26, 2018 in Python by Nymeria
• 3,560 points
6,110 views
+2 votes
1 answer

How can I record the X,Y limits of a displayed X,Y plot using the matplotlib show() module?

A couple hours after posting this question ...READ MORE

Dec 27, 2018 in Python by anonymous
890 views
0 votes
1 answer

How to use keyboard shortcuts in selenium?

Yes, you can use all the keyboard ...READ MORE

Dec 25, 2018 in Selenium by Shuvodip
18,742 views
0 votes
1 answer

Can we use sendkey for uploading a file?

Yes @User, we can upload a file ...READ MORE

Dec 25, 2018 in Selenium by Shuvodip
411 views
0 votes
1 answer

How to use a specific chrome profile in selenium?

User profiling is the term used for ...READ MORE

Dec 24, 2018 in Selenium by Shuvodip
26,213 views
0 votes
1 answer

What is the best way of writing TestNG rules?

There is no such best way but ...READ MORE

Dec 24, 2018 in Selenium by Nabarupa
1,448 views
0 votes
1 answer

What is TestNG and why it is used in selenium?

Hello @User, Talking about TestNG, it is an ...READ MORE

Dec 24, 2018 in Selenium by Shuvodip
1,142 views
0 votes
1 answer

How to use Implicit wait in selenium?

There are various types of wait in ...READ MORE

Dec 24, 2018 in Selenium by Nabarupa
463 views
0 votes
1 answer

What is Validation in Selenium?

Validation in selenium means checking wether all ...READ MORE

Dec 24, 2018 in Selenium by Nabarupa
6,437 views
0 votes
1 answer

Failure of JSON parsing in Arduino and ESP8266

I'm assuming it's because of the garbage ...READ MORE

Dec 24, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
2,568 views
0 votes
1 answer

Check if a matrix is diagonalizable in R Programming Language

On a given matrix, a, the first way ...READ MORE

Dec 24, 2018 in Data Analytics by Tyrion anex
• 8,700 points
1,541 views
0 votes
1 answer

Getting AttributeError: 'module' object (scipy) has no attribute 'misc' in Python. How to solve this?

>>> import scipy >>> scipy.misc Traceback (most recent call ...READ MORE

Dec 24, 2018 in Python by Nymeria
• 3,560 points
8,987 views
0 votes
1 answer

How to I clear Tkinter Canvas using Python?

To clear a canvas, use the delete method.  This ensures ...READ MORE

Dec 24, 2018 in Python by Nymeria
• 3,560 points
15,244 views
0 votes
1 answer

How to configure my Docker daemon?

Here is what you can try. By using ...READ MORE

Dec 22, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,028 views
0 votes
1 answer

How to make ApiGateway point to specific Lambda bias

You actually need to make changes to ...READ MORE

Dec 21, 2018 in AWS by Archana
• 5,640 points
1,056 views
+1 vote
1 answer

Does Geshi support the R programming language?

rplus was not included in the official ...READ MORE

Dec 21, 2018 in Data Analytics by Sophie may
• 10,610 points
469 views