what kind of collections you used in java 3f

Solutions on MaxInterview for what kind of collections you used in java 3f by the best coders in the world

showing results for - "what kind of collections you used in java 3f"
Lea
03 Apr 2017
1Selenium List of elements. List of the collection
2We have Set Collection Type in our framework. 
3Getwindowhandles to handle multiple tabs. 
4return type is Getwindowhandles methods is going to return Set. 
5For avoid Duplication in Selenium multiple check box, dropdown box. 
6We use Set. We get only unique webelements.
7Map has not Interface. For key and value. 
8List and Set has not a key and value data. 
9API testing we are getting data from json file. 
10Jason file datas are key and value format.
11Data base testing we are using maps. 
12If you want to get pairs of data from tables.
13
similar questions