Questions tagged [specrun]

SpecRun is an integration test runner for SpecFlow.

101 questions
0
votes
2 answers

Specflow - Am I missing msi?

I have a specflow test which is running well in my Visual studio environment. I am using specrun to run those test. All is fine. The challenge is I need to run these test in another machine where I dont have Visual Studio to run the tests. I…
Timothy Rajan
  • 1,947
  • 8
  • 38
  • 62
0
votes
5 answers

Specflow Options in context menu is greyed out in Visual studio

I am using Specflow to write test in BDD style format. Unfortunately today morning in my visual studio, I am not able to see the options to create the step files. Even F12 is not working. Those statements which do not have a step file definition…
Timothy Rajan
  • 1,947
  • 8
  • 38
  • 62
0
votes
2 answers

SpecRun execution results integration with TeamCity

Is there any possibility in SpecRun to include test execution results to TeamCity build information like it can be done for SpecFlow(see desired info on screenshot). https://i.stack.imgur.com/VPjC4.jpg For SpecFlow it's easy to get build information…
0
votes
2 answers

SpecRun keeps active in Project, even after uninstall

I've got an issue with, I believe, SpecRun. First of all, some background information: I started a brand new Test Project in Visual Studio 2012. I then installed some NuGet packages: SpecFlow, Selenium.WebDriver, Coypu and SpecRun.NUnit. After I…
TimothyHeyden
  • 1,018
  • 10
  • 27
0
votes
1 answer

Possible to attach screenshot to SpecRun test report

I'm looking into SpecFlow and SpecRun considering changing away from our MbUnit setup. But i ran into a road block, how do I attach a screenshot to a SpecRun report? Or alternativly customize the test report to contain a clickable url? Thanks in…
Martin Mussmann
  • 697
  • 2
  • 9
  • 20
-1
votes
1 answer

Acceptance testing functionality involving time-triggered azure function

My acceptance testing infrastructure uses specrun to create simulate a user, invoke my web service and check for results. This works well to test functionalities which involves user interactions (calling REST api, sending message etc). But, in the…
Tany
  • 1,252
  • 14
  • 30
-1
votes
2 answers

how to run Specflow AfterStep Hooks for Particular Scenario only

I have my Weba utomation framework and i'm adding few of the scenarios for API level testing. In my Hooks "After step" i want to make it work for API level testing diffeently . like dont go to default "After step". How can i do that ? I've added the…
vic
  • 217
  • 1
  • 7
  • 18
-1
votes
2 answers

How to find out which specflow step is getting executed while debugging on visual studio console

I'm using visual studio 2015 and specflow . All looks good but out of curiosity how can i see which step is getting debugged and on which step i'm on . if i run the test with Nunit provider then it is showing the all the steps information but while…
vic
  • 217
  • 1
  • 7
  • 18
-1
votes
1 answer

FF 45 + Selenium 2.53 stopped working

Well, from last one week i was working on updating my scripts for FF to 45 and selenium webdriver to 2.53 and selenium support to 2.53 as well and i was done with it and suddenly FF45 stopped working . Like it open up the browser but not entering…
vic
  • 217
  • 1
  • 7
  • 18
-1
votes
1 answer

C# -How to Verfiy 4 different Text box values in Selenium

I have 4 different fields (EMail, Mobile,Country, Mail Address). Now i have the values for each of them but just want to know what is the best practice to Verfiy all 4 in C#. (I know i can verify them one by one, but is there any other shortcut way…
vic
  • 217
  • 1
  • 7
  • 18
-3
votes
2 answers

Selenium webdriver returns string.Empty for breadcrumb text (IwebElement) when deployed onto TFS

This is my first ever post on StackOverflow and i hope i have been able to provide the entire issue in detail. Please do let me know in case i need to provide any other information. Issue Description: I am using a regular breadcrumb that displays my…
Anchit
  • 141
  • 1
  • 5
1 2 3 4 5 6
7