Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 99400

Handling Multiple User Inputs in Java

$
0
0

I have multiple inputs from a user based on that I wrote some methods to perform some operations.

To handle user input I have to use if else if or switch case. Looking for more feasible solutions rather than using multiple if-else or switch cases.

Input samples include radio buttons, checkboxes, dropdowns. So I have already written some methods to perform some operations.

Instead of that is there any feasible solution.


Viewing all articles
Browse latest Browse all 99400

Trending Articles