Showing posts with label VSTS. Show all posts
Showing posts with label VSTS. Show all posts

What is a WebTest Container?

Sunday, April 4, 2010


A .webtest file or .loadtest file is considered a test container in the same way that a dll which contains unit tests is a test container.


www.codecollege.NET

What are the options of passing URLs to a webtest from external source?


1. From a custom xml file
2. Parameterized WebTest


www.codecollege.NET

Can we call another webtest from within the current one?


Yes.
You need to add a request manually to the webtest.


www.codecollege.NET

What are the types of Web Test?

Friday, February 26, 2010


1. Recorded
2. Coded


www.codecollege.NET

Daily Tips- Tip #46- How to set the default browser in visual studio 2008?

Sunday, February 21, 2010


1. R-click on the page.
2. Select Browse with option.
3. Select IE or Firefox or anyother in the window.
4. Set as Default, Ok.


www.codecollege.NET

What is a WebTest?

Tuesday, February 16, 2010


A Web test simulates how an end user might interact with a Web application.


www.codecollege.NET

Daily Tips- Tip #42 - What is the shortcut key to bring up the Immediate window?

Wednesday, December 16, 2009


Ctrl + Alt + I.


www.codecollege.NET

Daily Tips- Tip #41 -What is the short-cut for uncommenting code ?

Monday, December 14, 2009


Ctrl + K, Ctrl + U


www.codecollege.NET

Daily Tips- Tip #40 -What is the Short-cut for commenting out the code?


Ctrl + K, Ctrl + C


www.codecollege.NET

Daily Tips- Tip #34 - How will you invoke Immediate window in Visual studio?

Monday, December 7, 2009


1. Open the command window in Visual Studio
2. Type “immed” To Execute statements


www.codecollege.NET

What is the expansion of DLR?

Tuesday, October 6, 2009


Dynamic language Runtime.



www.codecollege.NET

How will you make Visual Studio write the code for #region #endregion automatically ?


Type a , select '#region', Press Tab twice.



www.codecollege.NET

How will you make Visual Studio write the code for default destructor or finalizer automatically ?


Type ~ , Press Tab twice.



www.codecollege.NET

How will you make Visual Studio write the code Console.WriteLine automatically ?


Type cw ,Press Tab twice.



www.codecollege.NET

How will you make Visual Studio write the code for default constructor automatically ?


Type ctor , Press Tab twice



www.codecollege.NET

What are the new Features in Team Build 2008 ?

Sunday, September 6, 2009


1. Continuous Integration
2. Build Queuing
3. Scheduled Builds
4. Build Agent Management
5. Build Definition Editing GUI
6. Better Build Management
7. Managed object model
8. Improved extensibility


www.codecollege.NET

How will you build using MS Build command line ?

Wednesday, September 2, 2009


MSBuild.exe TestProj.proj /property:Configuration=Debug


www.codecollege.NET

What are Targets in MS Build?


They are used to group Tasks.


www.codecollege.NET

What are Tasks in MS Build?


Tasks are reusable units of executable code used by MSBuild projects to perform build operations. They are declared inside the Target element.


www.codecollege.NET

How will you refer properties in a project file?


$(PropertyName).


www.codecollege.NET
Blog Widget by LinkWithin