Giter Club home page Giter Club logo

qahomework's Introduction

QAHomework

C#, Selenium, NUnit and SpecFlow :)

Steps to run the QAHomework tests

Prerequisites
Run using Visual Studio
  • Clone or download the project from github
  • Open the file QAHomework.sln in QAHomework folder with Visual Studio
  • Wait the Restoring Packages
  • Go to Test Explorer/Unit Tests window and click on 'Run all' button
Run using Terminal/CMD
  • Clone or download the project from github
  • Navigate to QAHomework folder and run the follow commands:
dotnet build QAHomework
dotnet test QAHomework --logger trx

Test Results

  • Total tests: 13
  • Passed: 12
  • Failed: 1
  • Total time: 13.4579 Seconds
Failed test infos
### 1 ###
Related Req. ID: REQ_UI_12

Steps to reproduce:

 Given an user access Form Page
-> done: FormPageSteps.GivenAnUserAccessFormPage() (0.1s)
Then Docler Holding logo is present
-> done: BaseSteps.ThenDoclerHoldingLogoIsPresent() (0.0s)
And title should be "UI Testing Site"
-> done: BaseSteps.ThenTitleShouldBe("UI Testing Site") (0.0s)
Given an user enter the São Paulo
-> done: FormPageSteps.GivenAnUserEnterThe("São Paulo") (0.2s)
When I click on Go button
-> done: FormPageSteps.WhenIClickOnGoButton() (0.4s)
Then a message "Hello São Paulo!" is displayed
-> error:   Expected string length 16 but was 21. Strings differ at index 7.
Expected: "Hello São Paulo!"
But was:  "Hello S%C3%A3o+Paulo!"

qahomework's People

Watchers

Bruno Klein avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.