Skip to content

Instantly share code, notes, and snippets.

View Sweekriti91's full-sized avatar
🐼
Hullabaloo

Sweekriti Satpathy Sweekriti91

🐼
Hullabaloo
View GitHub Profile
@MatisseHack
MatisseHack / LogInSample.cs
Last active November 3, 2016 18:44
Use a csv file for login credentials in UITest
using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using System.Reflection;
using NUnit.Framework;
using Xamarin.UITest;
namespace YourNamespace