NUnit
- 02 Mar 2023
- 1 Minute to read
- Print
- DarkLight
NUnit
- Updated on 02 Mar 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
- Open the solution file "Appium pCloudy Test.sln"
- Enter your pCloudyEmail & pCloudyApiKey (you will get this from your Settings->API section in pCloudy website)
- Right click on the AppiumWeb or AppiumNative project and 'Set as Startup Project'
- Execute the project(or press F5).
- Visual Studio should first fetch the dependencies from Nuget and then start the execution.
- 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?