how different is java coding and coding selenium with java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how different is java coding and coding selenium with java

is there a difference between coding a java based application and using a selenium tool based on java code to test the same application

18th Jul 2016, 8:49 AM
Minhaaz Mohamed
Minhaaz Mohamed - avatar
5 Answers
+ 1
it depends what you want to do! selenium is testing tool and java development is different. so, first be clear what you exactly what to do, develop or test or both??
18th Jul 2016, 10:17 PM
Amit Karn
Amit Karn - avatar
0
hmm... so if I need to learn this selenium tool what are all the concepts I should be learning from Java coding?
19th Jul 2016, 5:04 AM
Minhaaz Mohamed
Minhaaz Mohamed - avatar
0
I am not a selenium tool expert but I think you are supposed to test the programs for all the possible conditions, in some case different user input, load balancing and so on. So, you need to know the structure of program, how it runs and test it for all possible conditions.
19th Jul 2016, 5:59 AM
Amit Karn
Amit Karn - avatar
0
you have to learn java, if you want to learn selenium. i once used selenium tool so i used many concepts of java or if you are facing any problem of making selenium code then use stackoverflow.
20th Jul 2016, 4:06 AM
Himanshu Dhasmana
Himanshu Dhasmana - avatar
0
Selenium is testing tool and Java is programming language. So Selenium use Java programming language to develop test code to verify functionality.
16th Feb 2017, 12:00 AM
Andy