Technical Solution
| 1
min read
Running multiple iOS Simulator instances is very helpful for testing purposes. This is helpful in testing same application on different devices simultaneously or with different user credentials simultaneously.
The default behaviour does not allow to run more than one simulator instance from XCode. But it is possible to do it from the command line.
For this change the directory into Developer/Applications in XCode.app package and run simulator with the "open" command.
Technical Solution
| 2
min read
Reading or writing CSV file in Selenium Java can be done using a simple csv parser library called opencsv. Opencsv is free and is available under a commercial-friendly Apache 2.0 license. Opencsv contains classes to read and write csv files. For reading or writing csv files using Selenium, we need to import opencsv.jar to the java project.