Skip to content

It is a test automation tool that I did in my spare time at my former place of work.

Notifications You must be signed in to change notification settings

furkanydn/NoosiumNext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

NUnit 3 is preinstalled on a test application written in.NET Core 6 Edition. It is created and positioned as an executable for use in operating systems such as Windows, Linux, and MacOS, as well as browsers such as Chrome, Firefox, Opera, and Safari. Its main goal is to test the Motivist product's web interface.

Getting Started

You must first download an IDE that can execute C# apps, such as Rider or Visual Studio, on your computer before you can use it.

  1. Installation process
    1. Visual Studio - Rider
    2. The project's required NuGet packages must be downloaded. NuGet
  2. Software dependencies
    1. Coverlet.Collector
    2. Microsoft.NET.Test.Sdk
    3. Newtonsoft.Json
    4. NUnit
    5. NUnit3TestAdapter
    6. Selenium.Support
    7. Selenium.WebDriver
    8. WebDriverManager
  3. API reference
    1. Selenium-Webdriver

Build and Test

###Visual Studio

  • (MacOS & Linux): The Unit Tests window is used to run unit tests and is opened using the View > Tests menu. Unit tests in your solution are automatically discovered and shown in this window, where you can run all of the tests or a set of tests that you've selected.

  • (Windows): When you build the test project, the tests appear in Test Explorer. If Test Explorer is not visible, choose Test on the Visual Studio menu, choose Windows, and then choose Test Explorer (or press Ctrl + E, T).

###Rider

  • (MacOS & Linux): To enable VSTest adapters support, select the corresponding checkbox on the Build, Execution, Deployment | Unit Testing | VSTest page of JetBrains Rider settings ⌃ ⌥ S.

  • (Windows): To enable VSTest adapters support, select the corresponding checkbox on the Build, Execution, Deployment | Unit Testing | VSTest page of JetBrains Rider settings ⌃ ⌥ S.# Motivist.Test

About

It is a test automation tool that I did in my spare time at my former place of work.

Resources

Stars

Watchers

Forks

Languages