chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
After installing Typemock 7.4.2 Basic there are no Typemock options at all in VS. TOOLS->Extentions and Updates, nothing. No pulldown menu, no way to interact with Typemock inside of VS. I'm trying to analyze VS+Typemock as a solution before we spend any *****, please help. All VS info below.

Microsoft Visual Studio Express 2012 for Web
Version 11.0.60610.01 Update 3
Microsoft .NET Framework
Version 4.5.50709

Installed Version: WD Express

Team Explorer for Visual Studio 2012 04935-004-0025007-02902
Microsoft Team Explorer for Visual Studio 2012

Visual Basic 2012 04935-004-0025007-02902
Microsoft Visual Basic 2012

Visual C# 2012 04935-004-0025007-02902
Microsoft Visual C# 2012

Common Azure Tools 1.0
Provides common services for use by Azure Mobile Services and Windows Azure Tools.

NuGet Package Manager 2.7.40911.225
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

SQL Server Data Tools 11.1.20905.0
Microsoft SQL Server Data Tools

Web Developer Tools 1.3.40412.0
Microsoft Web Developer Tools contains the following components:
Page Inspector: Tool that offers an efficient way to decompose Web Applications and diagnose front-end issues.
Web Publishing: Extensions required for Web Publishing for both hosted servers as well as on premises.
Web Form Templates: Includes the default templates for Web Form Applications.
Editor Extensions: Includes HTML, CSS, and JS editor extensions that greatly enhance the development experience.

Windows Azure Tools 2.1
Windows Azure Tools for Microsoft Visual Studio 2012 - v2.1.10716.1601

Windows Azure Tools October 2012
Windows Azure Tools for Microsoft Visual Studio 2012 - October 2012 v1.8.51019.1603
asked by ntresch (1.9k points)

2 Answers

0 votes
Hi,

Since VS express doesn't support add-ins and extensions you will not see any Typemock configuration in this edition.

What you can do is write tests as you normally would, and run them from command line using TmockRunner.exe as described in the documentation:
http://docs.typemock.com/Isolator/##Ref.chm/Documentation/TMockRunner.html

Let me know if it helps.
answered by alex (17k points)
0 votes
This works out better anyhow as part of our automation. Excellent, and thanks.
answered by ntresch (1.9k points)
...