Is it possible to run a Coded Ui Test in Visual Studio using Browserstack Plugin? - coded-ui-tests

I am trying to Run Coded UI tests for Multiple Browser configurations. Browserstack has a plug-in for Visual Studio, But Browserstack gives no information on where the plug-in plugs in.

The BrowserStack Visual Studio plugin integrates with the 'Live' product, which is meant for manual testing. It offers a way to initiate a Live testing session from within Visual Studio.

Related

Performance profiling Node.js/TS with Visual Studio Pro 2019

I created a project in Visual Studio Pro 2019 from an existing Node.js TypeScript web code via the “Create a new project” wizard in VS. I am using a Windows 10 machine.
When I launch the Performance Profiler, the only available tool is “Events Viewer”. The tool that I want to use is “Instrumentation” so that I can measure call counts and call response times.
Has anyone had any success in doing this for a Node.js TypeScript web project in VS? If so, how were you able to get the “Instrumentation” tool enabled?
I have seen mention of profiling in the following link, but it is probably referring to Node.js JavaScript projects: https://visualstudio.microsoft.com/vs/features/node-js/
I haven't been able to profile Node.js project with Visual Studio 2019 but I'm using Visual Studio Code as a workaround.
Can I profile NodeJS Applications using Visual Studio Code?
I have been using profiler for C++ project with Visual Studio 2019 and it is better than profiler on VS Code.

Can Visual Studio 2013 debug clientside javascript in a NodeJs Web Application

Debugging a ASP.NET WebAplication in Visual Studio 2013 gives the possibility to debug the clientside javascript files in Visual Studio 2013. Isn't this possible with a NodeJs Web Application in Visual Studio 2013 ?
It can be done using IE as the browser and using node.js tools for Visual Studio, but I have not been able to debug through from client to server side code like you can with an ASP.Net project :o(
Anyhow, here is how you do it:
In IE, enable script debugging by going to Tools > Internet Options > Advanced Tab and clearing the "Disable script debugging flag". I think you have to restart IE for this to take effect
In VS2013 start your node.js project without debugging (Debug > Start without debugging or CTRL-F5)
In IE, attach to the VS debugger (View menu > External Script Debugger > Open. This should create a window that lets you attach IE to your instance of VS2013.

How can I fix the conflict between Coded UI Test and MVC Scaffolding in Visual Studio 2012 RC

I'm running Visual Studio 2012 RC (all the latest updates have been installed as of 7/11/2012. I have an asp.net mvc 4 solution with
a Web Project
a Unit Test Project
a Coded UI Test Project
a Web performance and load Test project
When I first created the solution I could add Coded UI Tests with no problem. However, today I tried to create a Coded UI Test and got the following error
The following package failed to load: C:\Users[File Path Goes
Here]\Microsoft.VisualStudio.TestTools.UITesting.dll. Coded UI Test is
now in an inconsistent state. Remove this package and restart Visual
Studio to work with Coded UI Test.
I had a similar problem before with Visual Studio 2010. I still have that problem for that matter.
However, if I uninstall (via NuGet) MVC Scaffolding and T4Scaffolding and restart Visual Studio I can create Coded UI Tests again, but if I add back in the scaffolding packages and restart Visual Studio I get the error again and cannot create the Coded UI test.
It seems that
there is a conflict between the scaffolding packages and Coded UI Tests in Visual Studio
The original error Visual Studio 2010 error has not been fixed in Visual Studio 2012 - Microsoft has acknowledged that this is a bug.
Can anyone help this fan of scaffolding and Coded UI Tests? It would be great to use both technologies without workarounds.
There is no solution to this. The only real workaround is not to use MVC Scaffolding.

How can I enable xUnit tests in Visual Studio 2012 Express?

Is it possible to run xUnit tests the Test Explorer in Visual Studio 2012 Express? Or is there another, better way to do it?
I've seen Brad Wilson's xUnit runner for VS2012, but it doesn't allow installation in Express. I extracted the VSIX and edited the manifest to allow support for VWDExpress which allowed it to install, but "Run all tests" doesn't work.
No, Express edition of Visual Studio doesn't support third party addins.

SharePoint editing for Web test, change pages properties using Visual Studio Test Suite

I'm using Visual Studio 2008 (SP1) to create a web test that will allow me to edit a page using EditForm.aspx.
I am trying it using fiddler and the recorder. I have managed to get some tests to run, but they do not change the properties.
Does anyone have any tips on how to do this?

Resources