Sign in
Vijay's WebLog
My adventures in testing...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
June 2009
(1)
April 2006
(2)
March 2006
(3)
October 2005
(2)
January 2004
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Vijay's WebLog
Unit Testing Business Logic in .NET RIA Services
Posted
over 4 years ago
by
vijayu
1
Comments
One of the common tasks that .NET RIA Services developers have to undertake is testing their mid tier business logic code. Mid tier code typically uses a data access layer (DAL) like Linq to SQL or Linq to Entities for persisting data. However directly...
Vijay's WebLog
Test best practices - Part4
Posted
over 7 years ago
by
vijayu
0
Comments
TEST TOOLS AND FRAMEWORK The following section gives best practices for test tools and test framework. The requirement for tools and framework are more than the tests because of the scope of their use (entire team or multiple teams uses it). Design Checklist...
Vijay's WebLog
Test best practices - Part3
Posted
over 7 years ago
by
vijayu
1
Comments
Adopt different test methodologies (test styles) Always consider applying different test styles to your area. Each style is suited for finding specific class of issues and applying different styles gives the maximum ROI for your test effort. Some of the...
Vijay's WebLog
Introduction
Posted
over 9 years ago
by
vijayu
2
Comments
Now that I have posted my first ever blog, I will introduce myself. My name is Vijay Upadya and I work in C# QA team. I have been in this team for the past 4.5 years (was in C++ team before the inception of C#). In my spare time, I love watching (and...
Vijay's WebLog
My first blog
Posted
over 9 years ago
by
vijayu
4
Comments
This is my first ever blog post and am excited to be part of the elite club of bloggers !!!
Vijay's WebLog
Test best practices - Part1
Posted
over 7 years ago
by
vijayu
0
Comments
Here is the first in the series. Note that some of the terminologies used here are specific to the product we test - Visual C# (part of VisualStudio.Net). Test strategy Choosing the right test strategy is an important step to achieve efficient and...
Vijay's WebLog
Test best practices - Part2
Posted
over 7 years ago
by
vijayu
0
Comments
Guidelines for testing at the right layer Start with the component level tests first Always start with the lower level first and then move to the higher level. API testing should be the first to be automated through Unit tests. These tests are easiest...
Vijay's WebLog
Testing C# Edit and Continue
Posted
over 8 years ago
by
vijayu
1
Comments
As we are getting close to releasing VS whidbey, I was thinking about my contributions to this release and one of the major item that appeared in the list was testing C# edit and contine (here after EnC). This is one of the primary features I was responsible...
Vijay's WebLog
Back from long winter hibernation
Posted
over 7 years ago
by
vijayu
1
Comments
Hmm, its been a long winter in Seattle this year, which was rainy and chilly than ever before. I am back from my winter hibernation to blog :-) . I am really glad that spring is finally here. During this time I have changed the team and I now work...
Vijay's WebLog
C# Edit and Contine: Rude edits
Posted
over 8 years ago
by
vijayu
0
Comments
Edit and contine was one of the top features added in whidbey release for C#. Edit and continue is the ablity to modify code and contine with execution while debugging the program. Types of edits/changes supported There are few restrictions to the...
Page 1 of 1 (10 items)