I am trying to run the testcase but getting skipped when I run 2nd time or 3 rd time ,I am using the step def from another project,sometime succeedes and sometime skip please sir I need your help
@rahulbendale596911 ай бұрын
After building the project feature.cs file is not generated..can you please help
@itsmesanthu53426 ай бұрын
Upgraded my solution from 2019 to 2022 and after downloading specflow for Vs2022 I am unable to find any Specflow settings (Tools/Options/ Soecflow) that we used in vS19 .
@theentertainer80622 жыл бұрын
What tool do you use to take screen shot during the videos and then highlight some parts?
@Vladimir-Shestakov3 жыл бұрын
I am getting The project bindings (e.g. step definitions) could not be discovered. Navigation, step completion and other features are disabled. Not able to bind the gerking file with step definitions. I use VS 2022, created the same project. What might be the problem?
@Vladimir-Shestakov3 жыл бұрын
Never mind. Spent a few hours googling it, but the solution is just to run your project as you do with a normal application (in the top menu). After that feature file will be bind with StepDefinitions
@vijayapriyapalanikumar62133 жыл бұрын
@@Vladimir-Shestakov hi I'm also facing the same issue tried multiple ways still not working will you pls share me any other idea
@Vladimir-Shestakov3 жыл бұрын
@@vijayapriyapalanikumar6213 try to clean the solution and rebuild it. It helped in my case.
@qwerty899932 жыл бұрын
@@Vladimir-Shestakov thank you guy!
@farhanghaffar13812 жыл бұрын
Hi, I am following the same steps in Visual Studio 2022 that you performed in the video but I am not able to execute them. The driver is not initializing. could you help
@joshibhushan12 жыл бұрын
if you follow the exact video , karthik has not yet used anything related selenium , it is just a specflow layer and the binding he has used. So It should work i believe.
@joshibhushan12 жыл бұрын
with VSTS2022 I faced the only difficulty was to see the Tests in Testexplorer. So I added following line in my .csproj file and built the project and Tests started appearing after that