NUnit
  • 02 Mar 2023
  • 1 Minute to read
  • Dark
    Light

NUnit

  • Dark
    Light

Article Summary

Overview

NUnit is an open-source unit testing framework for the .NET Framework and Mono. It serves the same purpose as JUnit does in the Java world, and is one of many programs in the xUnit family. This framework is very easy to work with and has user-friendly attributes for working.

Prerequisites

  • NUnit Framework must be installed your machine

Steps

  1. Open the solution file "Appium pCloudy Test.sln"
  2. Enter your pCloudyEmail & pCloudyApiKey (you will get this from your Settings->API section in pCloudy website)
  3. Right click on the AppiumWeb or AppiumNative project and 'Set as Startup Project'
  4. Execute the project(or press F5).
  5. Visual Studio should first fetch the dependencies from Nuget and then start the execution.
  6. Follow the instructions in the Console application to proceed

The complete sample and documentation are available in the pCloudy GitHub Repository


Was this article helpful?

What's Next